{"id":11253313,"date":"2019-05-19T06:46:23","date_gmt":"2019-05-19T06:46:23","guid":{"rendered":"https:\/\/wordpress.org\/support\/?post_type=helphub_version&amp;p=11253313"},"modified":"2019-05-19T06:46:23","modified_gmt":"2019-05-19T06:46:23","slug":"version-3-7","status":"publish","type":"helphub_version","link":"https:\/\/wordpress.org\/documentation\/wordpress-version\/version-3-7\/","title":{"rendered":"Version 3.7"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">On October 24, 2013, WordPress&nbsp;<strong>Version 3.7<\/strong>, named for Count Basie, was released to the public. For more information on this enhancement and bug-fix release, read the&nbsp;<a href=\"https:\/\/wordpress.org\/development\">WordPress Blog<\/a>, the&nbsp;<a href=\"https:\/\/wordpress.org\/news\/2013\/10\/basie\/\">Release Post<\/a>, and see the&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Changelog\/3.7\">Changelog for 3.7<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For&nbsp;<strong>Version 3.7<\/strong>, the database version (<strong>db_version<\/strong>&nbsp;in&nbsp;<strong>wp_options<\/strong>) changed to 25824, and the&nbsp;<a href=\"https:\/\/core.trac.wordpress.org\/\">Trac<\/a>&nbsp;revision was r25913.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/trac.wordpress.org\/query?status=closed&amp;milestone=3.7\">View Closed Tickets<\/a><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Highlights<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">You might not notice a thing, and we\u2019re okay with that.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Background Updates<\/strong><ul><li>Automatic updates for maintenance and security updates.<\/li><li>Daily updates for developers using nightly builds.<\/li><\/ul><\/li><li><strong>Stronger Password Meter<\/strong><ul><li>New password meter to encourage users to choose stronger passwords.<\/li><\/ul><\/li><li><strong>Improved Search<\/strong><ul><li>More relevant search results.<\/li><\/ul><\/li><li><strong>Better Global Support<\/strong><ul><li>Localized versions will receive faster and more complete translations.<\/li><li>Background updates will include translations<\/li><\/ul><\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Under The Hood<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">General<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Optional filters for background updates, to allow for fine-grained control<\/li><li>Advanced Date Queries for posts now includes date ranges, older\/newer than options, and more<\/li><li>Multisite now has&nbsp;<code>wp_get_sites()<\/code>&nbsp;to list all sites on the network<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Dashboard<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Make shift + click selection of checkboxes work in both directions<\/li><li>Add RTL body classes to iFrames in the back-end<\/li><li>Actually limit password-protected post passwords to the 20-character limit<\/li><li>Display an error message when logging in with cookies disabled<\/li><li>Fix issue with failed searches reverting to previous search criteria<\/li><li>Fix bad styling when bulk actions are disabled for custom post types<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Media<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Add the image file size information in the attachment editing screen<\/li><li>Fix issue with&nbsp;orderby&nbsp;attribute getting removed from updated&nbsp;&nbsp;shortcodes<\/li><li>Stop linking to non-public post types from media screens<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Comments<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Add commenter IP address on the Edit Comment screen<\/li><li>Remove generated avatars from comment moderation screens<\/li><li>Make email recipients filterable in&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_notify_moderator\">wp_notify_moderator()<\/a><\/li><li>Add ability to filter comment screen by post type<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Appearance<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Only show a custom header image preview when an image is actually set<\/li><li>Display Customizer control descriptions<\/li><li>Enable the Customizer to load the home URL<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Plugins<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Fix plugin search errors related to PHP 5.4<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Users<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Ensure that the&nbsp;user_activation_key&nbsp;is hashed in the database<\/li><li>Trim leading and trailing spaces from passwords when saving<\/li><li>Streamline the behavior of the default password nag after login<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Accessibility<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Make list table row actions keyboard accessible<\/li><li>Fix issue with a broken &#8220;Close&#8221; button on refresh in the Customizer<\/li><li>Improve default color contrast ratios in the default themes<\/li><li>After a post is updated, only focus the &#8220;Title&#8221; field if it&#8217;s empty<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Bug Fixes<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Fix terms with a post count of 0 returning if &#8216;hide_empty&#8217; is true.<\/li><li>Fix allowing https URL enclosures<\/li><li>Fixed bug with is_day by checking bad dates and redirect, instead of 404ing.<\/li><li>Avoid using the *_exists() functionality on ncFTPd servers<\/li><li>Allow a WP_Error return from&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/register_new_user\">register_new_user()<\/a><\/li><li>Hide the custom header image preview unless an image is set<\/li><li>Add signup_id primary key to $wpdb-&gt;signups<\/li><li>Fix issue with deleting terms shared across taxonomies from deleting associated nav menus<\/li><li>Cast $labels to array in&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/get_taxonomy_labels\">get_taxonomy_labels()<\/a>&nbsp;and&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Function_Reference\/_get_custom_object_labels&amp;action=edit&amp;redlink=1\">_get_custom_object_labels()<\/a>&nbsp;to avoid failure<\/li><li>Correct rewrite tag for hierarchical post types without a query_var.<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Multisite<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_get_sites\">wp_get_sites()<\/a>&nbsp;[25445]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Function_Reference\/wp_maybe_update_network_site_counts&amp;action=edit&amp;redlink=1\">wp_maybe_update_network_site_counts()<\/a>&nbsp;[25621]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Function_Reference\/wp_maybe_update_network_user_counts&amp;action=edit&amp;redlink=1\">wp_maybe_update_network_user_counts()<\/a>&nbsp;[25621]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Function_Reference\/wp_update_network_site_counts&amp;action=edit&amp;redlink=1\">wp_update_network_site_counts()<\/a>&nbsp;[25621]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Function_Reference\/wp_update_network_user_counts&amp;action=edit&amp;redlink=1\">wp_update_network_user_counts()<\/a>&nbsp;[25621]<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Classes<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Class_Reference\/WP_Automatic_Updater&amp;action=edit&amp;redlink=1\">WP_Automatic_Updater<\/a>&nbsp;class [22704]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Class_Reference\/Automatic_Upgrader_Skin&amp;action=edit&amp;redlink=1\">Automatic_Upgrader_Skin<\/a>&nbsp;class [25421]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Class_Reference\/Headerless_Upgrader_Skin&amp;action=edit&amp;redlink=1\">Headerless_Upgrader_Skin<\/a>&nbsp;class [25566]<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Class_Reference\/WP_Date_Query&amp;action=edit&amp;redlink=1\">WP_Date_Query<\/a>&nbsp;class [25139]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Class_Reference\/WP_Comment_Query\">WP_Comment_Query::date_query<\/a>&nbsp;property [25139]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Class_Reference\/WP_Query\">WP_Query::date_query<\/a>&nbsp;property [25139]<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Class_Reference\/WP_Query\">WP_Query::stopwords<\/a>&nbsp;property [25632]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Class_Reference\/WP_Query\">WP_Query::parse_search()<\/a>&nbsp;method [25632]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Class_Reference\/WP_Query\">WP_Query::parse_search_terms()<\/a>&nbsp;method [25632]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Class_Reference\/WP_Query\">WP_Query::get_search_stopwords()<\/a>&nbsp;method [25632]<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Class_Reference\/WP_Query\">WP_Query::reset_postdata()<\/a>&nbsp;method [25601]<\/li><li>Introduce&nbsp;author__in&nbsp;and&nbsp;author__not_in&nbsp;for&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Class_Reference\/WP_Query\">WP_Query<\/a>&nbsp;[25248]<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Class_Reference\/WP_Http_Streams&amp;action=edit&amp;redlink=1\">WP_Http_Streams<\/a>&nbsp;class [25224]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Class_Reference\/WP_Http&amp;action=edit&amp;redlink=1\">WP_Http::handle_redirects()<\/a>&nbsp;method [24843]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Class_Reference\/WP_Http&amp;action=edit&amp;redlink=1\">WP_Http::is_ip_address()<\/a>&nbsp;method [25224]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Class_Reference\/WP_Meta_Query\">WP_Meta_Query::get_cast_for_type()<\/a>&nbsp;method [25269]<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Functions<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">What&#8217;s New<\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Function_Reference\/unregister_taxonomy_for_object_type&amp;action=edit&amp;redlink=1\">unregister_taxonomy_for_object_type()<\/a>&nbsp;[25596]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Function_Reference\/got_url_rewrite&amp;action=edit&amp;redlink=1\">got_url_rewrite()<\/a>&nbsp;[25456]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Function_Reference\/get_previous_post_link&amp;action=edit&amp;redlink=1\">get_previous_post_link()<\/a>&nbsp;[25327]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Function_Reference\/get_next_post_link&amp;action=edit&amp;redlink=1\">get_next_post_link()<\/a>&nbsp;[25327]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Function_Reference\/get_adjacent_post_link&amp;action=edit&amp;redlink=1\">get_adjacent_post_link()<\/a>&nbsp;[25327]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Function_Reference\/wp_using_ext_object_cache&amp;action=edit&amp;redlink=1\">wp_using_ext_object_cache()<\/a>&nbsp;[25289]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Function_Reference\/is_main_network&amp;action=edit&amp;redlink=1\">is_main_network()<\/a>&nbsp;template tag [25147]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Function_Reference\/verify_file_md5&amp;action=edit&amp;redlink=1\">verify_file_md5()<\/a>&nbsp;[25541]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Function_Reference\/wp_clean_plugins_cache&amp;action=edit&amp;redlink=1\">wp_clean_plugins_cache()<\/a>&nbsp;[25272]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Function_Reference\/find_core_auto_update&amp;action=edit&amp;redlink=1\">find_core_auto_update()<\/a>&nbsp;[25421]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Function_Reference\/get_core_checksums&amp;action=edit&amp;redlink=1\">get_core_checksums()<\/a>&nbsp;[25540]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Function_Reference\/wp_get_translation_updates&amp;action=edit&amp;redlink=1\">wp_get_translation_updates()<\/a>&nbsp;[25566]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_extract_urls\">wp_extract_urls()<\/a>&nbsp;[25313]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/_return_empty_string\">__return_empty_string()<\/a>&nbsp;[25037]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Function_Reference\/mbstring_binary_safe_encoding&amp;action=edit&amp;redlink=1\">mbstring_binary_safe_encoding()<\/a>&nbsp;[25346]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Function_Reference\/reset_mbstring_encoding&amp;action=edit&amp;redlink=1\">reset_mbstring_encoding()<\/a>&nbsp;[25346]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/wp_get_installed_translations\">wp_get_installed_translations()<\/a>&nbsp;[25536]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Function_Reference\/wp_get_pomo_file_data&amp;action=edit&amp;redlink=1\">wp_get_pomo_file_data()<\/a>&nbsp;[25520]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Function_Reference\/get_post_type_archive_template&amp;action=edit&amp;redlink=1\">get_post_type_archive_template()<\/a>&nbsp;[25291]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Function_Reference\/wp_auto_updates_maybe_update&amp;action=edit&amp;redlink=1\">wp_auto_updates_maybe_update()<\/a>&nbsp;[25421]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Function_Reference\/wp_authenticate_spam_check&amp;action=edit&amp;redlink=1\">wp_authenticate_spam_check()<\/a>&nbsp;[24848]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Function_Reference\/wp_get_user_contact_methods&amp;action=edit&amp;redlink=1\">wp_get_user_contact_methods()<\/a>&nbsp;[25606]<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Changes<\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>Make&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/is_tag\">is_tag()<\/a>&nbsp;accept a term-id, term-name, term-slug or an array of id&#8217;s, names and slugs [18746]<\/li><li>meta_box_cb callback for&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/register_taxonomy\">register_taxonomy()<\/a>&nbsp;[25572]<\/li><li>description__like for&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/get_terms\">get_terms()<\/a>&nbsp;[25241]<\/li><li>show_in_menu for&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/register_taxonomy\">register_taxonomy()<\/a>&nbsp;[25133]<\/li><li>Convert all&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/get_category\">get_category()<\/a>&nbsp;calls to use&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Function_Reference\/get_terms\">get_terms()<\/a><\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Actions &amp; Filters<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">Actions<\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/codex.wordpress.org\/index.php?title=Plugin_API\/Action_Reference\/save_post_post_type&amp;action=edit&amp;redlink=1\">save_post_{$post_type}<\/a>&nbsp;[25050]<\/li><li><a href=\"https:\/\/codex.wordpress.org\/index.php?title=Plugin_API\/Action_Reference\/user_new_form&amp;action=edit&amp;redlink=1\">user_new_form<\/a>&nbsp;[25629]<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Filters<\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Plugin_API\/Filter_Reference\/wp_count_attachments&amp;action=edit&amp;redlink=1\">wp_count_attachments<\/a>&nbsp;[25579]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Plugin_API\/Filter_Reference\/bulk_post_updated_messages\">bulk_post_updated_messages<\/a>&nbsp;[25577]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Plugin_API\/Filter_Reference\/got_url_rewrite&amp;action=edit&amp;redlink=1\">got_url_rewrite<\/a>&nbsp;[25456]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Plugin_API\/Filter_Reference\/post_password_expires&amp;action=edit&amp;redlink=1\">post_password_expires<\/a>&nbsp;[25450]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Plugin_API\/Filter_Reference\/img_caption_shortcode_width&amp;action=edit&amp;redlink=1\">img_caption_shortcode_width<\/a>&nbsp;[25444]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Plugin_API\/Filter_Reference\/ajax_query_attachments_args\">ajax_query_attachments_args<\/a>&nbsp;[25279]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Plugin_API\/Filter_Reference\/months_dropdown_results&amp;action=edit&amp;redlink=1\">months_dropdown_results<\/a>&nbsp;[25556]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Plugin_API\/Filter_Reference\/install_plugins_table_api_args_tab&amp;action=edit&amp;redlink=1\">install_plugins_table_api_args_{$tab}<\/a>&nbsp;[25070]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Plugin_API\/Filter_Reference\/upgrader_pre_download&amp;action=edit&amp;redlink=1\">upgrader_pre_download<\/a>&nbsp;[25427]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Plugin_API\/Filter_Reference\/enable_auto_upgrade_email&amp;action=edit&amp;redlink=1\">enable_auto_upgrade_email<\/a>&nbsp;[25542]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Plugin_API\/Filter_Reference\/populate_network_meta&amp;action=edit&amp;redlink=1\">populate_network_meta<\/a>&nbsp;[25414]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/Plugin_API\/Filter_Reference\/wp_link_query_args\">wp_link_query_args<\/a>&nbsp;[25393]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Plugin_API\/Filter_Reference\/wp_link_query&amp;action=edit&amp;redlink=1\">wp_link_query<\/a>&nbsp;[25393]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Plugin_API\/Filter_Reference\/wp_audio_shortcode_override&amp;action=edit&amp;redlink=1\">wp_audio_shortcode_override<\/a>&nbsp;[25484]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Plugin_API\/Filter_Reference\/wp_video_shortcode_override&amp;action=edit&amp;redlink=1\">wp_video_shortcode_override<\/a>&nbsp;[25484]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Plugin_API\/Filter_Reference\/enable_live_network_counts&amp;action=edit&amp;redlink=1\">enable_live_network_counts<\/a>&nbsp;[25621]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Plugin_API\/Filter_Reference\/enable_live_network_counts&amp;action=edit&amp;redlink=1\">enable_live_network_counts<\/a>&nbsp;[25621]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Plugin_API\/Filter_Reference\/wp_count_posts&amp;action=edit&amp;redlink=1\">wp_count_posts<\/a>&nbsp;[25578]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Plugin_API\/Filter_Reference\/wp_search_stopwords&amp;action=edit&amp;redlink=1\">wp_search_stopwords<\/a>&nbsp;[25632]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Plugin_API\/Filter_Reference\/posts_search_orderby&amp;action=edit&amp;redlink=1\">posts_search_orderby<\/a>&nbsp;[25632]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Plugin_API\/Filter_Reference\/flush_rewrite_rules_hard&amp;action=edit&amp;redlink=1\">flush_rewrite_rules_hard<\/a>&nbsp;[25328]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Plugin_API\/Filter_Reference\/plugins_update_check_locales&amp;action=edit&amp;redlink=1\">plugins_update_check_locales<\/a>&nbsp;[25634]<\/li><li>Introduce&nbsp;<a href=\"https:\/\/codex.wordpress.org\/index.php?title=Plugin_API\/Filter_Reference\/themes_update_check_locales&amp;action=edit&amp;redlink=1\">themes_update_check_locales<\/a>&nbsp;[25634]<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">External Libraries<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>zxcvbn (password strength meter)<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Deprecated<\/h3>\n\n\n\n<h3 class=\"wp-block-heading\">Miscellaneous<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>EP_ALL_ARCHIVES [24812]<\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>On October 24, 2013, WordPress&nbsp;Version 3.7, named for Count Basie, was released to the public. For more information on this enhancement and bug-fix release, read the&nbsp;WordPress Blog, the&nbsp;Release Post, and see the&nbsp;Changelog for 3.7. For&nbsp;Version 3.7, the database version (db_version&nbsp;in&nbsp;wp_options) changed to 25824, and the&nbsp;Trac&nbsp;revision was r25913. View Closed Tickets Highlights You might not notice [&hellip;]<\/p>\n","protected":false},"author":0,"featured_media":0,"menu_order":0,"template":"","meta":{"advanced_seo_description":"","jetpack_seo_html_title":"","jetpack_seo_noindex":false},"helphub_major_release":[],"class_list":["post-11253313","helphub_version","type-helphub_version","status-publish","hentry"],"revision_note":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/documentation\/wp-json\/wp\/v2\/wordpress-versions\/11253313","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/documentation\/wp-json\/wp\/v2\/wordpress-versions"}],"about":[{"href":"https:\/\/wordpress.org\/documentation\/wp-json\/wp\/v2\/types\/helphub_version"}],"version-history":[{"count":0,"href":"https:\/\/wordpress.org\/documentation\/wp-json\/wp\/v2\/wordpress-versions\/11253313\/revisions"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/documentation\/wp-json\/wp\/v2\/media?parent=11253313"}],"wp:term":[{"taxonomy":"helphub_major_release","embeddable":true,"href":"https:\/\/wordpress.org\/documentation\/wp-json\/wp\/v2\/helphub_major_release?post=11253313"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}