src//wp-includes/taxonomy.php:4110: * @deprecated 2.5.0 Use 'term_link' instead. * * @param string $termlink Tag link URL. * @param int $term_id Term ID. */ $termlink = apply_filters( 'tag_link', $termlink, $term->term_id ); src//wp-includes/taxonomy.php:4122: * @deprecated 2.5.0 Use 'term_link' instead. * * @param string $termlink Category link URL. * @param int $term_id Term ID. */ $termlink = apply_filters( 'category_link', $termlink, $term->term_id ); src//wp-includes/class-wp-rewrite.php:1423: * @deprecated 3.1.0 Use 'post_tag_rewrite_rules' instead * * @param array $rules The rewrite rules generated for tags. */ $rules = apply_filters( 'tag_rewrite_rules', $rules ); src//wp-includes/class-wp-rewrite.php:1565: * @deprecated 1.5.0 Use the mod_rewrite_rules filter instead. * * @param string $rules mod_rewrite Rewrite rules formatted for .htaccess. */ return apply_filters( 'rewrite_rules', $rules ); src//wp-includes/user.php:2045: * @deprecated 1.5.1 Misspelled. Use 'retrieve_password' hook instead. * * @param string $user_login The user login name. */ do_action( 'retreive_password', $user->user_login ); src//wp-includes/rss.php:25: * @deprecated 3.0.0 */ do_action( 'load_feed_engine' ); src//wp-includes/class-wp.php:538: * @deprecated 2.1.0 Use 'query_vars' or 'request' filters instead. * * @param string $query_string The query string to modify. */ $this->query_string = apply_filters( 'query_string', $this->query_string ); src//wp-includes/post.php:5443: * @deprecated 3.2.0 The hook transitioned from "somewhat useless" to "totally useless". * * @param string $cap Capability. */ if ( ! $cap = apply_filters( 'pub_priv_sql_capability', '' ) ) { src//wp-includes/post.php:5836: * @deprecated 2.3.0 Use 'private_to_publish' instead. * * @param int $post_id Post ID. */ do_action('private_to_published', $post->ID); src//wp-includes/deprecated.php:3555: * @deprecated 4.3.0 * * @param string $output Text for the rich text editor. */ return apply_filters( 'richedit_pre', '' ); src//wp-includes/deprecated.php:3593: * @deprecated 4.3.0 * * @param string $output The HTML-formatted text. */ return apply_filters( 'htmledit_pre', $output ); src//wp-signup.php:405: * @deprecated 3.0.0 Use the {@see 'add_signup_meta'} filter instead. * * @param array $blog_meta_defaults An array of default blog meta variables. */ $meta_defaults = apply_filters( 'signup_create_blog_meta', $blog_meta_defaults ); src//wp-admin/edit-tag-form.php:20: * @deprecated 3.0.0 Use {$taxonomy}_pre_edit_form instead. * * @param object $tag Current category term object. */ do_action( 'edit_category_form_pre', $tag ); src//wp-admin/edit-tag-form.php:30: * @deprecated 3.0.0 Use {$taxonomy}_pre_edit_form instead. * * @param object $tag Current link category term object. */ do_action( 'edit_link_category_form_pre', $tag ); src//wp-admin/edit-tag-form.php:40: * @deprecated 3.0.0 Use {$taxonomy}_pre_edit_form instead. * * @param object $tag Current tag term object. */ do_action( 'edit_tag_form_pre', $tag ); src//wp-admin/edit-tag-form.php:186: * @deprecated 3.0.0 Use {$taxonomy}_edit_form_fields instead. * * @param object $tag Current category term object. */ do_action( 'edit_category_form_fields', $tag ); src//wp-admin/edit-tag-form.php:196: * @deprecated 3.0.0 Use {$taxonomy}_edit_form_fields instead. * * @param object $tag Current link category term object. */ do_action( 'edit_link_category_form_fields', $tag ); src//wp-admin/edit-tag-form.php:206: * @deprecated 3.0.0 Use {$taxonomy}_edit_form_fields instead. * * @param object $tag Current tag term object. */ do_action( 'edit_tag_form_fields', $tag ); src//wp-admin/edit-tag-form.php:239: * @deprecated 3.0.0 Use {$taxonomy}_edit_form instead. * * @param object $tag Current taxonomy term object. */ do_action( 'edit_tag_form', $tag ); src//wp-admin/includes/class-wp-screen.php:735: * @deprecated 3.3.0 Use get_current_screen()->add_help_tab() or * get_current_screen()->remove_help_tab() instead. * * @param array $old_compat_help Old contextual help. * @param WP_Screen $this Current WP_Screen instance. */ self::$_old_compat_help = apply_filters( 'contextual_help_list', self::$_old_compat_help, $this ); src//wp-admin/includes/class-wp-screen.php:749: * @deprecated 3.3.0 Use get_current_screen()->add_help_tab() or * get_current_screen()->remove_help_tab() instead. * * @param string $old_help Help text that appears on the screen. * @param string $screen_id Screen ID. * @param WP_Screen $this Current WP_Screen instance. * */ $old_help = apply_filters( 'contextual_help', $old_help, $this->id, $this ); src//wp-admin/includes/class-wp-screen.php:766: * @deprecated 3.3.0 Use get_current_screen()->add_help_tab() or * get_current_screen()->remove_help_tab() instead. * * @param string $old_help_default Default contextual help text. */ $default_help = apply_filters( 'default_contextual_help', '' ); src//wp-admin/includes/class-wp-terms-list-table.php:94: * @deprecated 2.8.0 Use edit_tags_per_page instead. * * @param int $tags_per_page Number of tags to be displayed. Default 20. */ $tags_per_page = apply_filters( 'tagsperpage', $tags_per_page ); src//wp-admin/includes/class-wp-terms-list-table.php:475: * @deprecated 3.0.0 Use {$taxonomy}_row_actions instead. * * @param array $actions An array of action links to be displayed. Default * 'Edit', 'Quick Edit', 'Delete', and 'View'. * @param object $tag Term object. */ $actions = apply_filters( 'tag_row_actions', $actions, $tag ); src//wp-admin/includes/image-edit.php:266: * @deprecated 3.5.0 Use image_editor_save_pre instead. * * @param resource $image Image resource to be streamed. * @param int $post_id Post ID. */ $image = apply_filters( 'image_save_pre', $image, $post_id ); src//wp-admin/includes/image-edit.php:337: * @deprecated 3.5.0 Use wp_save_image_editor_file instead. * * @param mixed $override Value to return instead of saving. Default null. * @param string $filename Name of the file to be saved. * @param WP_Image_Editor $image WP_Image_Editor instance. * @param string $mime_type Image mime type. * @param int $post_id Post ID. */ $saved = apply_filters( 'wp_save_image_file', null, $filename, $image, $mime_type, $post_id ); src//wp-admin/includes/image-edit.php:532: * @deprecated 3.5.0 Use wp_image_editor_before_change instead. * * @param resource $image GD image resource. * @param array $changes Array of change operations. */ $image = apply_filters( 'image_edit_before_change', $image, $changes ); src//wp-admin/includes/media.php:576: * @deprecated 3.5.0 Use {@see 'media_buttons'} action instead. * * @param string $string Media buttons context. Default empty. */ $legacy_filter = apply_filters( 'media_buttons_context', '' ); src//wp-admin/edit-tags.php:345: * @deprecated 3.0.0 Use {$taxonomy}_pre_add_form instead. * * @param object $arg Optional arguments cast to an object. */ do_action( 'add_category_form_pre', (object) array( 'parent' => 0 ) ); src//wp-admin/edit-tags.php:355: * @deprecated 3.0.0 Use {$taxonomy}_pre_add_form instead. * * @param object $arg Optional arguments cast to an object. */ do_action( 'add_link_category_form_pre', (object) array( 'parent' => 0 ) ); src//wp-admin/edit-tags.php:365: * @deprecated 3.0.0 Use {$taxonomy}_pre_add_form instead. * * @param string $taxonomy The taxonomy slug. */ do_action( 'add_tag_form_pre', $taxonomy ); src//wp-admin/edit-tags.php:495: * @deprecated 3.0.0 Use {$taxonomy}_add_form instead. * * @param object $arg Optional arguments cast to an object. */ do_action( 'edit_category_form', (object) array( 'parent' => 0 ) ); src//wp-admin/edit-tags.php:505: * @deprecated 3.0.0 Use {$taxonomy}_add_form instead. * * @param object $arg Optional arguments cast to an object. */ do_action( 'edit_link_category_form', (object) array( 'parent' => 0 ) ); src//wp-admin/edit-tags.php:515: * @deprecated 3.0.0 Use {$taxonomy}_add_form instead. * * @param string $taxonomy The taxonomy slug. */ do_action( 'add_tag_form', $taxonomy ); src//wp-admin/edit-form-advanced.php:281: * @deprecated 3.7.0 Use 'add_meta_boxes' instead. * * @param WP_Post $post Post object. */ do_action( 'dbx_post_advanced', $post );