Skip to content

Instantly share code, notes, and snippets.

@nylen
Created September 5, 2018 01:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nylen/78e3094129dee5556a620ff58d19e9ba to your computer and use it in GitHub Desktop.
Save nylen/78e3094129dee5556a620ff58d19e9ba to your computer and use it in GitHub Desktop.
WP deprecated code
ClassicPress $ ack "_deprecated_.*['\"]\d"
tests/phpunit/tests/includes/helpers.php:199: _deprecated_function( __METHOD__, '2.5' );
src/wp-includes/ms-load.php:506: _deprecated_function( __FUNCTION__, '3.9.0', 'get_current_site()' );
src/wp-includes/ms-load.php:526: _deprecated_function( __FUNCTION__, '3.9.0' );
src/wp-includes/ms-load.php:543: _deprecated_function( __FUNCTION__, '4.7.0', 'get_network()' );
src/wp-includes/ms-default-constants.php:141: _deprecated_argument( 'define()', '3.0.0', $vhost_deprecated );
src/wp-includes/author-template.php:27: _deprecated_argument( __FUNCTION__, '2.1.0' );
src/wp-includes/author-template.php:60: _deprecated_argument( __FUNCTION__, '2.1.0' );
src/wp-includes/author-template.php:64: _deprecated_argument( __FUNCTION__, '1.5.0',
src/wp-includes/author-template.php:318: _deprecated_argument( __FUNCTION__, '2.1.0' );
src/wp-includes/session.php:8:_deprecated_file( basename( __FILE__ ), '4.7.0' );
src/wp-includes/rss-functions.php:8:_deprecated_file( basename(__FILE__), '2.1.0', WPINC . '/rss.php' );
src/wp-includes/registration-functions.php:7:_deprecated_file( basename(__FILE__), '2.1.0', null, __( 'This file no longer needs to be included.' ) );
src/wp-includes/functions.php:646: _deprecated_argument( __FUNCTION__, '2.7.0' );
src/wp-includes/functions.php:2146: _deprecated_argument( __FUNCTION__, '2.0.0' );
src/wp-includes/functions.php:4004: * _deprecated_argument( __FUNCTION__, '3.0.0' );
src/wp-includes/link-template.php:1360: _deprecated_argument( __FUNCTION__, '3.0.0' );
src/wp-includes/link-template.php:1607: _deprecated_argument( __FUNCTION__, '3.3.0', sprintf( __( 'Use commas instead of %s to separate excluded terms.' ), "'and'" ) );
src/wp-includes/class-wp-admin-bar.php:30: _deprecated_argument( 'WP_Admin_Bar', '3.3.0', 'Modify admin bar nodes with WP_Admin_Bar::get_node(), WP_Admin_Bar::add_node(), and WP_Admin_Bar::remove_node(), not the <code>menu</code> property.' );
src/wp-includes/class-wp-admin-bar.php:567: _deprecated_function( __METHOD__, '3.3.0', 'WP_Admin_bar::render(), WP_Admin_Bar::_render_item()' );
src/wp-includes/pluggable.php:1388: _deprecated_argument( __FUNCTION__, '3.8.0' );
src/wp-includes/pluggable.php:1817: _deprecated_argument( __FUNCTION__, '4.3.1' );
src/wp-includes/cron.php:205: _deprecated_argument( __FUNCTION__, '3.0.0', __('This argument has changed to an array to match the behavior of the other cron functions.') );
src/wp-includes/cache.php:267: _deprecated_function( __FUNCTION__, '3.5.0', 'WP_Object_Cache::reset()' );
src/wp-includes/cache.php:613: _deprecated_function( __FUNCTION__, '3.5.0', 'switch_to_blog()' );
src/wp-includes/ms-blogs.php:766: _deprecated_argument( __FUNCTION__, '3.1.0' );
src/wp-includes/ms-blogs.php:1011: _deprecated_argument( __FUNCTION__, '3.1.0' );
src/wp-includes/kses.php:1691: _deprecated_argument( __FUNCTION__, '2.8.1' ); // Never implemented
src/wp-includes/rss.php:19:_deprecated_file( basename( __FILE__ ), '3.0.0', WPINC . '/class-simplepie.php' );
src/wp-includes/comment.php:2431: _deprecated_argument( __FUNCTION__, '2.7.0' );
src/wp-includes/class-wp-roles.php:120: _deprecated_function( __METHOD__, '4.9.0', 'WP_Roles::for_site()' );
src/wp-includes/class-wp-roles.php:135: _deprecated_function( __METHOD__, '4.7.0', 'WP_Roles::for_site()' );
src/wp-includes/embed-template.php:11:_deprecated_file( basename( __FILE__ ), '4.5.0', 'wp-includes/theme-compat/embed.php' );
src/wp-includes/user.php:460: _deprecated_argument( __FUNCTION__, '3.0.0' );
src/wp-includes/class-wp-query.php:1667: _deprecated_argument( 'WP_Query', '3.1.0',
src/wp-includes/class-wp-query.php:3599: _deprecated_function( __FUNCTION__, '4.5.0' );
src/wp-includes/class-wp-query.php:4076: _deprecated_function( __METHOD__, '4.5.0' );
src/wp-includes/class-wp-query.php:4091: _deprecated_function( __METHOD__, '4.5.0' );
src/wp-includes/comment-template.php:826: _deprecated_argument( __FUNCTION__, '0.72' );
src/wp-includes/comment-template.php:828: _deprecated_argument( __FUNCTION__, '1.3.0' );
src/wp-includes/comment-template.php:874: _deprecated_argument( __FUNCTION__, '1.3.0' );
src/wp-includes/comment-template.php:1136: _deprecated_argument( __FUNCTION__, '2.5.0',
src/wp-includes/comment-template.php:1162: _deprecated_argument( __FUNCTION__, '2.5.0' );
src/wp-includes/pluggable-deprecated.php:33: _deprecated_function( __FUNCTION__, '3.0.0', 'wp_set_current_user()' );
src/wp-includes/pluggable-deprecated.php:49: _deprecated_function( __FUNCTION__, '4.5.0', 'wp_get_current_user()' );
src/wp-includes/pluggable-deprecated.php:67: _deprecated_function( __FUNCTION__, '3.3.0', "get_user_by('login')" );
src/wp-includes/pluggable-deprecated.php:84: _deprecated_function( __FUNCTION__, '3.3.0', "get_user_by('email')" );
src/wp-includes/pluggable-deprecated.php:105: _deprecated_function( __FUNCTION__, '2.5.0', 'wp_set_auth_cookie()' );
src/wp-includes/pluggable-deprecated.php:110: _deprecated_function( 'wp_setcookie', '2.5.0', 'wp_set_auth_cookie()' );
src/wp-includes/pluggable-deprecated.php:122: _deprecated_function( __FUNCTION__, '2.5.0', 'wp_clear_auth_cookie()' );
src/wp-includes/pluggable-deprecated.php:126: _deprecated_function( 'wp_clearcookie', '2.5.0', 'wp_clear_auth_cookie()' );
src/wp-includes/pluggable-deprecated.php:142: _deprecated_function( __FUNCTION__, '2.5.0' );
src/wp-includes/pluggable-deprecated.php:146: _deprecated_function( 'wp_get_cookie_login', '2.5.0' );
src/wp-includes/pluggable-deprecated.php:172: _deprecated_function( __FUNCTION__, '2.5.0', 'wp_signon()' );
src/wp-includes/pluggable-deprecated.php:184: _deprecated_function( 'wp_login', '2.5.0', 'wp_signon()' );
src/wp-includes/pluggable-deprecated.php:201: _deprecated_function( __CLASS__ . '::' . $name, '3.5.0', 'the Atom Publishing Protocol plugin' );
src/wp-includes/pluggable-deprecated.php:205: _deprecated_function( __CLASS__ . '::' . $name, '3.5.0', 'the Atom Publishing Protocol plugin' );
src/wp-includes/customize/class-wp-customize-new-menu-control.php:39: _deprecated_file( basename( __FILE__ ), '4.9.0' ); // @todo Move this outside of class in 5.0, and remove its require_once() from class-wp-customize-control.php. See #42364.
src/wp-includes/customize/class-wp-customize-new-menu-section.php:41: _deprecated_file( basename( __FILE__ ), '4.9.0' ); // @todo Move this outside of class in 5.0, and remove its require_once() from class-wp-customize-section.php. See #42364.
src/wp-includes/customize/class-wp-customize-nav-menus-panel.php:53: _deprecated_function( __METHOD__, '4.5.0', 'wp_nav_menu_manage_columns' );
src/wp-includes/customize/class-wp-customize-nav-menu-setting.php:313: _deprecated_function( __METHOD__, '4.7.0', 'wp_list_sort' );
src/wp-includes/customize/class-wp-customize-image-control.php:36: _deprecated_function( __METHOD__, '4.1.0' );
src/wp-includes/customize/class-wp-customize-image-control.php:46: _deprecated_function( __METHOD__, '4.1.0' );
src/wp-includes/customize/class-wp-customize-image-control.php:57: _deprecated_function( __METHOD__, '4.1.0' );
src/wp-includes/locale.php:10:_deprecated_file( basename( __FILE__ ), '4.7.0' );
src/wp-includes/option.php:443: _deprecated_argument( __FUNCTION__, '2.3.0' );
src/wp-includes/option.php:2005: _deprecated_argument( __FUNCTION__, '3.0.0',
src/wp-includes/option.php:2015: _deprecated_argument( __FUNCTION__, '3.5.0',
src/wp-includes/option.php:2051: _deprecated_argument( __FUNCTION__, '3.0.0',
src/wp-includes/option.php:2061: _deprecated_argument( __FUNCTION__, '3.5.0',
src/wp-includes/option.php:2075: _deprecated_argument( __FUNCTION__, '4.7.0',
src/wp-includes/class-feed.php:9:_deprecated_file( basename( __FILE__ ), '4.7.0', 'fetch_feed()' );
src/wp-includes/formatting.php:2106: _deprecated_argument( __FUNCTION__, '0.71' );
src/wp-includes/formatting.php:2888: _deprecated_argument( __FUNCTION__, '3.0.0' );
src/wp-includes/class-wp-user.php:261: _deprecated_argument( 'WP_User->id', '2.1.0',
src/wp-includes/class-wp-user.php:290: _deprecated_argument( 'WP_User->id', '2.1.0',
src/wp-includes/class-wp-user.php:328: _deprecated_argument( 'WP_User->id', '2.1.0',
src/wp-includes/class-wp-user.php:351: _deprecated_argument( 'WP_User->id', '2.1.0',
src/wp-includes/class-wp-user.php:453: _deprecated_function( __METHOD__, '4.9.0', 'WP_User::for_site()' );
src/wp-includes/class-wp-user.php:716: _deprecated_argument( __FUNCTION__, '2.0.0', __( 'Usage of user levels is deprecated. Use capabilities instead.' ) );
src/wp-includes/class-wp-user.php:784: _deprecated_function( __METHOD__, '4.9.0', 'WP_User::for_site()' );
src/wp-includes/class-wp-customize-setting.php:702: _deprecated_function( __METHOD__, '4.4.0', __CLASS__ . '::update()' );
src/wp-includes/class-wp-customize-setting.php:712: _deprecated_function( __METHOD__, '4.4.0', __CLASS__ . '::update()' );
src/wp-includes/class-wp-customize-widgets.php:1991: _deprecated_function( __METHOD__, '4.2.0', 'customize_dynamic_setting_args' );
src/wp-includes/class-wp-customize-widgets.php:2003: _deprecated_function( __METHOD__, '4.2.0', 'customize_dynamic_setting_args' );
src/wp-includes/class-wp-customize-widgets.php:2015: _deprecated_function( __METHOD__, '4.2.0', 'customize_dynamic_setting_args' );
src/wp-includes/class-wp-customize-widgets.php:2027: _deprecated_function( __METHOD__, '4.2.0', 'customize_dynamic_setting_args' );
src/wp-includes/class-wp-customize-manager.php:488: _deprecated_function( __METHOD__, '4.7.0' );
src/wp-includes/class-wp-customize-manager.php:952: _deprecated_function( __FUNCTION__, '4.7.0' );
src/wp-includes/class-wp-customize-manager.php:1941: _deprecated_function( __METHOD__, '4.7.0' );
src/wp-includes/class-wp-customize-manager.php:1951: _deprecated_function( __METHOD__, '4.7.0' );
src/wp-includes/class-wp-customize-manager.php:1961: _deprecated_function( __FUNCTION__, '4.7.0' );
src/wp-includes/class-wp-customize-manager.php:2154: _deprecated_function( __METHOD__, '4.7.0' );
src/wp-includes/class-wp-customize-manager.php:2167: _deprecated_function( __METHOD__, '4.7.0' );
src/wp-includes/class-wp-customize-manager.php:4236: _deprecated_function( __METHOD__, '4.7.0', 'wp_list_sort' );
src/wp-includes/wp-db.php:1085: _deprecated_function( __METHOD__, '3.6.0', 'wpdb::prepare() or esc_sql()' );
src/wp-includes/wp-db.php:1160: _deprecated_function( __METHOD__, '3.6.0', 'wpdb::prepare() or esc_sql()' );
src/wp-includes/wp-db.php:3328: _deprecated_function( __FUNCTION__, '3.5.0', 'wpdb::has_cap( \'collation\' )' );
src/wp-includes/category.php:44: _deprecated_argument( __FUNCTION__, '3.0.0',
src/wp-includes/widgets.php:893: _deprecated_argument( __FUNCTION__, '2.8.1' );
src/wp-includes/load.php:602: _deprecated_file( 'my-hacks.php', '1.5.0' );
src/wp-includes/class-http.php:870: _deprecated_function( __METHOD__, '4.4.0', 'wp_parse_url()' );
src/wp-includes/category-template.php:47: _deprecated_argument( __FUNCTION__, '4.8.0' );
src/wp-includes/category-template.php:341: _deprecated_argument( __FUNCTION__, '3.0.0',
src/wp-includes/class.wp-scripts.php:184: _deprecated_function( __FUNCTION__, '3.3.0', 'WP_Scripts::print_extra_script()' );
src/wp-includes/registration.php:7:_deprecated_file( basename(__FILE__), '3.1.0', null, __( 'This file no longer needs to be included.' ) );
src/wp-includes/post-template.php:376: _deprecated_argument( __FUNCTION__, '2.3.0' );
src/wp-includes/post-template.php:1479: _deprecated_argument( __FUNCTION__, '2.5.0' );
src/wp-includes/post-template.php:1803: _deprecated_argument( __FUNCTION__, '3.6.0' );
src/wp-includes/l10n.php:726: _deprecated_argument( __FUNCTION__, '2.7.0' );
src/wp-includes/class-wp-widget.php:186: _deprecated_constructor( 'WP_Widget', '4.3.0', get_class( $this ) );
src/wp-includes/class-wp-widget-factory.php:41: _deprecated_constructor( 'WP_Widget_Factory', '4.2.0' );
src/wp-includes/feed.php:103: _deprecated_argument( __FUNCTION__, '4.4.0', sprintf( __( 'Use the %s filter instead.' ), '<code>document_title_separator</code>' ) );
src/wp-includes/feed.php:129: _deprecated_argument( __FUNCTION__, '4.4.0', sprintf( __( 'Use the %s filter instead.' ), '<code>document_title_separator</code>' ) );
src/wp-includes/post.php:3046: _deprecated_argument( __FUNCTION__, '3.1.0', __( 'Passing an integer number of posts is deprecated. Pass an array of arguments instead.' ) );
src/wp-includes/deprecated.php:26: _deprecated_function( __FUNCTION__, '1.5.1', 'get_post()' );
src/wp-includes/deprecated.php:64: _deprecated_function( __FUNCTION__, '1.5.0', __('new WordPress Loop') );
src/wp-includes/deprecated.php:83: _deprecated_function( __FUNCTION__, '0.71', 'get_the_category()' );
src/wp-includes/deprecated.php:108: _deprecated_function( __FUNCTION__, '0.71', 'get_the_category_by_ID()' );
src/wp-includes/deprecated.php:137: _deprecated_function( __FUNCTION__, '2.0.0', 'previous_post_link()' );
src/wp-includes/deprecated.php:172: _deprecated_function( __FUNCTION__, '2.0.0', 'next_post_link()' );
src/wp-includes/deprecated.php:205: _deprecated_function( __FUNCTION__, '2.0.0', 'current_user_can()' );
src/wp-includes/deprecated.php:224: _deprecated_function( __FUNCTION__, '2.0.0', 'current_user_can()' );
src/wp-includes/deprecated.php:243: _deprecated_function( __FUNCTION__, '2.0.0', 'current_user_can()' );
src/wp-includes/deprecated.php:271: _deprecated_function( __FUNCTION__, '2.0.0', 'current_user_can()' );
src/wp-includes/deprecated.php:290: _deprecated_function( __FUNCTION__, '2.0.0', 'current_user_can()' );
src/wp-includes/deprecated.php:309: _deprecated_function( __FUNCTION__, '2.0.0', 'current_user_can()' );
src/wp-includes/deprecated.php:328: _deprecated_function( __FUNCTION__, '2.0.0', 'current_user_can()' );
src/wp-includes/deprecated.php:347: _deprecated_function( __FUNCTION__, '2.0.0', 'current_user_can()' );
src/wp-includes/deprecated.php:365: _deprecated_function( __FUNCTION__, '2.0.0', 'current_user_can()' );
src/wp-includes/deprecated.php:398: _deprecated_function( __FUNCTION__, '2.1.0', 'get_bookmarks()' );
src/wp-includes/deprecated.php:420: _deprecated_function(__FUNCTION__, '2.1.0', 'wp_list_bookmarks()');
src/wp-includes/deprecated.php:458: _deprecated_function( __FUNCTION__, '2.1.0', 'get_bookmarks()' );
src/wp-includes/deprecated.php:509: _deprecated_function( __FUNCTION__, '2.1.0', 'get_bookmarks()' );
src/wp-includes/deprecated.php:542: _deprecated_function( __FUNCTION__, '2.1.0', 'get_bookmarks()' );
src/wp-includes/deprecated.php:569: _deprecated_function( __FUNCTION__, '2.1.0', 'get_bookmarks()' );
src/wp-includes/deprecated.php:584: _deprecated_function( __FUNCTION__, '2.1.0' );
src/wp-includes/deprecated.php:618: _deprecated_function( __FUNCTION__, '2.1.0', 'wp_list_categories()' );
src/wp-includes/deprecated.php:636: _deprecated_function( __FUNCTION__, '2.1.0', 'wp_list_categories()' );
src/wp-includes/deprecated.php:680: _deprecated_function( __FUNCTION__, '2.1.0', 'wp_dropdown_categories()' );
src/wp-includes/deprecated.php:712: _deprecated_function( __FUNCTION__, '2.1.0', 'wp_list_authors()' );
src/wp-includes/deprecated.php:730: _deprecated_function( __FUNCTION__, '2.1.0', 'wp_get_post_categories()' );
src/wp-includes/deprecated.php:748: _deprecated_function( __FUNCTION__, '2.1.0', 'wp_set_post_categories()' );
src/wp-includes/deprecated.php:768: _deprecated_function( __FUNCTION__, '2.1.0', 'wp_get_archives()' );
src/wp-includes/deprecated.php:786: _deprecated_function( __FUNCTION__, '2.1.0', 'get_author_posts_url()' );
src/wp-includes/deprecated.php:813: _deprecated_function( __FUNCTION__, '2.1.0', 'wp_link_pages()' );
src/wp-includes/deprecated.php:830: _deprecated_function( __FUNCTION__, '2.1.0', 'get_option()' );
src/wp-includes/deprecated.php:843: _deprecated_function( __FUNCTION__, '1.2.0', 'the_permalink()' );
src/wp-includes/deprecated.php:857: _deprecated_function( __FUNCTION__, '2.3.0', 'the_permalink_rss()' );
src/wp-includes/deprecated.php:872: _deprecated_function( __FUNCTION__, '2.1.0', 'wp_list_bookmarks()' );
src/wp-includes/deprecated.php:926: _deprecated_function( __FUNCTION__, '2.1.0', 'get_bookmarks()' );
src/wp-includes/deprecated.php:1018: _deprecated_function( __FUNCTION__, '2.1.0', 'wp_list_bookmarks()' );
src/wp-includes/deprecated.php:1063: _deprecated_function( __FUNCTION__, '2.1.0' );
src/wp-includes/deprecated.php:1077: _deprecated_function( __FUNCTION__, '2.1.0', 'sanitize_bookmark_field()' );
src/wp-includes/deprecated.php:1092: _deprecated_function( __FUNCTION__, '2.1.0', 'get_category()' );
src/wp-includes/deprecated.php:1120: _deprecated_function( __FUNCTION__, '2.5.0', 'post_comments_feed_link()' );
src/wp-includes/deprecated.php:1136: _deprecated_function( __FUNCTION__, '2.5.0', 'get_category_feed_link()' );
src/wp-includes/deprecated.php:1157: _deprecated_function( __FUNCTION__, '2.5.0', 'get_author_feed_link()' );
src/wp-includes/deprecated.php:1175: _deprecated_function( __FUNCTION__, '2.2.0', 'get_post_comments_feed_link()' );
src/wp-includes/deprecated.php:1192: _deprecated_function( __FUNCTION__, '2.0.0', 'wp_create_user()' );
src/wp-includes/deprecated.php:1202: _deprecated_function( __FUNCTION__, '2.5.0' );
src/wp-includes/deprecated.php:1219: _deprecated_function( __FUNCTION__, '2.7.0', 'get_comment()' );
src/wp-includes/deprecated.php:1234: _deprecated_function( __FUNCTION__, '2.8.0', 'get_cat_name()' );
src/wp-includes/deprecated.php:1252: _deprecated_function( __FUNCTION__, '2.8.0', 'get_term_children()' );
src/wp-includes/deprecated.php:1287: _deprecated_function( __FUNCTION__, '4.0.0', 'get_terms()' );
src/wp-includes/deprecated.php:1307: _deprecated_function( __FUNCTION__, '2.8.0', 'get_the_author_meta(\'description\')' );
src/wp-includes/deprecated.php:1319: _deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta(\'description\')' );
src/wp-includes/deprecated.php:1333: _deprecated_function( __FUNCTION__, '2.8.0', 'get_the_author_meta(\'login\')' );
src/wp-includes/deprecated.php:1345: _deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta(\'login\')' );
src/wp-includes/deprecated.php:1359: _deprecated_function( __FUNCTION__, '2.8.0', 'get_the_author_meta(\'first_name\')' );
src/wp-includes/deprecated.php:1371: _deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta(\'first_name\')' );
src/wp-includes/deprecated.php:1385: _deprecated_function( __FUNCTION__, '2.8.0', 'get_the_author_meta(\'last_name\')' );
src/wp-includes/deprecated.php:1397: _deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta(\'last_name\')' );
src/wp-includes/deprecated.php:1411: _deprecated_function( __FUNCTION__, '2.8.0', 'get_the_author_meta(\'nickname\')' );
src/wp-includes/deprecated.php:1423: _deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta(\'nickname\')' );
src/wp-includes/deprecated.php:1437: _deprecated_function( __FUNCTION__, '2.8.0', 'get_the_author_meta(\'email\')' );
src/wp-includes/deprecated.php:1449: _deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta(\'email\')' );
src/wp-includes/deprecated.php:1463: _deprecated_function( __FUNCTION__, '2.8.0', 'get_the_author_meta(\'icq\')' );
src/wp-includes/deprecated.php:1475: _deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta(\'icq\')' );
src/wp-includes/deprecated.php:1489: _deprecated_function( __FUNCTION__, '2.8.0', 'get_the_author_meta(\'yim\')' );
src/wp-includes/deprecated.php:1501: _deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta(\'yim\')' );
src/wp-includes/deprecated.php:1515: _deprecated_function( __FUNCTION__, '2.8.0', 'get_the_author_meta(\'msn\')' );
src/wp-includes/deprecated.php:1527: _deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta(\'msn\')' );
src/wp-includes/deprecated.php:1541: _deprecated_function( __FUNCTION__, '2.8.0', 'get_the_author_meta(\'aim\')' );
src/wp-includes/deprecated.php:1553: _deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta(\'aim\')' );
src/wp-includes/deprecated.php:1568: _deprecated_function( __FUNCTION__, '2.8.0', 'get_the_author_meta(\'display_name\')' );
src/wp-includes/deprecated.php:1582: _deprecated_function( __FUNCTION__, '2.8.0', 'get_the_author_meta(\'url\')' );
src/wp-includes/deprecated.php:1594: _deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta(\'url\')' );
src/wp-includes/deprecated.php:1608: _deprecated_function( __FUNCTION__, '2.8.0', 'get_the_author_meta(\'ID\')' );
src/wp-includes/deprecated.php:1620: _deprecated_function( __FUNCTION__, '2.8.0', 'the_author_meta(\'ID\')' );
src/wp-includes/deprecated.php:1653: _deprecated_function( __FUNCTION__, '2.9.0', 'the_content_feed()' );
src/wp-includes/deprecated.php:1707: _deprecated_function( __FUNCTION__, '2.9.0', '' );
src/wp-includes/deprecated.php:1746: _deprecated_function( __FUNCTION__, '2.9.0', '_x()' );
src/wp-includes/deprecated.php:1763: _deprecated_function( __FUNCTION__, '2.9.0', '_x()' );
src/wp-includes/deprecated.php:1784: _deprecated_function( __FUNCTION__, '2.9.0', '_nx()' );
src/wp-includes/deprecated.php:1796: _deprecated_function( __FUNCTION__, '2.8.0', '_n()' );
src/wp-includes/deprecated.php:1809: _deprecated_function( __FUNCTION__, '2.8.0', '_n_noop()' );
src/wp-includes/deprecated.php:1825: _deprecated_function( __FUNCTION__, '3.0.0', 'wp_load_alloptions()' );
src/wp-includes/deprecated.php:1843: _deprecated_function( __FUNCTION__, '2.5.0', 'wp_get_attachment_link()' );
src/wp-includes/deprecated.php:1871: _deprecated_function( __FUNCTION__, '2.5.0', 'wp_get_attachment_image_src()' );
src/wp-includes/deprecated.php:1913: _deprecated_function( __FUNCTION__, '2.5.0', 'wp_get_attachment_image()' );
src/wp-includes/deprecated.php:1969: _deprecated_function( __FUNCTION__, '2.5.0', 'wp_get_attachment_image()' );
src/wp-includes/deprecated.php:1997: _deprecated_function( __FUNCTION__, '2.1.0', 'get_bookmark()' );
src/wp-includes/deprecated.php:2013: _deprecated_function( __FUNCTION__, '2.8.0', 'esc_url_raw()' );
src/wp-includes/deprecated.php:2035: _deprecated_function( 'clean_url( $context = \'db\' )', '3.0.0', 'esc_url_raw()' );
src/wp-includes/deprecated.php:2037: _deprecated_function( __FUNCTION__, '3.0.0', 'esc_url()' );
src/wp-includes/deprecated.php:2054: _deprecated_function( __FUNCTION__, '2.8.0', 'esc_js()' );
src/wp-includes/deprecated.php:2071: _deprecated_function( __FUNCTION__, '2.8.0', 'esc_html()' );
src/wp-includes/deprecated.php:2091: _deprecated_function( __FUNCTION__, '2.8.0', 'esc_attr()' );
src/wp-includes/deprecated.php:2115: _deprecated_function( __FUNCTION__, '2.8.0', 'wp_register_sidebar_widget()' );
src/wp-includes/deprecated.php:2146: _deprecated_function( __FUNCTION__, '2.8.0', 'wp_unregister_sidebar_widget()' );
src/wp-includes/deprecated.php:2170: _deprecated_function( __FUNCTION__, '2.8.0', 'wp_register_widget_control()' );
src/wp-includes/deprecated.php:2203: _deprecated_function( __FUNCTION__, '2.8.0', 'wp_unregister_widget_control()' );
src/wp-includes/deprecated.php:2220: _deprecated_function( __FUNCTION__, '3.0.0', 'delete_user_meta()' );
src/wp-includes/deprecated.php:2266: _deprecated_function( __FUNCTION__, '3.0.0', 'get_user_meta()' );
src/wp-includes/deprecated.php:2319: _deprecated_function( __FUNCTION__, '3.0.0', 'update_user_meta()' );
src/wp-includes/deprecated.php:2373: _deprecated_function( __FUNCTION__, '3.1.0', 'get_users()' );
src/wp-includes/deprecated.php:2394: _deprecated_function( __FUNCTION__, '3.0.0', "add_theme_support( 'automatic-feed-links' )" );
src/wp-includes/deprecated.php:2414: _deprecated_function( __FUNCTION__, '3.0.0', 'get_the_author_meta()' );
src/wp-includes/deprecated.php:2433: _deprecated_function( __FUNCTION__, '3.0.0', 'count_user_posts()' );
src/wp-includes/deprecated.php:2466: _deprecated_function( __FUNCTION__, '3.0.0' );
src/wp-includes/deprecated.php:2489: _deprecated_function( __FUNCTION__, '3.0.0', 'taxonomy_exists()' );
src/wp-includes/deprecated.php:2506: _deprecated_function( __FUNCTION__, '3.0.0', 'term_exists()' );
src/wp-includes/deprecated.php:2523: _deprecated_function( __FUNCTION__, '3.1.0' );
src/wp-includes/deprecated.php:2546: _deprecated_function( __FUNCTION__, '3.1.0' );
src/wp-includes/deprecated.php:2560: _deprecated_function( __FUNCTION__, '3.2.0' );
src/wp-includes/deprecated.php:2580: _deprecated_function( __FUNCTION__, '3.3.0', 'wp_editor()' );
src/wp-includes/deprecated.php:2595: _deprecated_function( __FUNCTION__, '3.3.0' );
src/wp-includes/deprecated.php:2629: _deprecated_function( __FUNCTION__, '3.3.0' );
src/wp-includes/deprecated.php:2668: _deprecated_function( __FUNCTION__, '3.3.0' );
src/wp-includes/deprecated.php:2706: _deprecated_function( __FUNCTION__, '3.3.0' );
src/wp-includes/deprecated.php:2720: _deprecated_function( __FUNCTION__, '3.3.0' );
src/wp-includes/deprecated.php:2733: _deprecated_function( __FUNCTION__, '3.3.0' );
src/wp-includes/deprecated.php:2748: _deprecated_function( __FUNCTION__, '3.3.0' );
src/wp-includes/deprecated.php:2778: _deprecated_function( __FUNCTION__, '3.3.0' );
src/wp-includes/deprecated.php:2792: _deprecated_function( __FUNCTION__, '3.3.0' );
src/wp-includes/deprecated.php:2817: _deprecated_function( __FUNCTION__, '3.3.0', 'is_user_member_of_blog()' );
src/wp-includes/deprecated.php:2836: _deprecated_function( __FUNCTION__, '3.4.0', 'error_log()' );
src/wp-includes/deprecated.php:2853: _deprecated_function( __FUNCTION__, '3.4.0', 'error_log()' );
src/wp-includes/deprecated.php:2870: _deprecated_function( __FUNCTION__, '3.4.0', 'error_log()' );
src/wp-includes/deprecated.php:2887: _deprecated_function( __FUNCTION__, '3.4.0', 'wp_get_themes()' );
src/wp-includes/deprecated.php:2918: _deprecated_function( __FUNCTION__, '3.4.0', 'wp_get_theme( $stylesheet )' );
src/wp-includes/deprecated.php:2936: _deprecated_function( __FUNCTION__, '3.4.0', 'wp_get_theme()' );
src/wp-includes/deprecated.php:2957: _deprecated_function( __FUNCTION__, '3.4.0' );
src/wp-includes/deprecated.php:2984: _deprecated_function( __FUNCTION__, '3.4.0', 'add_theme_support( \'custom-header\', $args )' );
src/wp-includes/deprecated.php:3004: _deprecated_function( __FUNCTION__, '3.4.0', 'remove_theme_support( \'custom-header\' )' );
src/wp-includes/deprecated.php:3020: _deprecated_function( __FUNCTION__, '3.4.0', 'add_theme_support( \'custom-background\', $args )' );
src/wp-includes/deprecated.php:3041: _deprecated_function( __FUNCTION__, '3.4.0', 'remove_theme_support( \'custom-background\' )' );
src/wp-includes/deprecated.php:3056: _deprecated_function( __FUNCTION__, '3.4.0', 'wp_get_theme()' );
src/wp-includes/deprecated.php:3093: _deprecated_function( __FUNCTION__, '3.4.0', 'update_post_cache()' );
src/wp-includes/deprecated.php:3111: _deprecated_function( __FUNCTION__, '3.4.0', 'clean_post_cache()' );
src/wp-includes/deprecated.php:3129: _deprecated_function( __FUNCTION__, '3.4.1', 'wp_nonce_ays()' );
src/wp-includes/deprecated.php:3143: _deprecated_function( __FUNCTION__, '3.5.0', 'post_class()' );
src/wp-includes/deprecated.php:3161: _deprecated_function( __FUNCTION__, '3.5.0' );
src/wp-includes/deprecated.php:3175: _deprecated_function( __FUNCTION__, '3.5.0', 'wp_get_image_editor()' );
src/wp-includes/deprecated.php:3226: _deprecated_function( __FUNCTION__, '3.5.0', 'wp_get_image_editor()' );
src/wp-includes/deprecated.php:3261: _deprecated_function( __FUNCTION__, '3.5.0', 'get_post()' );
src/wp-includes/deprecated.php:3277: _deprecated_function( __FUNCTION__, '3.5.0', 'wp_authenticate()' );
src/wp-includes/deprecated.php:3304: _deprecated_function( __FUNCTION__, '3.5.0', 'wp_image_editor_supports()' );
src/wp-includes/deprecated.php:3339: _deprecated_function( __FUNCTION__, '3.6.0', 'size_format()' );
src/wp-includes/deprecated.php:3367: _deprecated_function( __FUNCTION__, '3.7.0' );
src/wp-includes/deprecated.php:3384: _deprecated_function( __FUNCTION__, '3.9.0' );
src/wp-includes/deprecated.php:3418: _deprecated_function( __FUNCTION__, '3.9.0' );
src/wp-includes/deprecated.php:3433: _deprecated_function( __FUNCTION__, '4.0.0', 'wpdb::esc_like()' );
src/wp-includes/deprecated.php:3450: _deprecated_function( __FUNCTION__, '4.0.0' );
src/wp-includes/deprecated.php:3474: _deprecated_function( __FUNCTION__, '4.3.0' );
src/wp-includes/deprecated.php:3487: _deprecated_function( __FUNCTION__, '4.3.0' );
src/wp-includes/deprecated.php:3501: _deprecated_function( __FUNCTION__, '4.3.0' );
src/wp-includes/deprecated.php:3516: _deprecated_function( __FUNCTION__, '4.3.0' );
src/wp-includes/deprecated.php:3533: _deprecated_function( __FUNCTION__, '4.3.0' );
src/wp-includes/deprecated.php:3551: _deprecated_function( __FUNCTION__, '4.3.0', 'format_for_editor()' );
src/wp-includes/deprecated.php:3594: _deprecated_function( __FUNCTION__, '4.3.0', 'format_for_editor()' );
src/wp-includes/deprecated.php:3621: _deprecated_function( __FUNCTION__, '4.4.0', 'get_permalink()' );
src/wp-includes/deprecated.php:3643: _deprecated_function( __FUNCTION__, '4.4.0', 'WP_Http' );
src/wp-includes/deprecated.php:3697: _deprecated_function( __FUNCTION__, '4.4.0', 'force_ssl_admin()' );
src/wp-includes/deprecated.php:3710: _deprecated_function( __FUNCTION__, '4.5.0' );
src/wp-includes/deprecated.php:3724: _deprecated_function( __FUNCTION__, '4.5.0' );
src/wp-includes/deprecated.php:3736: _deprecated_function( __FUNCTION__, '4.5.0' );
src/wp-includes/deprecated.php:3749: _deprecated_function( __FUNCTION__, '4.5.0' );
src/wp-includes/deprecated.php:3766: _deprecated_function( __FUNCTION__, '4.6.0' );
src/wp-includes/deprecated.php:3780: _deprecated_function( __FUNCTION__, '4.7.0' );
src/wp-includes/deprecated.php:3806: _deprecated_function( __FUNCTION__, '4.7.0' );
src/wp-includes/deprecated.php:3826: _deprecated_function( __FUNCTION__, '4.7.0', 'wp_list_sort()' );
src/wp-includes/deprecated.php:3851: _deprecated_function( __FUNCTION__, '4.7.0', 'wp_list_sort()' );
src/wp-includes/deprecated.php:3872: _deprecated_function( __FUNCTION__, '4.7.0', 'wp_list_sort()' );
src/wp-includes/deprecated.php:3899: _deprecated_function( __FUNCTION__, '4.9.0' );
src/wp-includes/deprecated.php:3921: _deprecated_function( __FUNCTION__, '4.9.0' );
src/wp-includes/deprecated.php:3938: _deprecated_function( __FUNCTION__, '4.9.0' );
src/wp-includes/widgets/class-wp-widget-recent-comments.php:172: _deprecated_function( __METHOD__, '4.4.0' );
src/wp-includes/ms-deprecated.php:27: _deprecated_function( __FUNCTION__, '3.1.0', 'get_site()' );
src/wp-includes/ms-deprecated.php:45: _deprecated_function( __FUNCTION__, '3.0.0', 'wp_generate_password()' );
src/wp-includes/ms-deprecated.php:65: _deprecated_function( __FUNCTION__, '3.0.0', 'is_super_admin()' );
src/wp-includes/ms-deprecated.php:90: _deprecated_function( __FUNCTION__, '3.0.0', 'wp_die()' );
src/wp-includes/ms-deprecated.php:130: _deprecated_function( __FUNCTION__, '3.0.0', 'get_user_by()' );
src/wp-includes/ms-deprecated.php:144: _deprecated_function( __FUNCTION__, '3.0.0', 'clean_post_cache()' );
src/wp-includes/ms-deprecated.php:155: _deprecated_function( __FUNCTION__, '3.0.0', 'is_main_site()' );
src/wp-includes/ms-deprecated.php:171: _deprecated_function( __FUNCTION__, '3.0.0', 'is_email()' );
src/wp-includes/ms-deprecated.php:187: _deprecated_function( __FUNCTION__, '3.0.0', 'wp_get_sites()' );
src/wp-includes/ms-deprecated.php:220: _deprecated_function( __FUNCTION__, '3.0.0' );
src/wp-includes/ms-deprecated.php:271: _deprecated_function( __FUNCTION__, '3.3.0', 'wp_redirect()' );
src/wp-includes/ms-deprecated.php:311: _deprecated_function( __FUNCTION__, '3.3.0', 'add_query_arg()' );
src/wp-includes/ms-deprecated.php:336: _deprecated_function( __FUNCTION__, '3.6.0', 'get_user_by()' );
src/wp-includes/ms-deprecated.php:361: _deprecated_function( __FUNCTION__, '3.7.0' );
src/wp-includes/ms-deprecated.php:392: _deprecated_function( __FUNCTION__, '4.4.0' );
src/wp-includes/ms-deprecated.php:428: _deprecated_function( __FUNCTION__, '4.4.0' );
src/wp-includes/ms-deprecated.php:476: _deprecated_function( __FUNCTION__, '4.6.0', 'get_sites()' );
src/wp-includes/ms-deprecated.php:539: _deprecated_function( __FUNCTION__, '4.9.0' );
src/wp-includes/class-snoopy.php:6:_deprecated_file( basename( __FILE__ ), '3.0.0', WPINC . '/http.php' );
src/wp-includes/class-wp-editor.php:106: _deprecated_argument( 'wp_editor()', '3.9.0', 'TinyMCE editor IDs cannot have brackets.' );
src/wp-includes/class-wp-editor.php:1587: _deprecated_function( __FUNCTION__, '4.3.0' );
src/wp-includes/general-template.php:638: _deprecated_argument( __FUNCTION__, '2.2.0', sprintf(
src/wp-includes/general-template.php:711: _deprecated_argument( __FUNCTION__, '2.2.0', sprintf(
src/wp-admin/upgrade-functions.php:11:_deprecated_file( basename(__FILE__), '2.5.0', 'wp-admin/includes/upgrade.php' );
src/wp-admin/options-general.php:174: _deprecated_argument( 'define()', '4.0.0', sprintf( __( 'The %s constant in your %s file is no longer needed.' ), 'WPLANG', 'wp-config.php' ) );
src/wp-admin/admin-functions.php:12:_deprecated_file( basename(__FILE__), '2.5.0', 'wp-admin/includes/admin.php' );
src/wp-admin/includes/class-wp-community-events.php:449: _deprecated_function( __METHOD__, '4.9.0' );
src/wp-admin/includes/class-wp-filesystem-base.php:131: _deprecated_function(__FUNCTION__, '2.7.0', 'WP_Filesystem::abspath() or WP_Filesystem::wp_*_dir()' );
src/wp-admin/includes/class-wp-filesystem-base.php:152: _deprecated_function(__FUNCTION__, '2.7.0', 'WP_Filesystem::abspath() or WP_Filesystem::wp_*_dir()' );
src/wp-admin/includes/upgrade.php:41: _deprecated_argument( __FUNCTION__, '2.6.0' );
src/wp-admin/includes/theme-install.php:32: _deprecated_function( __FUNCTION__, '3.1.0', 'get_theme_feature_list()' );
src/wp-admin/includes/theme-install.php:163: _deprecated_function( __FUNCTION__, '3.4.0' );
src/wp-admin/includes/class-wp-upgrader-skins.php:10:_deprecated_file( basename( __FILE__ ), '4.7.0', 'class-wp-upgrader.php' );
src/wp-admin/includes/ms.php:385: _deprecated_argument( __FUNCTION__, '3.0.2' );
src/wp-admin/includes/template.php:1235: _deprecated_argument( __FUNCTION__, '3.0.0',
src/wp-admin/includes/template.php:1245: _deprecated_argument( __FUNCTION__, '3.5.0',
src/wp-admin/includes/template.php:1296: _deprecated_argument( __FUNCTION__, '3.0.0',
src/wp-admin/includes/template.php:1306: _deprecated_argument( __FUNCTION__, '3.5.0',
src/wp-admin/includes/image-edit.php:258: _deprecated_argument( __FUNCTION__, '3.5.0', __( '$image needs to be an WP_Image_Editor object' ) );
src/wp-admin/includes/image-edit.php:323: _deprecated_argument( __FUNCTION__, '3.5.0', __( '$image needs to be an WP_Image_Editor object' ) );
src/wp-admin/includes/image-edit.php:391: _deprecated_function( __FUNCTION__, '3.5.0', 'WP_Image_Editor::rotate()' );
src/wp-admin/includes/image-edit.php:416: _deprecated_function( __FUNCTION__, '3.5.0', 'WP_Image_Editor::flip()' );
src/wp-admin/includes/image-edit.php:469: _deprecated_argument( __FUNCTION__, '3.5.0', __( '$image needs to be an WP_Image_Editor object' ) );
src/wp-admin/includes/plugin.php:89: _deprecated_argument( __FUNCTION__, '3.0.0', sprintf( __( 'The %1$s plugin header is deprecated. Use %2$s instead.' ), '<code>Site Wide Only: true</code>', '<code>Network: true</code>' ) );
src/wp-admin/includes/meta-boxes.php:1073: _deprecated_argument( __FUNCTION__, '2.5.0' ); // Never implemented
src/wp-admin/includes/deprecated.php:21: _deprecated_function( __FUNCTION__, '2.1.0', 'wp_editor()' );
src/wp-admin/includes/deprecated.php:34: _deprecated_function( __FUNCTION__, '2.5.0' );
src/wp-admin/includes/deprecated.php:51: _deprecated_function( __FUNCTION__, '3.0.0', 'wp_constrain_dimensions()' );
src/wp-admin/includes/deprecated.php:67: _deprecated_function( __FUNCTION__, '3.5.0', 'wp_constrain_dimensions()' );
src/wp-admin/includes/deprecated.php:83: _deprecated_function( __FUNCTION__, '2.6.0', 'wp_category_checklist()' );
src/wp-admin/includes/deprecated.php:98: _deprecated_function( __FUNCTION__, '2.6.0', 'wp_link_category_checklist()' );
src/wp-admin/includes/deprecated.php:114: _deprecated_function( __FUNCTION__, '2.9.0' );
src/wp-admin/includes/deprecated.php:134: _deprecated_function( __FUNCTION__, '3.0.0', 'wp_dropdown_categories()' );
src/wp-admin/includes/deprecated.php:168: _deprecated_function( __FUNCTION__, '3.0.0', 'register_setting()' );
src/wp-admin/includes/deprecated.php:184: _deprecated_function( __FUNCTION__, '3.0.0', 'unregister_setting()' );
src/wp-admin/includes/deprecated.php:197: _deprecated_function( __FUNCTION__, '3.0.0' );
src/wp-admin/includes/deprecated.php:207: _deprecated_function( __FUNCTION__, '3.0.0' );
src/wp-admin/includes/deprecated.php:217: _deprecated_function( __FUNCTION__, '3.0.0' );
src/wp-admin/includes/deprecated.php:230: _deprecated_function( __FUNCTION__, '3.1.0', 'get_users()' );
src/wp-admin/includes/deprecated.php:252: _deprecated_function( __FUNCTION__, '3.1.0', 'get_users()' );
src/wp-admin/includes/deprecated.php:280: _deprecated_function( __FUNCTION__, '3.1.0', 'get_users()' );
src/wp-admin/includes/deprecated.php:315: _deprecated_function( __FUNCTION__, '3.1.0', 'get_users()' );
src/wp-admin/includes/deprecated.php:491: _deprecated_function( __FUNCTION__, '3.1.0', 'WP_User_Query' );
src/wp-admin/includes/deprecated.php:683: _deprecated_function( __FUNCTION__, '3.1.0' );
src/wp-admin/includes/deprecated.php:716: _deprecated_function( __FUNCTION__, '3.1.0' );
src/wp-admin/includes/deprecated.php:731: _deprecated_function( __FUNCTION__, '3.1.0' );
src/wp-admin/includes/deprecated.php:744: _deprecated_function( __FUNCTION__, '3.2.0', 'wp_dashboard_quick_press()' );
src/wp-admin/includes/deprecated.php:758: _deprecated_function( __FUNCTION__, '3.3.0', 'wp_editor()' );
src/wp-admin/includes/deprecated.php:784: _deprecated_function( __FUNCTION__, '3.3.0', 'wp_editor()' );
src/wp-admin/includes/deprecated.php:794: _deprecated_function( __FUNCTION__, '3.3.0', 'wp_editor()' );
src/wp-admin/includes/deprecated.php:804: _deprecated_function( __FUNCTION__, '3.3.0', 'wp_editor()' );
src/wp-admin/includes/deprecated.php:815: _deprecated_function( __FUNCTION__, '3.3.0', '$current_screen->render_screen_layout()' );
src/wp-admin/includes/deprecated.php:835: _deprecated_function( __FUNCTION__, '3.3.0', '$current_screen->render_per_page_options()' );
src/wp-admin/includes/deprecated.php:867: _deprecated_function( __FUNCTION__, '3.2.0', 'WP_Admin_Bar' );
src/wp-admin/includes/deprecated.php:879: _deprecated_function( __FUNCTION__, '3.3.0', 'wp_media_upload_handler()' );
src/wp-admin/includes/deprecated.php:892: _deprecated_function( __FUNCTION__, '3.3.0', 'wp_media_upload_handler()' );
src/wp-admin/includes/deprecated.php:905: _deprecated_function( __FUNCTION__, '3.3.0', 'wp_media_upload_handler()' );
src/wp-admin/includes/deprecated.php:918: _deprecated_function( __FUNCTION__, '3.3.0', 'wp_media_upload_handler()' );
src/wp-admin/includes/deprecated.php:931: _deprecated_function( __FUNCTION__, '3.3.0', "wp_media_insert_url_form('image')" );
src/wp-admin/includes/deprecated.php:944: _deprecated_function( __FUNCTION__, '3.3.0', "wp_media_insert_url_form('audio')" );
src/wp-admin/includes/deprecated.php:957: _deprecated_function( __FUNCTION__, '3.3.0', "wp_media_insert_url_form('video')" );
src/wp-admin/includes/deprecated.php:970: _deprecated_function( __FUNCTION__, '3.3.0', "wp_media_insert_url_form('file')" );
src/wp-admin/includes/deprecated.php:987: _deprecated_function( __FUNCTION__, '3.3.0', 'get_current_screen()->add_help_tab()' );
src/wp-admin/includes/deprecated.php:1005: _deprecated_function( __FUNCTION__, '3.4.0', "wp_get_themes( array( 'allowed' => true ) )" );
src/wp-admin/includes/deprecated.php:1027: _deprecated_function( __FUNCTION__, '3.4.0', "wp_get_themes( array( 'errors' => true )" );
src/wp-admin/includes/deprecated.php:1052: _deprecated_function( __FUNCTION__, '3.4.0', 'wp_get_theme()' );
src/wp-admin/includes/deprecated.php:1065: _deprecated_function( __FUNCTION__, '3.5.0' );
src/wp-admin/includes/deprecated.php:1076: _deprecated_function( __FUNCTION__, '3.5.0' );
src/wp-admin/includes/deprecated.php:1090: _deprecated_function( __FUNCTION__, '3.5.0', 'get_post()' );
src/wp-admin/includes/deprecated.php:1105: _deprecated_function( __FUNCTION__, '3.5.0', "get_default_post_to_edit( 'page' )" );
src/wp-admin/includes/deprecated.php:1125: _deprecated_function( __FUNCTION__, '3.5.0', 'image_resize()' );
src/wp-admin/includes/deprecated.php:1138: _deprecated_function( __FUNCTION__, '3.6.0' );
src/wp-admin/includes/deprecated.php:1152: _deprecated_function( __FUNCTION__, '3.7.0', 'new Core_Upgrader();' );
src/wp-admin/includes/deprecated.php:1175: _deprecated_function( __FUNCTION__, '3.7.0', 'new Plugin_Upgrader();' );
src/wp-admin/includes/deprecated.php:1197: _deprecated_function( __FUNCTION__, '3.7.0', 'new Theme_Upgrader();' );
src/wp-admin/includes/deprecated.php:1216: _deprecated_function( __FUNCTION__, '3.7.0' );
src/wp-admin/includes/deprecated.php:1226: _deprecated_function( __FUNCTION__, '3.8.0' );
src/wp-admin/includes/deprecated.php:1239: _deprecated_function( __FUNCTION__, '3.8.0' );
src/wp-admin/includes/deprecated.php:1318: _deprecated_function( __FUNCTION__, '4.8.0' );
src/wp-admin/includes/deprecated.php:1401: _deprecated_function( __FUNCTION__, '3.9.0' );
src/wp-admin/includes/deprecated.php:1428: _deprecated_function( __FUNCTION__, '4.5.0', 'add_menu_page()' );
src/wp-admin/includes/deprecated.php:1461: _deprecated_function( __FUNCTION__, '4.5.0', 'add_menu_page()' );
src/wp-admin/includes/deprecated.php:1488: _deprecated_function( __FUNCTION__, '4.6.0' );
src/wp-admin/includes/ms-deprecated.php:19: _deprecated_function(__FUNCTION__, '3.0.0' );
src/wp-admin/includes/ms-deprecated.php:30: _deprecated_function(__FUNCTION__, '3.0.0', 'is_upload_space_available()' );
src/wp-admin/includes/ms-deprecated.php:42: _deprecated_function(__FUNCTION__, '3.0.0' );
src/wp-admin/includes/ms-deprecated.php:53: _deprecated_function(__FUNCTION__, '3.0.0', 'activate_plugin()' );
src/wp-admin/includes/ms-deprecated.php:64: _deprecated_function(__FUNCTION__, '3.0.0', 'deactivate_plugin()' );
src/wp-admin/includes/ms-deprecated.php:74: _deprecated_function(__FUNCTION__, '3.0.0', 'is_network_only_plugin()' );
src/wp-admin/includes/ms-deprecated.php:85: _deprecated_function( __FUNCTION__, '3.4.0', 'WP_Theme::get_allowed_on_network()' );
src/wp-admin/includes/ms-deprecated.php:96: _deprecated_function( __FUNCTION__, '3.4.0', 'WP_Theme::get_allowed_on_site()' );
src/wp-admin/options.php:256: _deprecated_argument( 'options.php', '2.7.0',
src/xmlrpc.php:98: _deprecated_function( __FUNCTION__, '3.4.0', 'error_log()' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment