Skip to content

Instantly share code, notes, and snippets.

@DrewAPicture
Last active December 20, 2015 13:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save DrewAPicture/6141436 to your computer and use it in GitHub Desktop.
Save DrewAPicture/6141436 to your computer and use it in GitHub Desktop.
Post Formats + other removed functions and filters in 3.6
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