Skip to:
Content

  • Home
  • Integrations
  • Help
  • Blog
  • Download
Automator Developer Resources

Code Reference

  • Home
  • Reference
Filter by type:
Search
Browse: Home / Reference / Classes / FACEBOOK_PAGE_PUBLISH_PHOTO / FACEBOOK_PAGE_PUBLISH_PHOTO::fb_pages_wp_ajax_endpoint_post_image()

FACEBOOK_PAGE_PUBLISH_PHOTO::fb_pages_wp_ajax_endpoint_post_image()


Source

File: src/integrations/facebook/actions/facebook-page-publish-photo.php

	public function fb_pages_wp_ajax_endpoint_post_image() {

		$pages = Automator()->helpers->recipe->facebook->options->get_user_pages_from_options_table();

		wp_send_json( $pages );

	}

Expand full source code Collapse full source code View on Github


Twitter • Facebook • YouTube • Contact Us • Privacy • Terms of Service