Skip to content

Instantly share code, notes, and snippets.

@tfirdaus
Forked from DrewAPicture/gist:6141436
Last active March 8, 2016 04:34
Show Gist options
  • Save tfirdaus/dccc951a0d109897ea57 to your computer and use it in GitHub Desktop.
Save tfirdaus/dccc951a0d109897ea57 to your computer and use it in GitHub Desktop.
List of WordPress Removed Functions Related to Post Formats
http://codex.wordpress.org/Function_Reference/get_attached_audio
http://codex.wordpress.org/Function_Reference/get_attached_video
http://codex.wordpress.org/Function_Reference/get_attached_images
http://codex.wordpress.org/Function_Reference/get_attached_image_srcs
http://codex.wordpress.org/Function_Reference/get_content_media
http://codex.wordpress.org/Function_Reference/get_content_audio
http://codex.wordpress.org/Function_Reference/get_content_video
http://codex.wordpress.org/Function_Reference/get_content_images
http://codex.wordpress.org/Function_Reference/get_content_image
http://codex.wordpress.org/Function_Reference/get_content_galleries
http://codex.wordpress.org/Function_Reference/get_content_chat
http://codex.wordpress.org/Function_Reference/get_content_quote
http://codex.wordpress.org/Function_Reference/get_content_url
http://codex.wordpress.org/Function_Reference/get_embedded_media
http://codex.wordpress.org/Function_Reference/get_embedded_audio
http://codex.wordpress.org/Function_Reference/get_embedded_video
http://codex.wordpress.org/Function_Reference/get_the_post_format_media
http://codex.wordpress.org/Function_Reference/get_the_post_format_image
http://codex.wordpress.org/Function_Reference/get_the_post_format_chat
http://codex.wordpress.org/Function_Reference/get_the_post_format_quote
http://codex.wordpress.org/Function_Reference/get_the_post_format_url
http://codex.wordpress.org/Function_Reference/get_post_format_meta
http://codex.wordpress.org/Function_Reference/get_post_format_content_class
http://codex.wordpress.org/Function_Reference/the_post_format_video
http://codex.wordpress.org/Function_Reference/the_post_format_audio
http://codex.wordpress.org/Function_Reference/the_post_format_image
http://codex.wordpress.org/Function_Reference/the_post_format_gallery
http://codex.wordpress.org/Function_Reference/the_post_format_chat
http://codex.wordpress.org/Function_Reference/the_post_format_quote
http://codex.wordpress.org/Function_Reference/the_post_format_url
http://codex.wordpress.org/Function_Reference/add_chat_detection_format
http://codex.wordpress.org/Function_Reference/post_format_content_class
http://codex.wordpress.org/Function_Reference/post_formats_compat
http://codex.wordpress.org/Plugin_API/Filter_Reference/enable_post_format_ui
http://codex.wordpress.org/Function_Reference/get_the_remaining_content
http://codex.wordpress.org/Function_Reference/the_remaining_content
http://codex.wordpress.org/Function_Reference/attachment_url_to_postid
http://codex.wordpress.org/Function_Reference/img_html_to_post_id
http://codex.wordpress.org/Function_Reference/wp_parse_post_content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment