Skip to content

Instantly share code, notes, and snippets.

@itsananderson
Last active January 1, 2018 12:08
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 itsananderson/5033579 to your computer and use it in GitHub Desktop.
Save itsananderson/5033579 to your computer and use it in GitHub Desktop.
List of filters in WordPress 3.5.1
  • 'filter-names.txt' is just the filter names
  • 'filter-locations.txt' is the location where the filter was found, and the line contents
  • 'filter-everything.txt' is the other two files, tab-separated
'wp_atom_server_class' .\wp-app.php:30: $wp_atom_server_class = apply_filters('wp_atom_server_class', 'wp_atom_server');
'comment_post_redirect' .\wp-comments-post.php:96: $location = apply_filters('comment_post_redirect', $location, $comment);
'link_category' .\wp-links-opml.php:41: $catname = apply_filters('link_category', $cat->name);
'link_title' .\wp-links-opml.php:48: $title = apply_filters('link_title', $bookmark->link_name);
'shake_error_codes' .\wp-login.php:52: $shake_error_codes = apply_filters( 'shake_error_codes', $shake_error_codes );
'login_headerurl' .\wp-login.php:82: $login_header_url = apply_filters( 'login_headerurl', $login_header_url );
'login_headertitle' .\wp-login.php:83: $login_header_title = apply_filters( 'login_headertitle', $login_header_title );
'login_message' .\wp-login.php:98: $message = apply_filters('login_message', $message);
'login_errors' .\wp-login.php:121: echo '<div id="login_error">' . apply_filters('login_errors', $errors) . "</div>\n";
'login_messages' .\wp-login.php:123: echo '<p class="message">' . apply_filters('login_messages', $messages) . "</p>\n";
'allow_password_reset' .\wp-login.php:210: $allow = apply_filters('allow_password_reset', true, $user_data->ID);
'retrieve_password_title' .\wp-login.php:241: $title = apply_filters('retrieve_password_title', $title);
'retrieve_password_message' .\wp-login.php:242: $message = apply_filters('retrieve_password_message', $message, $key);
'user_registration_email' .\wp-login.php:303: $user_email = apply_filters( 'user_registration_email', $user_email );
'registration_errors' .\wp-login.php:327: $errors = apply_filters( 'registration_errors', $errors, $sanitized_user_login, $user_email );
'lostpassword_redirect' .\wp-login.php:423: $redirect_to = apply_filters( 'lostpassword_redirect', !empty( $_REQUEST['redirect_to'] ) ? $_REQUEST['redirect_to'] : '' );
'wp_signup_location' .\wp-login.php:512: wp_redirect( apply_filters( 'wp_signup_location', site_url('wp-signup.php') ) );
'registration_redirect' .\wp-login.php:534: $redirect_to = apply_filters( 'registration_redirect', !empty( $_REQUEST['redirect_to'] ) ? $_REQUEST['redirect_to'] : '' );
'login_redirect' .\wp-login.php:601: $redirect_to = apply_filters('login_redirect', $redirect_to, isset( $_REQUEST['redirect_to'] ) ? $_REQUEST['redirect_to'] : '', $user);
'enable_post_by_email_configuration' .\wp-mail.php:13: if ( ! apply_filters( 'enable_post_by_email_configuration', true ) )
'wp_mail_original_content' .\wp-mail.php:180: $content = apply_filters('wp_mail_original_content', $content);
'phone_content' .\wp-mail.php:196: $post_content = apply_filters('phone_content', $content);
'signup_another_blog_init' .\wp-signup.php:158: $filtered_results = apply_filters('signup_another_blog_init', array('blogname' => $blogname, 'blog_title' => $blog_title, 'errors' => $errors ));
'signup_create_blog_meta' .\wp-signup.php:209: $meta = apply_filters( 'signup_create_blog_meta', array( 'lang_id' => 1, 'public' => $public ) ); // deprecated
'add_signup_meta' .\wp-signup.php:210: $meta = apply_filters( 'add_signup_meta', $meta );
'signup_user_init' .\wp-signup.php:236: $filtered_results = apply_filters('signup_user_init', array('user_name' => $user_name, 'user_email' => $user_email, 'errors' => $errors ));
'add_signup_meta' .\wp-signup.php:282: wpmu_signup_user($user_name, $user_email, apply_filters( 'add_signup_meta', array() ) );
'signup_blog_init' .\wp-signup.php:303: $filtered_results = apply_filters('signup_blog_init', array('user_name' => $user_name, 'user_email' => $user_email, 'blogname' => $blogname, 'blog_title' => $blog_title, 'errors' => $errors ));
'add_signup_meta' .\wp-signup.php:344: $meta = apply_filters( 'add_signup_meta', $meta );
'wpmu_active_signup' .\wp-signup.php:376: $active_signup = apply_filters( 'wpmu_active_signup', $active_signup ); // return "all", "none", "blog" or "user"
'wp_xmlrpc_server_class' .\xmlrpc.php:65: $wp_xmlrpc_server_class = apply_filters('wp_xmlrpc_server_class', 'wp_xmlrpc_server');
'update_footer' .\wp-admin\admin-footer.php:21: $upgrade = apply_filters( 'update_footer', '' );
'admin_footer_text' .\wp-admin\admin-footer.php:25: echo apply_filters( 'admin_footer_text', implode( ' &bull; ', $footer_text ) );
'admin_title' .\wp-admin\admin-header.php:36: $admin_title = apply_filters( 'admin_title', $admin_title, $title );
'admin_body_class' .\wp-admin\admin-header.php:97: <body class="wp-admin no-js <?php echo apply_filters( 'admin_body_class', '' ) . " $admin_body_class"; ?>">
'do_mu_upgrade' .\wp-admin\admin.php:46: } elseif ( apply_filters( 'do_mu_upgrade', true ) ) {
'admin_memory_limit' .\wp-admin\admin.php:109: @ini_set( 'memory_limit', apply_filters( 'admin_memory_limit', WP_MAX_MEMORY_LIMIT ) );
'force_filtered_html_on_import' .\wp-admin\admin.php:201: if ( apply_filters( 'force_filtered_html_on_import', false ) )
async_upload_{$type} .\wp-admin\async-upload.php:67: echo apply_filters("async_upload_{$type}", $id);
'comment_edit_redirect' .\wp-admin\comment.php:282: $location = apply_filters( 'comment_edit_redirect', $location, $comment_id );
'image_size_names_choose' .\wp-admin\custom-background.php:420: $sizes = array_keys(apply_filters( 'image_size_names_choose', array('thumbnail' => __('Thumbnail'), 'medium' => __('Medium'), 'large' => __('Large'), 'full' => __('Full Size')) ));
'wp_create_file_in_uploads' .\wp-admin\custom-header.php:734: $image = apply_filters('wp_create_file_in_uploads', $image, $attachment_id); // For replication
'wp_create_file_in_uploads' .\wp-admin\custom-header.php:866: $cropped = apply_filters('wp_create_file_in_uploads', $cropped, $attachment_id); // For replication
'wp_delete_file' .\wp-admin\custom-header.php:898: @unlink( apply_filters( 'wp_delete_file', $medium ) );
'wp_delete_file' .\wp-admin\custom-header.php:900: @unlink( apply_filters( 'wp_delete_file', $original ) );
'customize_allowed_urls' .\wp-admin\customize.php:142: $allowed_urls = array_unique( apply_filters( 'customize_allowed_urls', $allowed_urls ) );
'post_updated_messages' .\wp-admin\edit-form-advanced.php:63: $messages = apply_filters( 'post_updated_messages', $messages );
'enter_title_here' .\wp-admin\edit-form-advanced.php:285: <label class="hide-if-no-js" style="visibility:hidden" id="title-prompt-text" for="title"><?php echo apply_filters( 'enter_title_here', __( 'Enter title here' ), $post ); ?></label>
'get_comment_author_link' .\wp-admin\edit-form-comment.php:52: printf( __( 'URL (%s):' ), apply_filters('get_comment_author_link', $link ) );
'editable_slug' .\wp-admin\edit-tag-form.php:47: <td><input name="slug" id="slug" type="text" value="<?php if ( isset( $tag->slug ) ) echo esc_attr(apply_filters('editable_slug', $tag->slug)); ?>" size="40" />
'the_category' .\wp-admin\edit-tags.php:301: <p><?php printf(__('<strong>Note:</strong><br />Deleting a category does not delete the posts in that category. Instead, posts that were only assigned to the deleted category are set to the category <strong>%s</strong>.'), apply_filters('the_category', get_cat_name(get_option('default_category')))) ?></p>
'media_upload_default_type' .\wp-admin\media-upload.php:132: $type = apply_filters('media_upload_default_type', 'file');
'media_upload_default_tab' .\wp-admin\media-upload.php:138: $tab = apply_filters('media_upload_default_tab', 'type');
parent_file .\wp-admin\menu-header.php:22: $parent_file = apply_filters("parent_file", $parent_file); // For plugins to move submenu tabs around.
'delete_site_email_content' .\wp-admin\ms-delete-site.php:44: $content = apply_filters( 'delete_site_email_content', __( "Dear User,
'myblogs_options' .\wp-admin\my-sites.php:76: $settings_html = apply_filters( 'myblogs_options', '', 'global' );
'myblogs_blog_actions' .\wp-admin\my-sites.php:105: echo "<p>" . apply_filters( 'myblogs_blog_actions', "<a href='" . esc_url( get_home_url( $user_blog->userblog_id ) ). "'>" . __( 'Visit' ) . "</a> | <a href='" . esc_url( get_admin_url( $user_blog->userblog_id ) ) . "'>" . __( 'Dashboard' ) . "</a>", $user_blog ) . "</p>";
'myblogs_options' .\wp-admin\my-sites.php:106: echo apply_filters( 'myblogs_options', '', $user_blog );
'allow_subdirectory_install' .\wp-admin\network.php:68: if ( apply_filters( 'allow_subdirectory_install', false ) )
'thread_comments_depth_max' .\wp-admin\options-discussion.php:80: $maxdeep = (int) apply_filters( 'thread_comments_depth_max', 10 );
'avatar_defaults' .\wp-admin\options-discussion.php:223: $avatar_defaults = apply_filters('avatar_defaults', $avatar_defaults);
'default_avatar_select' .\wp-admin\options-discussion.php:239: echo apply_filters('default_avatar_select', $avatar_list);
'date_formats' .\wp-admin\options-general.php:234: $date_formats = apply_filters( 'date_formats', array(
'time_formats' .\wp-admin\options-general.php:267: $time_formats = apply_filters( 'time_formats', array(
'enable_post_by_email_configuration' .\wp-admin\options-writing.php:132: <?php if ( apply_filters( 'enable_post_by_email_configuration', true ) ) { ?>
'enable_update_services_configuration' .\wp-admin\options-writing.php:188: <?php if ( apply_filters( 'enable_update_services_configuration', true ) ) { ?>
option_page_capability_{$option_page} .\wp-admin\options.php:32: $capability = apply_filters( "option_page_capability_{$option_page}", $capability );
'enable_post_by_email_configuration' .\wp-admin\options.php:92: if ( apply_filters( 'enable_post_by_email_configuration', true ) )
'whitelist_options' .\wp-admin\options.php:98: $whitelist_options = apply_filters( 'whitelist_options', $whitelist_options );
'editable_extensions' .\wp-admin\plugin-editor.php:100: $editable_extensions = (array) apply_filters('editable_extensions', $editable_extensions);
'redirect_post_location' .\wp-admin\post.php:75: wp_redirect( apply_filters( 'redirect_post_location', $location, $post_id ) );
_wp_post_revision_field_$field .\wp-admin\revision.php:172: $left_content = apply_filters( "_wp_post_revision_field_$field", $left_revision->$field, $field );
_wp_post_revision_field_$field .\wp-admin\revision.php:173: $right_content = apply_filters( "_wp_post_revision_field_$field", $right_revision->$field, $field );
_wp_post_revision_field_$field .\wp-admin\revision.php:179: $content = apply_filters( "_wp_post_revision_field_$field", $revision->$field, $field );
'enable_edit_any_user_configuration' .\wp-admin\user-edit.php:78: if ( is_multisite() && ! current_user_can( 'manage_network_users' ) && $user_id != $current_user->ID && ! apply_filters( 'enable_edit_any_user_configuration', true ) )
'user_'.$name.'_label' .\wp-admin\user-edit.php:356: <th><label for="<?php echo $name; ?>"><?php echo apply_filters('user_'.$name.'_label', $desc); ?></label></th>
'show_password_fields' .\wp-admin\user-edit.php:374: $show_password_fields = apply_filters('show_password_fields', true, $profileuser);
'additional_capabilities_display' .\wp-admin\user-edit.php:395: <?php if ( count($profileuser->caps) > count($profileuser->roles) && apply_filters('additional_capabilities_display', true, $profileuser) ) { ?>
'pre_user_login' .\wp-admin\user-new.php:115: $new_user_login = apply_filters('pre_user_login', sanitize_user(stripslashes($_REQUEST['user_login']), true));
'autocomplete_users_for_site_admins' .\wp-admin\user-new.php:181: && ( is_super_admin() || apply_filters( 'autocomplete_users_for_site_admins', false ) )
'show_password_fields' .\wp-admin\user-new.php:337: <?php if ( apply_filters('show_password_fields', true) ) : ?>
'autocomplete_users_for_site_admins' .\wp-admin\includes\ajax-actions.php:156: if ( ! is_super_admin() && ! apply_filters( 'autocomplete_users_for_site_admins', false ) )
'wp_edit_nav_menu_walker' .\wp-admin\includes\ajax-actions.php:904: $walker_class_name = apply_filters( 'wp_edit_nav_menu_walker', 'Walker_Nav_Menu_Edit', $_POST['menu'] );
'nav_menu_meta_box_object' .\wp-admin\includes\ajax-actions.php:1211: $item = apply_filters( 'nav_menu_meta_box_object', $items[ $_POST['item-object'] ] );
'wp_check_post_lock_window' .\wp-admin\includes\ajax-actions.php:1765: $new_lock = ( time() - apply_filters( 'wp_check_post_lock_window', AUTOSAVE_INTERVAL * 2 ) + 5 ) . ':' . $active_lock[1];
'comments_per_page' .\wp-admin\includes\class-wp-comments-list-table.php:125: $comments_per_page = apply_filters( 'comments_per_page', $comments_per_page, $comment_status );
'comment_status_links' .\wp-admin\includes\class-wp-comments-list-table.php:179: $status_links = apply_filters( 'comment_status_links', $status_links );
'admin_comment_types_dropdown' .\wp-admin\includes\class-wp-comments-list-table.php:217: $comment_types = apply_filters( 'admin_comment_types_dropdown', array(
'comment_edit_pre' .\wp-admin\includes\class-wp-comments-list-table.php:370: <textarea class="comment" rows="1" cols="1"><?php echo esc_textarea( apply_filters( 'comment_edit_pre', $comment->comment_content ) ); ?></textarea>
'comment_row_actions' .\wp-admin\includes\class-wp-comments-list-table.php:420: $actions = apply_filters( 'comment_row_actions', array_filter( $actions ), $comment );
'views_' . $screen->id .\wp-admin\includes\class-wp-list-table.php:244: $views = apply_filters( 'views_' . $screen->id, $views );
'bulk_actions-' . $screen->id .\wp-admin\includes\class-wp-list-table.php:282: $this->_actions = apply_filters( 'bulk_actions-' . $screen->id, $this->_actions );
$option .\wp-admin\includes\class-wp-list-table.php:474: return (int) apply_filters( $option, $per_page );
manage_{$screen->id}_sortable_columns .\wp-admin\includes\class-wp-list-table.php:608: $_sortable = apply_filters( "manage_{$screen->id}_sortable_columns", $this->get_sortable_columns() );
'manage_media_columns' .\wp-admin\includes\class-wp-media-list-table.php:143: $posts_columns = apply_filters( 'manage_media_columns', $posts_columns, $this->detached );
'media_row_actions' .\wp-admin\includes\class-wp-media-list-table.php:390: $actions = apply_filters( 'media_row_actions', $actions, $post, $this->detached );
'wpmu_blogs_columns' .\wp-admin\includes\class-wp-ms-sites-list-table.php:156: $sites_columns = apply_filters( 'wpmu_blogs_columns', $sites_columns );
'manage_sites_action_links' .\wp-admin\includes\class-wp-ms-sites-list-table.php:269: $actions = apply_filters( 'manage_sites_action_links', array_filter( $actions ), $blog['blog_id'], $blogname );
'all_themes' .\wp-admin\includes\class-wp-ms-themes-list-table.php:58: 'all' => apply_filters( 'all_themes', wp_get_themes() ),
'theme_action_links' .\wp-admin\includes\class-wp-ms-themes-list-table.php:301: $actions = apply_filters( 'theme_action_links', array_filter( $actions ), $theme_key, $theme, $context );
theme_action_links_$theme_key .\wp-admin\includes\class-wp-ms-themes-list-table.php:302: $actions = apply_filters( "theme_action_links_$theme_key", $actions, $theme_key, $theme, $context );
'theme_row_meta' .\wp-admin\includes\class-wp-ms-themes-list-table.php:350: $theme_meta = apply_filters( 'theme_row_meta', $theme_meta, $theme_key, $theme, $status );
'wpmu_users_columns' .\wp-admin\includes\class-wp-ms-users-list-table.php:121: $users_columns = apply_filters( 'wpmu_users_columns', $users_columns );
'ms_user_row_actions' .\wp-admin\includes\class-wp-ms-users-list-table.php:195: $actions = apply_filters( 'ms_user_row_actions', $actions, $user );
'ms_user_list_site_actions' .\wp-admin\includes\class-wp-ms-users-list-table.php:246: $actions = apply_filters('ms_user_list_site_actions', $actions, $val->userblog_id);
'manage_users_custom_column' .\wp-admin\includes\class-wp-ms-users-list-table.php:265: echo apply_filters( 'manage_users_custom_column', '', $column_name, $user->ID );
'install_plugins_tabs' .\wp-admin\includes\class-wp-plugin-install-list-table.php:39: $tabs = apply_filters( 'install_plugins_tabs', $tabs );
'install_plugins_nonmenu_tabs' .\wp-admin\includes\class-wp-plugin-install-list-table.php:40: $nonmenu_tabs = apply_filters( 'install_plugins_nonmenu_tabs', $nonmenu_tabs );
'plugin_install_action_links' .\wp-admin\includes\class-wp-plugin-install-list-table.php:211: $action_links = apply_filters( 'plugin_install_action_links', $action_links, $plugin );
'all_plugins' .\wp-admin\includes\class-wp-plugins-list-table.php:50: 'all' => apply_filters( 'all_plugins', get_plugins() ),
'show_advanced_plugins' .\wp-admin\includes\class-wp-plugins-list-table.php:63: if ( apply_filters( 'show_advanced_plugins', true, 'mustuse' ) )
'show_advanced_plugins' .\wp-admin\includes\class-wp-plugins-list-table.php:65: if ( apply_filters( 'show_advanced_plugins', true, 'dropins' ) )
$prefix . 'plugin_action_links' .\wp-admin\includes\class-wp-plugins-list-table.php:376: $actions = apply_filters( $prefix . 'plugin_action_links', array_filter( $actions ), $plugin_file, $plugin_data, $context );
$prefix . "plugin_action_links_$plugin_file" .\wp-admin\includes\class-wp-plugins-list-table.php:377: $actions = apply_filters( $prefix . "plugin_action_links_$plugin_file", $actions, $plugin_file, $plugin_data, $context );
'plugin_row_meta' .\wp-admin\includes\class-wp-plugins-list-table.php:426: $plugin_meta = apply_filters( 'plugin_row_meta', $plugin_meta, $plugin_file, $plugin_data, $status );
'edit_posts_per_page' .\wp-admin\includes\class-wp-posts-list-table.php:92: $per_page = apply_filters( 'edit_posts_per_page', $per_page, $post_type );
'manage_pages_columns' .\wp-admin\includes\class-wp-posts-list-table.php:285: $posts_columns = apply_filters( 'manage_pages_columns', $posts_columns );
'manage_posts_columns' .\wp-admin\includes\class-wp-posts-list-table.php:287: $posts_columns = apply_filters( 'manage_posts_columns', $posts_columns, $post_type );
manage_{$post_type}_posts_columns .\wp-admin\includes\class-wp-posts-list-table.php:288: $posts_columns = apply_filters( "manage_{$post_type}_posts_columns", $posts_columns );
'the_title' .\wp-admin\includes\class-wp-posts-list-table.php:516: $parent_name = apply_filters( 'the_title', $parent->post_title, $parent->ID );
'page_row_actions' .\wp-admin\includes\class-wp-posts-list-table.php:556: $actions = apply_filters( is_post_type_hierarchical( $post->post_type ) ? 'page_row_actions' : 'post_row_actions', $actions, $post );
'post_row_actions' .\wp-admin\includes\class-wp-posts-list-table.php:556: $actions = apply_filters( is_post_type_hierarchical( $post->post_type ) ? 'page_row_actions' : 'post_row_actions', $actions, $post );
'post_date_column_time' .\wp-admin\includes\class-wp-posts-list-table.php:582: echo apply_filters( 'post_date_column_time', $t_time, $post, $column_name, $mode );
'post_date_column_time' .\wp-admin\includes\class-wp-posts-list-table.php:584: echo '<abbr title="' . $t_time . '">' . apply_filters( 'post_date_column_time', $h_time, $post, $column_name, $mode ) . '</abbr>';
'quick_edit_dropdown_pages_args' .\wp-admin\includes\class-wp-posts-list-table.php:857: $dropdown_args = apply_filters( 'quick_edit_dropdown_pages_args', $dropdown_args );
'edit_tags_per_page' .\wp-admin\includes\class-wp-terms-list-table.php:48: $tags_per_page = apply_filters( 'edit_tags_per_page', $tags_per_page );
'tagsperpage' .\wp-admin\includes\class-wp-terms-list-table.php:49: $tags_per_page = apply_filters( 'tagsperpage', $tags_per_page ); // Old filter
'edit_categories_per_page' .\wp-admin\includes\class-wp-terms-list-table.php:51: $tags_per_page = apply_filters( 'edit_categories_per_page', $tags_per_page ); // Old filter
'term_name' .\wp-admin\includes\class-wp-terms-list-table.php:250: $name = apply_filters( 'term_name', $pad . ' ' . $tag->name, $tag );
'tag_row_actions' .\wp-admin\includes\class-wp-terms-list-table.php:265: $actions = apply_filters( 'tag_row_actions', $actions, $tag );
{$taxonomy}_row_actions .\wp-admin\includes\class-wp-terms-list-table.php:266: $actions = apply_filters( "{$taxonomy}_row_actions", $actions, $tag );
'editable_slug' .\wp-admin\includes\class-wp-terms-list-table.php:271: $out .= '<div class="slug">' . apply_filters( 'editable_slug', $qe_data->slug ) . '</div>';
'editable_slug' .\wp-admin\includes\class-wp-terms-list-table.php:282: return apply_filters( 'editable_slug', $tag->slug );
manage_{$screen->taxonomy}_custom_column .\wp-admin\includes\class-wp-terms-list-table.php:318: return apply_filters( "manage_{$screen->taxonomy}_custom_column", '', $column_name, $tag->term_id );
'install_themes_tabs' .\wp-admin\includes\class-wp-theme-install-list-table.php:51: $tabs = apply_filters( 'install_themes_tabs', $tabs );
'install_themes_nonmenu_tabs' .\wp-admin\includes\class-wp-theme-install-list-table.php:52: $nonmenu_tabs = apply_filters( 'install_themes_nonmenu_tabs', $nonmenu_tabs );
'theme_install_actions' .\wp-admin\includes\class-wp-theme-install-list-table.php:225: $actions = apply_filters( 'theme_install_actions', $actions, $theme );
'theme_action_links' .\wp-admin\includes\class-wp-themes-list-table.php:150: $actions = apply_filters( 'theme_action_links', $actions, $theme );
'upgrader_pre_install' .\wp-admin\includes\class-wp-upgrader.php:181: $res = apply_filters('upgrader_pre_install', true, $hook_extra);
'upgrader_source_selection' .\wp-admin\includes\class-wp-upgrader.php:201: $source = apply_filters('upgrader_source_selection', $source, $remote_source, $this);
'upgrader_clear_destination' .\wp-admin\includes\class-wp-upgrader.php:221: $removed = apply_filters('upgrader_clear_destination', $removed, $local_destination, $remote_destination, $hook_extra);
'upgrader_post_install' .\wp-admin\includes\class-wp-upgrader.php:260: $res = apply_filters('upgrader_post_install', true, $hook_extra, $this->result);
'update_plugin_complete_actions' .\wp-admin\includes\class-wp-upgrader.php:1214: $update_actions = apply_filters('update_plugin_complete_actions', $update_actions, $this->plugin);
'update_bulk_plugins_complete_actions' .\wp-admin\includes\class-wp-upgrader.php:1366: $update_actions = apply_filters('update_bulk_plugins_complete_actions', $update_actions, $this->plugin_info);
'update_bulk_theme_complete_actions' .\wp-admin\includes\class-wp-upgrader.php:1399: $update_actions = apply_filters('update_bulk_theme_complete_actions', $update_actions, $this->theme_info );
'install_plugin_complete_actions' .\wp-admin\includes\class-wp-upgrader.php:1462: $install_actions = apply_filters('install_plugin_complete_actions', $install_actions, $this->api, $plugin_file);
'install_theme_complete_actions' .\wp-admin\includes\class-wp-upgrader.php:1537: $install_actions = apply_filters('install_theme_complete_actions', $install_actions, $this->api, $stylesheet, $theme_info);
'update_theme_complete_actions' .\wp-admin\includes\class-wp-upgrader.php:1599: $update_actions = apply_filters('update_theme_complete_actions', $update_actions, $this->theme);
'user_row_actions' .\wp-admin\includes\class-wp-users-list-table.php:255: $actions = apply_filters( 'user_row_actions', $actions, $user_object );
'manage_users_custom_column' .\wp-admin\includes\class-wp-users-list-table.php:310: $r .= apply_filters( 'manage_users_custom_column', '', $column_name, $user_object->ID );
'comment_edit_pre' .\wp-admin\includes\comment.php:86: $comment->comment_content = apply_filters( 'comment_edit_pre', $comment->comment_content);
'dashboard_incoming_links_link' .\wp-admin\includes\dashboard.php:64: 'link' => apply_filters( 'dashboard_incoming_links_link', 'http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:' . trailingslashit( get_option('home') ) ),
'dashboard_incoming_links_feed' .\wp-admin\includes\dashboard.php:65: 'url' => isset($widget_options['dashboard_incoming_links']['url']) ? apply_filters( 'dashboard_incoming_links_feed', $widget_options['dashboard_incoming_links']['url'] ) : apply_filters( 'dashboard_incoming_links_feed', 'http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=' . $num_items . '&output=rss&partner=wordpress&q=link:' . trailingslashit( get_option('home') ) ),
'dashboard_primary_link' .\wp-admin\includes\dashboard.php:89: 'link' => apply_filters( 'dashboard_primary_link', __( 'http://wordpress.org/news/' ) ),
'dashboard_primary_feed' .\wp-admin\includes\dashboard.php:90: 'url' => apply_filters( 'dashboard_primary_feed', __( 'http://wordpress.org/news/feed/' ) ),
'dashboard_primary_title' .\wp-admin\includes\dashboard.php:91: 'title' => apply_filters( 'dashboard_primary_title', __( 'WordPress Blog' ) ),
'dashboard_secondary_link' .\wp-admin\includes\dashboard.php:104: 'link' => apply_filters( 'dashboard_secondary_link', __( 'http://planet.wordpress.org/' ) ),
'dashboard_secondary_feed' .\wp-admin\includes\dashboard.php:105: 'url' => apply_filters( 'dashboard_secondary_feed', __( 'http://planet.wordpress.org/feed/' ) ),
'dashboard_secondary_title' .\wp-admin\includes\dashboard.php:106: 'title' => apply_filters( 'dashboard_secondary_title', __( 'Other WordPress News' ) ),
'wp_network_dashboard_widgets' .\wp-admin\includes\dashboard.php:119: $dashboard_widgets = apply_filters( 'wp_network_dashboard_widgets', array() );
'wp_user_dashboard_widgets' .\wp-admin\includes\dashboard.php:122: $dashboard_widgets = apply_filters( 'wp_user_dashboard_widgets', array() );
'wp_dashboard_widgets' .\wp-admin\includes\dashboard.php:125: $dashboard_widgets = apply_filters( 'wp_dashboard_widgets', array() );
'privacy_on_link_title' .\wp-admin\includes\dashboard.php:397: $title = apply_filters('privacy_on_link_title', __('Your site is asking search engines not to index its content') );
'privacy_on_link_text' .\wp-admin\includes\dashboard.php:398: $content = apply_filters('privacy_on_link_text', __('Search Engines Blocked') );
'comment_row_actions' .\wp-admin\includes\dashboard.php:670: $actions = apply_filters( 'comment_row_actions', array_filter($actions), $comment );
'browse-happy-notice' .\wp-admin\includes\dashboard.php:1166: echo apply_filters( 'browse-happy-notice', $notice, $response );
'get_editable_authors' .\wp-admin\includes\deprecated.php:237: return apply_filters('get_editable_authors', $authors);
'get_others_drafts' .\wp-admin\includes\deprecated.php:660: return apply_filters('get_others_drafts', $other_unpubs);
'the_title_rss' .\wp-admin\includes\export.php:370: <title><?php echo apply_filters( 'the_title_rss', $post->post_title ); ?></title>
'the_content_export' .\wp-admin\includes\export.php:376: <content:encoded><?php echo wxr_cdata( apply_filters( 'the_content_export', $post->post_content ) ); ?></content:encoded>
'the_excerpt_export' .\wp-admin\includes\export.php:377: <excerpt:encoded><?php echo wxr_cdata( apply_filters( 'the_excerpt_export', $post->post_excerpt ) ); ?></excerpt:encoded>
'wxr_export_skip_postmeta' .\wp-admin\includes\export.php:396: if ( apply_filters( 'wxr_export_skip_postmeta', false, $meta->meta_key, $meta ) )
'wp_handle_upload_prefilter' .\wp-admin\includes\file.php:238: $file = apply_filters( 'wp_handle_upload_prefilter', $file );
'wp_handle_upload' .\wp-admin\includes\file.php:342: return apply_filters( 'wp_handle_upload', array( 'file' => $new_file, 'url' => $url, 'type' => $type ), 'upload' );
'wp_handle_upload' .\wp-admin\includes\file.php:462: $return = apply_filters( 'wp_handle_upload', array( 'file' => $new_file, 'url' => $url, 'type' => $type ), 'sideload' );
'admin_memory_limit' .\wp-admin\includes\file.php:521: @ini_set( 'memory_limit', apply_filters( 'admin_memory_limit', WP_MAX_MEMORY_LIMIT ) );
'unzip_file_use_ziparchive' .\wp-admin\includes\file.php:544: if ( class_exists('ZipArchive') && apply_filters('unzip_file_use_ziparchive', true ) ) {
'filesystem_method_file' .\wp-admin\includes\file.php:796: $abstraction_file = apply_filters('filesystem_method_file', ABSPATH . 'wp-admin/includes/class-wp-filesystem-' . $method . '.php', $method);
'filesystem_method' .\wp-admin\includes\file.php:863: return apply_filters('filesystem_method', $method, $args);
'request_filesystem_credentials' .\wp-admin\includes\file.php:884: $req_cred = apply_filters( 'request_filesystem_credentials', '', $form_post, $type, $error, $context, $extra_fields );
'fs_ftp_connection_types' .\wp-admin\includes\file.php:962: $types = apply_filters('fs_ftp_connection_types', $types, $credentials, $type, $error, $context);
'image_save_pre' .\wp-admin\includes\image-edit.php:201: $image = apply_filters('image_save_pre', $image, $post_id);
'image_save_pre' .\wp-admin\includes\image-edit.php:219: $image = apply_filters('image_save_pre', $image, $post_id);
'wp_save_image_file' .\wp-admin\includes\image-edit.php:220: $saved = apply_filters('wp_save_image_file', null, $filename, $image, $mime_type, $post_id);
'jpeg_quality' .\wp-admin\includes\image-edit.php:226: return imagejpeg( $image, $filename, apply_filters( 'jpeg_quality', 90, 'edit_image' ) );
'image_edit_before_change' .\wp-admin\includes\image-edit.php:329: $img = apply_filters('image_edit_before_change', $img, $changes);
'admin_memory_limit' .\wp-admin\includes\image-edit.php:354: @ini_set( 'memory_limit', apply_filters( 'admin_memory_limit', WP_MAX_MEMORY_LIMIT ) );
'wp_delete_file' .\wp-admin\includes\image-edit.php:403: $delpath = apply_filters('wp_delete_file', $file);
'wp_delete_file' .\wp-admin\includes\image-edit.php:428: $delpath = apply_filters( 'wp_delete_file', path_join($parts['dirname'], $meta['sizes'][$default_size]['file']) );
'admin_memory_limit' .\wp-admin\includes\image-edit.php:459: @ini_set( 'memory_limit', apply_filters( 'admin_memory_limit', WP_MAX_MEMORY_LIMIT ) );
'wp_delete_file' .\wp-admin\includes\image-edit.php:619: $delpath = apply_filters('wp_delete_file', $new_path);
'wp_create_thumbnail' .\wp-admin\includes\image.php:27: return apply_filters( 'wp_create_thumbnail', $thumbpath );
'jpeg_quality' .\wp-admin\includes\image.php:97: elseif ( imagejpeg( $dst, $dst_file, apply_filters( 'jpeg_quality', 90, 'wp_crop_image' ) ) )
'intermediate_image_sizes_advanced' .\wp-admin\includes\image.php:145: $sizes = apply_filters( 'intermediate_image_sizes_advanced', $sizes );
'wp_generate_attachment_metadata' .\wp-admin\includes\image.php:160: return apply_filters( 'wp_generate_attachment_metadata', $metadata, $attachment_id );
'wp_read_image_metadata_types' .\wp-admin\includes\image.php:288: if ( is_callable( 'exif_read_data' ) && in_array( $sourceImageType, apply_filters( 'wp_read_image_metadata_types', array( IMAGETYPE_JPEG, IMAGETYPE_TIFF_II, IMAGETYPE_TIFF_MM ) ) ) ) {
'wp_read_image_metadata' .\wp-admin\includes\image.php:330: return apply_filters( 'wp_read_image_metadata', $meta, $file, $sourceImageType );
'file_is_displayable_image' .\wp-admin\includes\image.php:365: return apply_filters('file_is_displayable_image', $result, $path);
'load_image_to_edit' .\wp-admin\includes\image.php:398: $image = apply_filters('load_image_to_edit', $image, $attachment_id, $size);
'load_image_to_edit_filesystempath' .\wp-admin\includes\image.php:425: $filepath = apply_filters( 'load_image_to_edit_filesystempath', path_join( dirname( $filepath ), $data['file'] ), $attachment_id, $size );
'load_image_to_edit_attachmenturl' .\wp-admin\includes\image.php:428: $filepath = apply_filters( 'load_image_to_edit_attachmenturl', wp_get_attachment_url( $attachment_id ), $attachment_id, $size );
'load_image_to_edit_path' .\wp-admin\includes\image.php:431: return apply_filters( 'load_image_to_edit_path', $filepath, $attachment_id, $size );
'media_upload_tabs' .\wp-admin\includes\media.php:24: return apply_filters('media_upload_tabs', $_default_tabs);
'media_upload_default_tab' .\wp-admin\includes\media.php:76: $current = apply_filters('media_upload_default_tab', $default);
'image_send_to_editor' .\wp-admin\includes\media.php:115: $html = apply_filters( 'image_send_to_editor', $html, $id, $caption, $title, $align, $url, $size, $alt );
'disable_captions' .\wp-admin\includes\media.php:136: if ( empty($caption) || apply_filters( 'disable_captions', '' ) )
'image_add_caption_shortcode' .\wp-admin\includes\media.php:157: return apply_filters( 'image_add_caption_shortcode', $shcode, $html );
'media_buttons_context' .\wp-admin\includes\media.php:381: $context = apply_filters('media_buttons_context', __('Upload/Insert %s'));
$type . '_upload_iframe_src' .\wp-admin\includes\media.php:407: $upload_iframe_src = apply_filters($type . '_upload_iframe_src', $upload_iframe_src);
'attachment_fields_to_save' .\wp-admin\includes\media.php:450: $post = apply_filters('attachment_fields_to_save', $post, $attachment);
'media_send_to_editor' .\wp-admin\includes\media.php:497: $html = apply_filters('media_send_to_editor', $html, $send_id, $attachment);
$type . '_send_to_editor_url' .\wp-admin\includes\media.php:544: $html = apply_filters( $type . '_send_to_editor_url', $html, esc_url_raw( $src ), $title );
'image_send_to_editor_url' .\wp-admin\includes\media.php:555: $html = apply_filters( 'image_send_to_editor_url', $html, esc_url_raw( $src ), $alt, $align );
'image_size_names_choose' .\wp-admin\includes\media.php:715: $size_names = apply_filters( 'image_size_names_choose', array('thumbnail' => __('Thumbnail'), 'medium' => __('Medium'), 'large' => __('Large'), 'full' => __('Full Size')) );
'attachment_fields_to_edit' .\wp-admin\includes\media.php:992: $form_fields = apply_filters('attachment_fields_to_edit', $form_fields, $post);
'get_media_item_args' .\wp-admin\includes\media.php:1057: $args = apply_filters( 'get_media_item_args', $args );
'media_meta' .\wp-admin\includes\media.php:1111: $media_dims = apply_filters( 'media_meta', $media_dims, $post );
'upload_post_params' .\wp-admin\includes\media.php:1341: $post_params = apply_filters( 'upload_post_params', $post_params ); // hook change! old name: 'swfupload_post_params'
'plupload_init' .\wp-admin\includes\media.php:1360: $plupload_init = apply_filters( 'plupload_init', $plupload_init );
'media_upload_form_url' .\wp-admin\includes\media.php:1427: $form_action_url = apply_filters('media_upload_form_url', $form_action_url, $type);
'media_upload_form_url' .\wp-admin\includes\media.php:1492: $form_action_url = apply_filters('media_upload_form_url', $form_action_url, $type);
'disable_captions' .\wp-admin\includes\media.php:1527: <?php if ( ! apply_filters( 'disable_captions', '' ) ) { ?>
'type_url_form_media' .\wp-admin\includes\media.php:1604: <?php echo apply_filters( 'type_url_form_media', wp_media_insert_url_form( $type ) ); ?>
'media_upload_form_url' .\wp-admin\includes\media.php:1626: $form_action_url = apply_filters('media_upload_form_url', $form_action_url, $type);
'media_upload_form_url' .\wp-admin\includes\media.php:1772: $form_action_url = apply_filters('media_upload_form_url', $form_action_url, $type);
'media_upload_mime_type_links' .\wp-admin\includes\media.php:1835: echo implode(' | </li>', apply_filters( 'media_upload_mime_type_links', $type_links ) ) . '</li>';
'disable_captions' .\wp-admin\includes\media.php:1932: if ( !apply_filters( 'disable_captions', '' ) ) {
'add_menu_classes' .\wp-admin\includes\menu.php:180: return apply_filters( 'add_menu_classes', $menu );
'custom_menu_order' .\wp-admin\includes\menu.php:185: if ( apply_filters('custom_menu_order', false) ) {
'menu_order' .\wp-admin\includes\menu.php:192: $menu_order = apply_filters('menu_order', $menu_order);
'preview_post_link' .\wp-admin\includes\meta-boxes.php:47: $preview_link = esc_url( apply_filters( 'preview_post_link', add_query_arg( 'preview', 'true', $preview_link ) ) );
'editable_slug' .\wp-admin\includes\meta-boxes.php:510: <label class="screen-reader-text" for="post_name"><?php _e('Slug') ?></label><input name="post_name" type="text" size="13" id="post_name" value="<?php echo esc_attr( apply_filters('editable_slug', $post->post_name) ); ?>" />
'page_attributes_dropdown_pages_args' .\wp-admin\includes\meta-boxes.php:567: $dropdown_args = apply_filters( 'page_attributes_dropdown_pages_args', $dropdown_args, $post );
'got_rewrite' .\wp-admin\includes\misc.php:18: return apply_filters('got_rewrite', $got_rewrite);
'documentation_ignore_functions' .\wp-admin\includes\misc.php:300: $ignore_functions = apply_filters( 'documentation_ignore_functions', $ignore_functions );
'set-screen-option' .\wp-admin\includes\misc.php:360: $value = apply_filters('set-screen-option', false, $option, $value);
'wpmu_drop_tables' .\wp-admin\includes\ms.php:86: $drop_tables = apply_filters( 'wpmu_drop_tables', $wpdb->tables( 'blog' ) );
'wpmu_delete_blog_upload_dir' .\wp-admin\includes\ms.php:94: $dir = apply_filters( 'wpmu_delete_blog_upload_dir', WP_CONTENT_DIR . "/blogs.dir/{$blog_id}/files/", $blog_id );
'new_admin_email_content' .\wp-admin\includes\ms.php:189: $content = apply_filters( 'new_admin_email_content', __( "Dear user,
'new_user_email_content' .\wp-admin\includes\ms.php:243: $content = apply_filters( 'new_user_email_content', __( "Dear user,
'lang_codes' .\wp-admin\includes\ms.php:434: $lang_codes = apply_filters( 'lang_codes', $lang_codes, $code );
'mu_dropdown_languages' .\wp-admin\includes\ms.php:522: $output = apply_filters( 'mu_dropdown_languages', $output, $lang_files, $current );
'wp_signup_location' .\wp-admin\includes\ms.php:618: <a href="<?php echo apply_filters( 'wp_signup_location', network_home_url( 'wp-signup.php' ) ); ?>"><?php _e( 'Create a New Site' ); ?></a>
'can_edit_network' .\wp-admin\includes\ms.php:709: return apply_filters( 'can_edit_network', $result, $site_id );
'wp_is_large_network' .\wp-admin\includes\ms.php:742: return apply_filters( 'wp_is_large_network', $count > 10000, 'users', $count );
'wp_is_large_network' .\wp-admin\includes\ms.php:746: return apply_filters( 'wp_is_large_network', $count > 10000, 'sites', $count );
'nav_menu_meta_box_object' .\wp-admin\includes\nav-menu.php:444: $post_type = apply_filters( 'nav_menu_meta_box_object', $post_type );
'nav_menu_meta_box_object' .\wp-admin\includes\nav-menu.php:464: $tax = apply_filters( 'nav_menu_meta_box_object', $tax );
'nav_menu_items_'.$post_type_name .\wp-admin\includes\nav-menu.php:750: $posts = apply_filters( 'nav_menu_items_'.$post_type_name, $posts, $args, $post_type );
'wp_edit_nav_menu_walker' .\wp-admin\includes\nav-menu.php:1095: $walker_class_name = apply_filters( 'wp_edit_nav_menu_walker', 'Walker_Nav_Menu_Edit', $menu_id );
'plugins_api_args' .\wp-admin\includes\plugin-install.php:40: $args = apply_filters('plugins_api_args', $args, $action);
'plugins_api' .\wp-admin\includes\plugin-install.php:41: $res = apply_filters('plugins_api', false, $action, $args);
'plugins_api_result' .\wp-admin\includes\plugin-install.php:56: return apply_filters('plugins_api_result', $res, $action, $args);
'default_content' .\wp-admin\includes\post.php:444: $post->post_content = apply_filters( 'default_content', $post_content, $post );
'default_title' .\wp-admin\includes\post.php:445: $post->post_title = apply_filters( 'default_title', $post_title, $post );
'default_excerpt' .\wp-admin\includes\post.php:446: $post->post_excerpt = apply_filters( 'default_excerpt', $post_excerpt, $post );
edit_{$post_type}_per_page .\wp-admin\includes\post.php:874: $posts_per_page = apply_filters( $per_page, $posts_per_page );
'edit_posts_per_page' .\wp-admin\includes\post.php:875: $posts_per_page = apply_filters( 'edit_posts_per_page', $posts_per_page, $post_type );
'post_mime_types' .\wp-admin\includes\post.php:909: return apply_filters('post_mime_types', $post_mime_types);
'upload_per_page' .\wp-admin\includes\post.php:951: $q['posts_per_page'] = apply_filters( 'upload_per_page', $media_per_page );
postbox_classes_{$page}_{$id} .\wp-admin\includes\post.php:998: $classes = apply_filters( "postbox_classes_{$page}_{$id}", $classes );
'editable_slug' .\wp-admin\includes\post.php:1050: $uri = apply_filters( 'editable_slug', $uri );
'editable_slug' .\wp-admin\includes\post.php:1056: $permalink = array($permalink, apply_filters('editable_slug', $post->post_name));
'get_sample_permalink_html' .\wp-admin\includes\post.php:1098: $return = apply_filters('get_sample_permalink_html', $return, $id, $new_title, $new_slug);
'get_sample_permalink_html' .\wp-admin\includes\post.php:1128: $return = apply_filters('get_sample_permalink_html', $return, $id, $new_title, $new_slug);
'admin_post_thumbnail_html' .\wp-admin\includes\post.php:1167: return apply_filters( 'admin_post_thumbnail_html', $content );
'wp_check_post_lock_window' .\wp-admin\includes\post.php:1189: $time_window = apply_filters( 'wp_check_post_lock_window', AUTOSAVE_INTERVAL * 2 );
'manage_' . $screen->id . '_columns' .\wp-admin\includes\screen.php:24: $column_headers[ $screen->id ] = apply_filters( 'manage_' . $screen->id . '_columns', array() );
'default_hidden_meta_boxes' .\wp-admin\includes\screen.php:104: $hidden = apply_filters( 'default_hidden_meta_boxes', $hidden, $screen );
'hidden_meta_boxes' .\wp-admin\includes\screen.php:107: return apply_filters( 'hidden_meta_boxes', $hidden, $screen, $use_defaults );
'contextual_help_list' .\wp-admin\includes\screen.php:717: self::$_old_compat_help = apply_filters( 'contextual_help_list', self::$_old_compat_help, $this );
'contextual_help' .\wp-admin\includes\screen.php:720: $old_help = apply_filters( 'contextual_help', $old_help, $this->id, $this );
'default_contextual_help' .\wp-admin\includes\screen.php:724: $default_help = apply_filters( 'default_contextual_help', '' );
'screen_layout_columns' .\wp-admin\includes\screen.php:805: $columns = apply_filters( 'screen_layout_columns', array(), $this->id, $this );
'screen_settings' .\wp-admin\includes\screen.php:852: $this->_screen_settings = apply_filters( 'screen_settings', '', $this );
'screen_options_show_screen' .\wp-admin\includes\screen.php:863: $this->_show_screen_options = apply_filters( 'screen_options_show_screen', $show_screen, $this );
'comments_per_page' .\wp-admin\includes\screen.php:999: $per_page = apply_filters( 'comments_per_page', $per_page, $comment_status );
'edit_categories_per_page' .\wp-admin\includes\screen.php:1001: $per_page = apply_filters( 'edit_categories_per_page', $per_page );
$option .\wp-admin\includes\screen.php:1003: $per_page = apply_filters( $option, $per_page );
'edit_posts_per_page' .\wp-admin\includes\screen.php:1008: $per_page = apply_filters( 'edit_posts_per_page', $per_page, $this->post_type );
'terms_to_edit' .\wp-admin\includes\taxonomy.php:234: $tags_to_edit = apply_filters( 'terms_to_edit', $tags_to_edit, $taxonomy );
'the_category' .\wp-admin\includes\template.php:48: $output .= "\n<li id='{$taxonomy}-{$category->term_id}'$class>" . '<label class="selectit"><input value="' . $category->term_id . '" type="checkbox" name="'.$name.'[]" id="in-'.$taxonomy.'-' . $category->term_id . '"' . checked( in_array( $category->term_id, $selected_cats ), true, false ) . disabled( empty( $args['disabled'] ), false, false ) . ' /> ' . esc_html( apply_filters('the_category', $category->name )) . '</label>';
'wp_terms_checklist_args' .\wp-admin\includes\template.php:99: $args = apply_filters( 'wp_terms_checklist_args', $args, $post_id );
'the_category' .\wp-admin\includes\template.php:196: <?php echo esc_html( apply_filters( 'the_category', $term->name ) ); ?>
'the_category' .\wp-admin\includes\template.php:231: $name = esc_html( apply_filters( 'the_category', $category->name ) );
'editable_slug' .\wp-admin\includes\template.php:255: <div class="post_name">' . apply_filters('editable_slug', $post->post_name) . '</div>
'wp_comment_reply' .\wp-admin\includes\template.php:310: $content = apply_filters( 'wp_comment_reply', '', array('position' => $position, 'checkbox' => $checkbox, 'mode' => $mode) );
'postmeta_form_limit' .\wp-admin\includes\template.php:513: $limit = (int) apply_filters( 'postmeta_form_limit', 30 );
'upload_size_limit' .\wp-admin\includes\template.php:818: $bytes = apply_filters( 'upload_size_limit', min($u_bytes, $p_bytes), $u_bytes, $p_bytes );
'import_upload_size_limit' .\wp-admin\includes\template.php:830: $bytes = apply_filters( 'import_upload_size_limit', wp_max_upload_size() );
'admin_body_class' .\wp-admin\includes\template.php:1433: <body<?php if ( isset($GLOBALS['body_id']) ) echo ' id="' . $GLOBALS['body_id'] . '"'; ?> class="wp-admin no-js iframe <?php echo apply_filters( 'admin_body_class', '' ) . ' ' . $admin_body_class; ?>">
'display_post_states' .\wp-admin\includes\template.php:1484: $post_states = apply_filters( 'display_post_states', $post_states );
'display_media_states' .\wp-admin\includes\template.php:1517: $media_states = apply_filters( 'display_media_states', $media_states );
'themes_api_args' .\wp-admin\includes\theme.php:280: $args = apply_filters('themes_api_args', $args, $action); //NOTE: Ensure that an object is returned via this filter.
'themes_api' .\wp-admin\includes\theme.php:281: $res = apply_filters('themes_api', false, $action, $args); //NOTE: Allows a theme to completely override the builtin WordPress.org API.
'themes_api_result' .\wp-admin\includes\theme.php:294: return apply_filters('themes_api_result', $res, $action, $args);
'update_feedback' .\wp-admin\includes\update-core.php:498: apply_filters('update_feedback', __('Verifying the unpacked files&#8230;'));
'update_feedback' .\wp-admin\includes\update-core.php:512: apply_filters('update_feedback', __('Installing the latest version&#8230;'));
'update_feedback' .\wp-admin\includes\update-core.php:595: apply_filters('update_feedback', __('Upgrading database&#8230;'));
'dbdelta_queries' .\wp-admin\includes\upgrade.php:1506: $queries = apply_filters( 'dbdelta_queries', $queries );
'dbdelta_create_queries' .\wp-admin\includes\upgrade.php:1527: $cqueries = apply_filters( 'dbdelta_create_queries', $cqueries );
'dbdelta_insert_queries' .\wp-admin\includes\upgrade.php:1528: $iqueries = apply_filters( 'dbdelta_insert_queries', $iqueries );
'editable_roles' .\wp-admin\includes\user.php:186: $editable_roles = apply_filters('editable_roles', $all_roles);
'get_users_drafts' .\wp-admin\includes\user.php:218: $query = apply_filters('get_users_drafts', $query);
'post_types_to_delete_with_user' .\wp-admin\includes\user.php:255: $post_types_to_delete = apply_filters( 'post_types_to_delete_with_user', $post_types_to_delete, $id );
'tables_to_repair' .\wp-admin\maint\repair.php:39: $tables = array_merge( $tables, (array) apply_filters( 'tables_to_repair', array() ) ); // Return tables with table prefixes.
'redirect_network_admin_request' .\wp-admin\network\admin.php:19: $redirect_network_admin_request = apply_filters( 'redirect_network_admin_request', $redirect_network_admin_request );
'mu_menu_items' .\wp-admin\network\settings.php:322: $menu_items = apply_filters( 'mu_menu_items', array( 'plugins' => __( 'Plugins' ) ) );
'subdirectory_reserved_names' .\wp-admin\network\site-new.php:48: $subdirectory_reserved_names = apply_filters( 'subdirectory_reserved_names', array( 'page', 'comments', 'blog', 'files', 'feed' ) );
'show_network_site_users_add_existing_form' .\wp-admin\network\site-users.php:174: if ( ! wp_is_large_network( 'users' ) && apply_filters( 'show_network_site_users_add_existing_form', true ) )
'show_network_site_users_add_existing_form' .\wp-admin\network\site-users.php:256: <?php if ( current_user_can( 'promote_users' ) && apply_filters( 'show_network_site_users_add_existing_form', true ) ) : ?>
'show_network_site_users_add_new_form' .\wp-admin\network\site-users.php:258: <?php if ( current_user_can( 'create_users' ) && apply_filters( 'show_network_site_users_add_new_form', true ) ) : ?>
'show_network_site_users_add_new_form' .\wp-admin\network\site-users.php:291: <?php if ( current_user_can( 'create_users' ) && apply_filters( 'show_network_site_users_add_new_form', true ) ) : ?>
'network_sites_updated_message_' . $_REQUEST['action'] .\wp-admin\network\sites.php:276: $msg = apply_filters( 'network_sites_updated_message_' . $_REQUEST['action'] , __( 'Settings saved.' ) );
'redirect_user_admin_request' .\wp-admin\user\admin.php:20: $redirect_user_admin_request = apply_filters( 'redirect_user_admin_request', $redirect_user_admin_request );
'akismet_show_user_comments_approved' .\wp-content\plugins\akismet\admin.php:392: if ( apply_filters( 'akismet_show_user_comments_approved', get_option('akismet_show_user_comments_approved') ) == 'true' ) {
'akismet_ua' .\wp-content\plugins\akismet\akismet.php:144: $akismet_ua = apply_filters( 'akismet_ua', $akismet_ua );
'akismet_spam_count_incr' .\wp-content\plugins\akismet\akismet.php:201: if ( $incr = apply_filters('akismet_spam_count_incr', 1) )
'akismet_comment_nonce' .\wp-content\plugins\akismet\akismet.php:333: $akismet_nonce_option = apply_filters( 'akismet_comment_nonce', get_option( 'akismet_comment_nonce' ) );
'akismet_spam_count_incr' .\wp-content\plugins\akismet\akismet.php:387: if ( $incr = apply_filters('akismet_spam_count_incr', 1) )
'akismet_optimize_table' .\wp-content\plugins\akismet\akismet.php:434: if ( apply_filters('akismet_optimize_table', ($n == 11)) ) // lucky number
'akismet_delete_commentmeta_interval' .\wp-content\plugins\akismet\akismet.php:443: $interval = apply_filters( 'akismet_delete_commentmeta_interval', 15 );
'akismet_optimize_table' .\wp-content\plugins\akismet\akismet.php:467: if ( apply_filters( 'akismet_optimize_table', ( $n == 11 ), 'commentmeta' ) ) { // lucky number
'akismet_comment_nonce' .\wp-content\plugins\akismet\akismet.php:581: $akismet_comment_nonce_option = apply_filters( 'akismet_comment_nonce', get_option( 'akismet_comment_nonce' ) );
p2_add_component_$component .\wp-content\themes\p2\functions.php:110: $class = apply_filters( "p2_add_component_$component", $class );
'p2_custom_background_args' .\wp-content\themes\p2\functions.php:185: $args = apply_filters( 'p2_custom_background_args', array( 'default-color' => 'f1f1f1' ) );
'the_title' .\wp-content\themes\p2\functions.php:299: $t = apply_filters( 'the_title', $temp->post_title );
'comment_text' .\wp-content\themes\p2\functions.php:388: echo apply_filters( 'comment_text', $comment->comment_content, $comment );
'tags_with_count' .\wp-content\themes\p2\functions.php:416: return apply_filters( 'tags_with_count', $before . join( $sep, $tag_links ) . $after, $post );
'comment_reply_link' .\wp-content\themes\p2\functions.php:591: return apply_filters( 'comment_reply_link', $before . $link . $after, $args, $comment, $post);
'prologue_poweredby_link' .\wp-content\themes\p2\functions.php:612: return apply_filters( 'prologue_poweredby_link', sprintf( '<a href="%1$s" rel="generator">%2$s</a>', esc_url( __('http://wordpress.org/', 'p2') ), sprintf( __('Proudly powered by %s.', 'p2'), 'WordPress' ) ) );
'p2_get_supported_post_formats' .\wp-content\themes\p2\functions.php:667: return apply_filters( 'p2_get_supported_post_formats', $post_formats );
'p2_is_iphone' .\wp-content\themes\p2\functions.php:685: $output = (bool) apply_filters( 'p2_is_iphone', $output );
'the_editor_content' .\wp-content\themes\p2\inc\ajax.php:54: $post->post_content = apply_filters( 'the_editor_content', $post->post_content );
'p2_get_comment_content' .\wp-content\themes\p2\inc\ajax.php:105: echo apply_filters( 'p2_get_comment_content', $comment->comment_content, $comment_id );
'p2_get_quote_content' .\wp-content\themes\p2\inc\ajax.php:155: $content = apply_filters( 'p2_get_quote_content', $post->post_content );
'the_content' .\wp-content\themes\p2\inc\ajax.php:157: $content = apply_filters( 'the_content', $post->post_content );
'comment_text' .\wp-content\themes\p2\inc\ajax.php:188: echo apply_filters( 'comment_text', $comment->comment_content, $comment );
'p2_accepted_post_cats' .\wp-content\themes\p2\inc\ajax.php:226: $accepted_post_formats = apply_filters( 'p2_accepted_post_cats', p2_get_supported_post_formats() ); // Keep 'p2_accepted_post_cats' filter for back compat (since P2 1.3.4)
'p2_custom_header_args' .\wp-content\themes\p2\inc\custom-header.php:33: $args = apply_filters( 'p2_custom_header_args', $args );
'p2_mentions_taxonomy_args' .\wp-content\themes\p2\inc\mentions.php:38: $taxonomy_args = apply_filters( 'p2_mentions_taxonomy_args', array(
'p2_found_mentions' .\wp-content\themes\p2\inc\mentions.php:81: return apply_filters( 'p2_found_mentions', $matches[1], $matches[1], $content );
'p2_mention_link' .\wp-content\themes\p2\inc\mentions.php:118: $replacement = apply_filters( 'p2_mention_link', $replacement, $name );
'p2_user_suggestion' .\wp-content\themes\p2\inc\mentions.php:153: return apply_filters( 'p2_user_suggestion', $js_users );
'p2_get_user_display_name' .\wp-content\themes\p2\inc\template-tags.php:58: return apply_filters( 'p2_get_user_display_name', isset( $current_user->first_name ) && $current_user->first_name ? $current_user->first_name : $current_user->display_name );
'p2_get_quote_content' .\wp-content\themes\p2\inc\template-tags.php:109: return apply_filters( 'p2_get_quote_content', get_the_content( __( '(More ...)' , 'p2' ) ) );
'p2_get_the_category' .\wp-content\themes\p2\inc\template-tags.php:166: return apply_filters( 'p2_get_the_category', $slug );
'p2_get_user_prompt' .\wp-content\themes\p2\inc\template-tags.php:175: return apply_filters( 'p2_get_user_prompt', sprintf ( __( 'Hi, %s. %s', 'p2' ), esc_html( p2_get_user_display_name() ), ( $prompt != '' ) ? stripslashes( $prompt ) : __( 'Whatcha up to?', 'p2' ) ) );
'p2_get_page_number' .\wp-content\themes\p2\inc\template-tags.php:183: return apply_filters( 'p2_get_page_number', $paged );
'p2_get_archive_author' .\wp-content\themes\p2\inc\template-tags.php:219: return apply_filters( 'p2_get_archive_author', $author );
'p2_get_author_feed_link' .\wp-content\themes\p2\inc\template-tags.php:230: return apply_filters( 'p2_get_author_feed_link', get_author_feed_link( $author_id ) );
$filter .\wp-content\themes\p2\inc\utils.php:14: $value = apply_filters( $filter, $value );
'twentyeleven_author_bio_avatar_size' .\wp-content\themes\twentyeleven\author.php:46: <?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyeleven_author_bio_avatar_size', 60 ) ); ?>
'category_archive_meta' .\wp-content\themes\twentyeleven\category.php:25: echo apply_filters( 'category_archive_meta', '<div class="category-archive-meta">' . $category_description . '</div>' );
'twentyeleven_author_bio_avatar_size' .\wp-content\themes\twentyeleven\content-single.php:57: <?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyeleven_author_bio_avatar_size', 68 ) ); ?>
'twentyeleven_status_avatar' .\wp-content\themes\twentyeleven\content-status.php:32: <div class="avatar"><?php echo get_avatar( get_the_author_meta( 'ID' ), apply_filters( 'twentyeleven_status_avatar', '65' ) ); ?></div>
'twentyeleven_header_image_width' .\wp-content\themes\twentyeleven\functions.php:121: 'width' => apply_filters( 'twentyeleven_header_image_width', 1000 ),
'twentyeleven_header_image_height' .\wp-content\themes\twentyeleven\functions.php:122: 'height' => apply_filters( 'twentyeleven_header_image_height', 288 ),
'twentyeleven_attachment_size' .\wp-content\themes\twentyeleven\image.php:75: $attachment_size = apply_filters( 'twentyeleven_attachment_size', 848 );
'tag_archive_meta' .\wp-content\themes\twentyeleven\tag.php:25: echo apply_filters( 'tag_archive_meta', '<div class="tag-archive-meta">' . $tag_description . '</div>' );
'twentyeleven_color_schemes' .\wp-content\themes\twentyeleven\inc\theme-options.php:161: return apply_filters( 'twentyeleven_color_schemes', $color_scheme_options );
'twentyeleven_layouts' .\wp-content\themes\twentyeleven\inc\theme-options.php:188: return apply_filters( 'twentyeleven_layouts', $layout_options );
'twentyeleven_default_theme_options' .\wp-content\themes\twentyeleven\inc\theme-options.php:206: return apply_filters( 'twentyeleven_default_theme_options', $default_theme_options );
'twentyeleven_theme_options_validate' .\wp-content\themes\twentyeleven\inc\theme-options.php:352: return apply_filters( 'twentyeleven_theme_options_validate', $output, $input, $defaults );
'twentyeleven_layout_classes' .\wp-content\themes\twentyeleven\inc\theme-options.php:440: $classes = apply_filters( 'twentyeleven_layout_classes', $classes, $current_layout );
'widget_title' .\wp-content\themes\twentyeleven\inc\widgets.php:52: $title = apply_filters( 'widget_title', empty( $instance['title'] ) ? __( 'Ephemera', 'twentyeleven' ) : $instance['title'], $instance, $this->id_base);
'twentyten_author_bio_avatar_size' .\wp-content\themes\twentyten\author.php:34: <?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyten_author_bio_avatar_size', 60 ) ); ?>
'twentyten_header_image_width' .\wp-content\themes\twentyten\functions.php:109: 'width' => apply_filters( 'twentyten_header_image_width', 940 ),
'twentyten_header_image_height' .\wp-content\themes\twentyten\functions.php:110: 'height' => apply_filters( 'twentyten_header_image_height', 198 ),
'twentyten_attachment_size' .\wp-content\themes\twentyten\loop-attachment.php:89: $attachment_width = apply_filters( 'twentyten_attachment_size', 900 );
'twentyten_attachment_height' .\wp-content\themes\twentyten\loop-attachment.php:90: $attachment_height = apply_filters( 'twentyten_attachment_height', 900 );
'twentyten_author_bio_avatar_size' .\wp-content\themes\twentyten\loop-single.php:40: <?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyten_author_bio_avatar_size', 60 ) ); ?>
'wp_admin_bar_class' .\wp-includes\admin-bar.php:28: $admin_bar_class = apply_filters( 'wp_admin_bar_class', 'WP_Admin_Bar' );
'show_admin_bar' .\wp-includes\admin-bar.php:741: $show_admin_bar = apply_filters( 'show_admin_bar', $show_admin_bar );
'the_author' .\wp-includes\author-template.php:29: return apply_filters('the_author', is_object($authordata) ? $authordata->display_name : null);
'the_modified_author' .\wp-includes\author-template.php:75: return apply_filters('the_modified_author', $last_user->display_name);
'get_the_author_' . $field .\wp-includes\author-template.php:112: return apply_filters( 'get_the_author_' . $field, $value, $user_id );
'the_author_' . $field .\wp-includes\author-template.php:124: echo apply_filters('the_author_' . $field, get_the_author_meta($field, $user_id), $user_id);
'the_author_posts_link' .\wp-includes\author-template.php:209: echo apply_filters( 'the_author_posts_link', $link );
'author_link' .\wp-includes\author-template.php:237: $link = apply_filters('author_link', $link, $author_id, $author_nicename);
'is_multi_author' .\wp-includes\author-template.php:383: return apply_filters( 'is_multi_author', (bool) $is_multi_author );
link_category .\wp-includes\bookmark-template.php:228: $catname = apply_filters( "link_category", $cat->name );
'wp_list_bookmarks' .\wp-includes\bookmark-template.php:249: $output = apply_filters( 'wp_list_bookmarks', $output );
'get_bookmarks' .\wp-includes\bookmark.php:134: return apply_filters('get_bookmarks', $cache[ $key ], $r );
'get_bookmarks' .\wp-includes\bookmark.php:179: return apply_filters( 'get_bookmarks', array(), $r );
'get_bookmarks' .\wp-includes\bookmark.php:261: return apply_filters('get_bookmarks', $results, $r);
edit_$field .\wp-includes\bookmark.php:350: $value = apply_filters("edit_$field", $value, $bookmark_id);
pre_$field .\wp-includes\bookmark.php:358: $value = apply_filters("pre_$field", $value);
$field .\wp-includes\bookmark.php:361: $value = apply_filters($field, $value, $bookmark_id, $context);
'wp_signup_location' .\wp-includes\canonical.php:283: $redirect_url = apply_filters( 'wp_signup_location', site_url( 'wp-signup.php' ) );
'redirect_canonical' .\wp-includes\canonical.php:420: $redirect_url = apply_filters('redirect_canonical', $redirect_url, $requested_url);
'role_has_cap' .\wp-includes\capabilities.php:343: $capabilities = apply_filters( 'role_has_cap', $this->capabilities, $cap, $this->name );
'user_has_cap' .\wp-includes\capabilities.php:882: $capabilities = apply_filters( 'user_has_cap', $this->allcaps, $caps, $args );
auth_post_meta_{$meta_key} .\wp-includes\capabilities.php:1109: $allowed = apply_filters( "auth_post_meta_{$meta_key}", false, $meta_key, $post->ID, $user_id, $cap, $caps );
'map_meta_cap' .\wp-includes\capabilities.php:1191: return apply_filters('map_meta_cap', $caps, $cap, $user_id, $args);
'get_the_categories' .\wp-includes\category-template.php:86: return apply_filters( 'get_the_categories', $categories );
'the_category' .\wp-includes\category-template.php:157: return apply_filters( 'the_category', '', $separator, $parents );
'the_category' .\wp-includes\category-template.php:161: return apply_filters( 'the_category', __( 'Uncategorized' ), $separator, $parents );
'the_category' .\wp-includes\category-template.php:212: return apply_filters( 'the_category', $thelist, $separator, $parents );
'list_cats' .\wp-includes\category-template.php:344: $show_option_none = apply_filters( 'list_cats', $show_option_none );
'list_cats' .\wp-includes\category-template.php:351: $show_option_all = apply_filters( 'list_cats', $show_option_all );
'list_cats' .\wp-includes\category-template.php:357: $show_option_none = apply_filters( 'list_cats', $show_option_none );
'wp_dropdown_cats' .\wp-includes\category-template.php:373: $output = apply_filters( 'wp_dropdown_cats', $output );
'wp_list_categories' .\wp-includes\category-template.php:485: $output = apply_filters( 'wp_list_categories', $output, $args );
'wp_tag_cloud' .\wp-includes\category-template.php:548: $return = apply_filters( 'wp_tag_cloud', $return, $args );
'tag_cloud_sort' .\wp-includes\category-template.php:628: $tags_sorted = apply_filters( 'tag_cloud_sort', $tags, $args );
'wp_generate_tag_cloud' .\wp-includes\category-template.php:694: return apply_filters( 'wp_generate_tag_cloud', $return, $tags, $args );
'list_cats' .\wp-includes\category-template.php:827: $cat_name = apply_filters( 'list_cats', $cat_name, $category );
'category_description' .\wp-includes\category-template.php:832: $link .= 'title="' . esc_attr( strip_tags( apply_filters( 'category_description', $category->description, $category ) ) ) . '"';
'list_cats' .\wp-includes\category-template.php:939: $cat_name = apply_filters('list_cats', $category->name, $category);
'get_the_tags' .\wp-includes\category-template.php:986: return apply_filters( 'get_the_tags', get_the_terms( $id, 'post_tag' ) );
'the_tags' .\wp-includes\category-template.php:1002: return apply_filters( 'the_tags', get_the_term_list( $id, 'post_tag', $before, $sep, $after ), $before, $sep, $after, $id );
'get_the_terms' .\wp-includes\category-template.php:1079: $terms = apply_filters( 'get_the_terms', $terms, $id, $taxonomy );
term_links-$taxonomy .\wp-includes\category-template.php:1115: $term_links = apply_filters( "term_links-$taxonomy", $term_links );
'the_terms' .\wp-includes\category-template.php:1138: echo apply_filters('the_terms', $term_list, $taxonomy, $before, $sep, $after);
'get_categories_taxonomy' .\wp-includes\category.php:43: $taxonomy = apply_filters( 'get_categories_taxonomy', $args['taxonomy'], $args );
'get_tags' .\wp-includes\category.php:260: $tags = apply_filters( 'get_tags', $tags, $args );
'wp_feed_cache_transient_lifetime' .\wp-includes\class-feed.php:26: $this->lifetime = apply_filters('wp_feed_cache_transient_lifetime', $this->lifetime, $filename);
'http_request_timeout' .\wp-includes\class-http.php:86: 'timeout' => apply_filters( 'http_request_timeout', 5),
'http_request_redirection_count' .\wp-includes\class-http.php:87: 'redirection' => apply_filters( 'http_request_redirection_count', 5),
'http_request_version' .\wp-includes\class-http.php:88: 'httpversion' => apply_filters( 'http_request_version', '1.0'),
'http_headers_useragent' .\wp-includes\class-http.php:89: 'user-agent' => apply_filters( 'http_headers_useragent', 'WordPress/' . $wp_version . '; ' . get_bloginfo( 'url' ) ),
'http_request_args' .\wp-includes\class-http.php:109: $r = apply_filters( 'http_request_args', $r, $url );
'pre_http_request' .\wp-includes\class-http.php:115: $pre = apply_filters( 'pre_http_request', false, $r, $url );
'http_response' .\wp-includes\class-http.php:261: return apply_filters( 'http_response', $response, $args, $url );
'block_local_requests' .\wp-includes\class-http.php:514: return apply_filters('block_local_requests', false);
'use_fsockopen_transport' .\wp-includes\class-http.php:817: return apply_filters( 'use_fsockopen_transport', true, $args );
'https_local_ssl_verify' .\wp-includes\class-http.php:884: $ssl_verify = apply_filters('https_local_ssl_verify', $ssl_verify);
'https_ssl_verify' .\wp-includes\class-http.php:886: $ssl_verify = apply_filters('https_ssl_verify', $ssl_verify);
'use_streams_transport' .\wp-includes\class-http.php:1000: return apply_filters( 'use_streams_transport', true, $args );
'https_local_ssl_verify' .\wp-includes\class-http.php:1075: $ssl_verify = apply_filters('https_local_ssl_verify', $ssl_verify);
'https_ssl_verify' .\wp-includes\class-http.php:1077: $ssl_verify = apply_filters('https_ssl_verify', $ssl_verify);
'use_curl_transport' .\wp-includes\class-http.php:1229: return apply_filters( 'use_curl_transport', true, $args );
'wp_http_cookie_value' .\wp-includes\class-http.php:1592: return $this->name . '=' . apply_filters( 'wp_http_cookie_value', $this->value, $this->name );
'oembed_providers' .\wp-includes\class-oembed.php:32: $this->providers = apply_filters( 'oembed_providers', array(
'oembed_result' .\wp-includes\class-oembed.php:93: return apply_filters( 'oembed_result', $this->data2html( $data, $url ), $url, $args );
'oembed_linktypes' .\wp-includes\class-oembed.php:109: $linktypes = apply_filters( 'oembed_linktypes', array(
'oembed_dataparse' .\wp-includes\class-oembed.php:262: return apply_filters( 'oembed_dataparse', $return, $data, $url );
customize_sanitize_{$this->id} .\wp-includes\class-wp-customize-setting.php:146: return apply_filters( "customize_sanitize_{$this->id}", $value, $this );
'customize_value_' . $this->id_data[ 'base' ] .\wp-includes\class-wp-customize-setting.php:226: return apply_filters( 'customize_value_' . $this->id_data[ 'base' ], $this->default );
customize_sanitize_js_{$this->id} .\wp-includes\class-wp-customize-setting.php:246: $value = apply_filters( "customize_sanitize_js_{$this->id}", $this->value(), $this );
'the_editor' .\wp-includes\class-wp-editor.php:117: $the_editor = apply_filters('the_editor', '<div id="wp-' . $editor_id . '-editor-container" class="wp-editor-container"><textarea' . $editor_class . $rows . $tabindex . ' cols="40" name="' . $set['textarea_name'] . '" id="' . $editor_id . '">%s</textarea></div>');
'the_editor_content' .\wp-includes\class-wp-editor.php:118: $content = apply_filters('the_editor_content', $content);
'quicktags_settings' .\wp-includes\class-wp-editor.php:156: $qtInit = apply_filters('quicktags_settings', $qtInit, $editor_id);
'disable_captions' .\wp-includes\class-wp-editor.php:167: $no_captions = (bool) apply_filters( 'disable_captions', '' );
'teeny_mce_plugins' .\wp-includes\class-wp-editor.php:173: self::$plugins = $plugins = apply_filters( 'teeny_mce_plugins', array('inlinepopups', 'fullscreen', 'wordpress', 'wplink', 'wpdialogs'), $editor_id );
'mce_external_plugins' .\wp-includes\class-wp-editor.php:182: $mce_external_plugins = apply_filters('mce_external_plugins', array());
'mce_external_languages' .\wp-includes\class-wp-editor.php:195: $mce_external_languages = apply_filters('mce_external_languages', array());
'tiny_mce_plugins' .\wp-includes\class-wp-editor.php:252: $plugins = array_unique( apply_filters('tiny_mce_plugins', $plugins) );
'mce_spellchecker_languages' .\wp-includes\class-wp-editor.php:274: $mce_spellchecker_languages = apply_filters( 'mce_spellchecker_languages', '+' . $mce_spellchecker_languages );
'mce_css' .\wp-includes\class-wp-editor.php:354: $mce_css = trim( apply_filters( 'mce_css', $mce_css ), ' ,' );
'teeny_mce_buttons' .\wp-includes\class-wp-editor.php:361: $mce_buttons = apply_filters( 'teeny_mce_buttons', array('bold', 'italic', 'underline', 'blockquote', 'separator', 'strikethrough', 'bullist', 'numlist', 'justifyleft', 'justifycenter', 'justifyright', 'undo', 'redo', 'link', 'unlink', 'fullscreen'), $editor_id );
'mce_buttons' .\wp-includes\class-wp-editor.php:364: $mce_buttons = apply_filters('mce_buttons', array('bold', 'italic', 'strikethrough', '|', 'bullist', 'numlist', 'blockquote', '|', 'justifyleft', 'justifycenter', 'justifyright', '|', 'link', 'unlink', 'wp_more', '|', 'spellchecker', 'fullscreen', 'wp_adv' ), $editor_id);
'mce_buttons_2' .\wp-includes\class-wp-editor.php:365: $mce_buttons_2 = apply_filters('mce_buttons_2', array( 'formatselect', 'underline', 'justifyfull', 'forecolor', '|', 'pastetext', 'pasteword', 'removeformat', '|', 'charmap', '|', 'outdent', 'indent', '|', 'undo', 'redo', 'wp_help' ), $editor_id);
'mce_buttons_3' .\wp-includes\class-wp-editor.php:366: $mce_buttons_3 = apply_filters('mce_buttons_3', array(), $editor_id);
'mce_buttons_4' .\wp-includes\class-wp-editor.php:367: $mce_buttons_4 = apply_filters('mce_buttons_4', array(), $editor_id);
'teeny_mce_before_init' .\wp-includes\class-wp-editor.php:415: $mceInit = apply_filters('teeny_mce_before_init', $mceInit, $editor_id);
'tiny_mce_before_init' .\wp-includes\class-wp-editor.php:417: $mceInit = apply_filters('tiny_mce_before_init', $mceInit, $editor_id);
'wp_fullscreen_buttons' .\wp-includes\class-wp-editor.php:651: $buttons = apply_filters( 'wp_fullscreen_buttons', $buttons );
'enter_title_here' .\wp-includes\class-wp-editor.php:681: <label id="wp-fullscreen-title-prompt-text" for="wp-fullscreen-title"><?php echo apply_filters( 'enter_title_here', __( 'Enter title here' ), $post ); ?></label>
'wp_cache_themes_persistently' .\wp-includes\class-wp-theme.php:171: self::$persistently_cache = apply_filters( 'wp_cache_themes_persistently', false, 'WP_Theme' );
'xmlrpc_methods' .\wp-includes\class-wp-xmlrpc-server.php:127: $this->methods = apply_filters('xmlrpc_methods', $this->methods);
'xmlrpc_blog_options' .\wp-includes\class-wp-xmlrpc-server.php:431: $this->blog_options = apply_filters( 'xmlrpc_blog_options', $this->blog_options );
'xmlrpc_prepare_taxonomy' .\wp-includes\class-wp-xmlrpc-server.php:539: return apply_filters( 'xmlrpc_prepare_taxonomy', $_taxonomy, $taxonomy, $fields );
'xmlrpc_prepare_term' .\wp-includes\class-wp-xmlrpc-server.php:564: return apply_filters( 'xmlrpc_prepare_term', $_term, $term );
'xmlrpc_prepare_post' .\wp-includes\class-wp-xmlrpc-server.php:681: return apply_filters( 'xmlrpc_prepare_post', $_post, $post, $fields );
'xmlrpc_prepare_post_type' .\wp-includes\class-wp-xmlrpc-server.php:723: return apply_filters( 'xmlrpc_prepare_post_type', $_post_type, $post_type );
'xmlrpc_prepare_media_item' .\wp-includes\class-wp-xmlrpc-server.php:753: return apply_filters( 'xmlrpc_prepare_media_item', $_media_item, $media_item, $thumbnail_size );
'xmlrpc_prepare_page' .\wp-includes\class-wp-xmlrpc-server.php:824: return apply_filters( 'xmlrpc_prepare_page', $_page, $page );
'xmlrpc_prepare_comment' .\wp-includes\class-wp-xmlrpc-server.php:866: return apply_filters( 'xmlrpc_prepare_comment', $_comment, $comment );
'xmlrpc_wp_insert_post_data' .\wp-includes\class-wp-xmlrpc-server.php:1154: $post_data = apply_filters( 'xmlrpc_wp_insert_post_data', $post_data, $content_struct );
'xmlrpc_default_post_fields' .\wp-includes\class-wp-xmlrpc-server.php:1327: $fields = apply_filters( 'xmlrpc_default_post_fields', array( 'post', 'terms', 'custom_fields' ), 'wp.getPost' );
'xmlrpc_default_post_fields' .\wp-includes\class-wp-xmlrpc-server.php:1384: $fields = apply_filters( 'xmlrpc_default_post_fields', array( 'post', 'terms', 'custom_fields' ), 'wp.getPosts' );
'xmlrpc_default_taxonomy_fields' .\wp-includes\class-wp-xmlrpc-server.php:1849: $fields = apply_filters( 'xmlrpc_default_taxonomy_fields', array( 'labels', 'cap', 'object_type' ), 'wp.getTaxonomy' );
'xmlrpc_default_taxonomy_fields' .\wp-includes\class-wp-xmlrpc-server.php:1893: $fields = apply_filters( 'xmlrpc_default_taxonomy_fields', array( 'labels', 'cap', 'object_type' ), 'wp.getTaxonomies' );
'xmlrpc_allow_anonymous_comments' .\wp-includes\class-wp-xmlrpc-server.php:2630: $allow_anon = apply_filters('xmlrpc_allow_anonymous_comments', false);
'xmlrpc_default_posttype_fields' .\wp-includes\class-wp-xmlrpc-server.php:3101: $fields = apply_filters( 'xmlrpc_default_posttype_fields', array( 'labels', 'cap', 'taxonomies' ), 'wp.getPostType' );
'xmlrpc_default_posttype_fields' .\wp-includes\class-wp-xmlrpc-server.php:3147: $fields = apply_filters( 'xmlrpc_default_posttype_fields', array( 'labels', 'cap', 'taxonomies' ), 'wp.getPostTypes' );
'pre_upload_error' .\wp-includes\class-wp-xmlrpc-server.php:4540: if ( $upload_err = apply_filters( 'pre_upload_error', false ) )
'wp_handle_upload' .\wp-includes\class-wp-xmlrpc-server.php:4590: return apply_filters( 'wp_handle_upload', $struct, 'upload' );
'xmlrpc_text_filters' .\wp-includes\class-wp-xmlrpc-server.php:4804: return apply_filters('xmlrpc_text_filters', array());
'pre_remote_source' .\wp-includes\class-wp-xmlrpc-server.php:4988: $linea = apply_filters('pre_remote_source', $linea, $pagelinkedto);
'query_vars' .\wp-includes\class-wp.php:247: $this->public_query_vars = apply_filters('query_vars', $this->public_query_vars);
'request' .\wp-includes\class-wp.php:305: $this->query_vars = apply_filters('request', $this->query_vars);
'wp_headers' .\wp-includes\class-wp.php:372: $headers = apply_filters('wp_headers', $headers, $this);
'query_string' .\wp-includes\class-wp.php:406: $this->query_string = apply_filters('query_string', $this->query_string);
'script_loader_src' .\wp-includes\class.wp-scripts.php:100: $srce = apply_filters( 'script_loader_src', $src, $handle );
'script_loader_src' .\wp-includes\class.wp-scripts.php:120: $src = esc_url( apply_filters( 'script_loader_src', $src, $handle ) );
'print_scripts_array' .\wp-includes\class.wp-scripts.php:177: $this->to_do = apply_filters( 'print_scripts_array', $this->to_do );
'style_loader_tag' .\wp-includes\class.wp-styles.php:74: $tag .= apply_filters( 'style_loader_tag', "<link rel='$rel' id='$handle-css' $title href='$href' type='text/css' media='$media' />\n", $handle );
'style_loader_tag' .\wp-includes\class.wp-styles.php:83: $tag .= apply_filters( 'style_loader_tag', "<link rel='$rel' id='$handle-rtl-css' $title href='$rtl_href' type='text/css' media='$media' />\n", $handle );
'print_styles_array' .\wp-includes\class.wp-styles.php:133: $this->to_do = apply_filters( 'print_styles_array', $this->to_do );
'style_loader_src' .\wp-includes\class.wp-styles.php:144: $src = apply_filters( 'style_loader_src', $src, $handle );
'get_comment_author' .\wp-includes\comment-template.php:35: return apply_filters('get_comment_author', $author);
'comment_author'comment author email .\wp-includes\comment-template.php:47: $author = apply_filters('comment_author', get_comment_author( $comment_ID ) );
'get_comment_author_email' .\wp-includes\comment-template.php:63: return apply_filters('get_comment_author_email', $comment->comment_author_email);
'author_email'comment author's emailcomment author's email .\wp-includes\comment-template.php:81: echo apply_filters('author_email', get_comment_author_email( $comment_ID ) );
'comment_email' .\wp-includes\comment-template.php:126: $email = apply_filters('comment_email', $comment->comment_author_email);
'get_comment_author_link' .\wp-includes\comment-template.php:156: return apply_filters('get_comment_author_link', $return);
'get_comment_author_IP'author's URL .\wp-includes\comment-template.php:183: return apply_filters('get_comment_author_IP', $comment->comment_author_IP);
'get_comment_author_url' .\wp-includes\comment-template.php:211: return apply_filters('get_comment_author_url', $url);
'comment_url' .\wp-includes\comment-template.php:224: echo apply_filters('comment_url', get_comment_author_url( $comment_ID ));
'get_comment_author_url_link' .\wp-includes\comment-template.php:253: return apply_filters('get_comment_author_url_link', $return);
'comment_class' .\wp-includes\comment-template.php:358: return apply_filters('comment_class', $classes, $class, $comment_id, $post_id);
'get_comment_date' .\wp-includes\comment-template.php:378: return apply_filters('get_comment_date', $date, $d);
'get_comment_excerpt' .\wp-includes\comment-template.php:423: return apply_filters('get_comment_excerpt', $excerpt);
'comment_excerpt' .\wp-includes\comment-template.php:435: echo apply_filters('comment_excerpt', get_comment_excerpt($comment_ID) );
'get_comment_ID' .\wp-includes\comment-template.php:449: return apply_filters('get_comment_ID', $comment->comment_ID);
'get_comment_link' .\wp-includes\comment-template.php:507: return apply_filters( 'get_comment_link', $link . '#comment-' . $comment->comment_ID, $comment, $args );
'get_comments_number' .\wp-includes\comment-template.php:559: return apply_filters('get_comments_number', $count, $post_id);
'comments_number' .\wp-includes\comment-template.php:586: echo apply_filters('comments_number', $output, $number);
'get_comment_text' .\wp-includes\comment-template.php:600: return apply_filters( 'get_comment_text', $comment->comment_content, $comment );
'comment_text' .\wp-includes\comment-template.php:614: echo apply_filters( 'comment_text', get_comment_text( $comment_ID ), $comment );
'get_comment_time' .\wp-includes\comment-template.php:636: return apply_filters('get_comment_time', $date, $d, $gmt, $translate);
'get_comment_type' .\wp-includes\comment-template.php:665: return apply_filters('get_comment_type', $comment->comment_type);
'trackback_url' .\wp-includes\comment-template.php:712: return apply_filters('trackback_url', $tb_url);
'comments_open' .\wp-includes\comment-template.php:777: return apply_filters( 'comments_open', $open, $post_id );
'pings_open' .\wp-includes\comment-template.php:794: return apply_filters( 'pings_open', $open, $post_id );
'comments_array' .\wp-includes\comment-template.php:894: $wp_query->comments = apply_filters( 'comments_array', $comments, $post->ID );
'comments_template' .\wp-includes\comment-template.php:913: $include = apply_filters('comments_template', STYLESHEETPATH . $file );
'comments_popup_link_attributes' .\wp-includes\comment-template.php:1014: echo apply_filters( 'comments_popup_link_attributes', '' );
'comment_reply_link' .\wp-includes\comment-template.php:1065: return apply_filters('comment_reply_link', $before . $link . $after, $args, $comment, $post);
'post_comments_link' .\wp-includes\comment-template.php:1117: return apply_filters('post_comments_link', $before . $link . $after, $post);
'cancel_comment_reply_link' .\wp-includes\comment-template.php:1146: return apply_filters('cancel_comment_reply_link', '<a rel="nofollow" id="cancel-comment-reply-link" href="' . $link . '"' . $style . '>' . $text . '</a>', $link, $text);
'comment_id_fields' .\wp-includes\comment-template.php:1174: return apply_filters('comment_id_fields', $result, $id, $replytoid);
'comment_form_default_fields' .\wp-includes\comment-template.php:1537: 'fields' => apply_filters( 'comment_form_default_fields', $fields ),
'the_permalink' .\wp-includes\comment-template.php:1539: 'must_log_in' => '<p class="must-log-in">' . sprintf( __( 'You must be <a href="%s">logged in</a> to post a comment.' ), wp_login_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '</p>',
'the_permalink' .\wp-includes\comment-template.php:1540: 'logged_in_as' => '<p class="logged-in-as">' . sprintf( __( 'Logged in as <a href="%1$s">%2$s</a>. <a href="%3$s" title="Log out of this account">Log out?</a>' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '</p>',
'comment_form_defaults' .\wp-includes\comment-template.php:1551: $args = wp_parse_args( $args, apply_filters( 'comment_form_defaults', $defaults ) );
'comment_form_logged_in' .\wp-includes\comment-template.php:1565: <?php echo apply_filters( 'comment_form_logged_in', $args['logged_in_as'], $commenter, $user_identity ); ?>
comment_form_field_{$name} .\wp-includes\comment-template.php:1572: echo apply_filters( "comment_form_field_{$name}", $field ) . "\n";
'comment_form_field_comment' .\wp-includes\comment-template.php:1577: <?php echo apply_filters( 'comment_form_field_comment', $args['comment_field'] ); ?>
'comment_text' .\wp-includes\comment.php:47: $comment = apply_filters( 'comment_text', $comment );
'comment_max_links_url' .\wp-includes\comment.php:52: $num_links = apply_filters( 'comment_max_links_url', $num_links, $url ); // provide for counting of $url as a link
'get_comment' .\wp-includes\comment.php:153: $_comment = apply_filters('get_comment', $_comment);
'comments_clauses' .\wp-includes\comment.php:335: $clauses = apply_filters_ref_array( 'comments_clauses', array( compact( $pieces ), &$this ) );
'the_comments' .\wp-includes\comment.php:345: $comments = apply_filters_ref_array( 'the_comments', array( $comments, &$this ) );
'comment_cookie_lifetime' .\wp-includes\comment.php:585: $comment_cookie_lifetime = apply_filters('comment_cookie_lifetime', 30000000);
'pre_comment_author_name' .\wp-includes\comment.php:601: $comment_author = apply_filters('pre_comment_author_name', $_COOKIE['comment_author_'.COOKIEHASH]);
'pre_comment_author_email' .\wp-includes\comment.php:608: $comment_author_email = apply_filters('pre_comment_author_email', $_COOKIE['comment_author_email_'.COOKIEHASH]);
'pre_comment_author_url' .\wp-includes\comment.php:615: $comment_author_url = apply_filters('pre_comment_author_url', $_COOKIE['comment_author_url_'.COOKIEHASH]);
'pre_comment_approved' .\wp-includes\comment.php:672: $approved = apply_filters( 'pre_comment_approved', $approved, $commentdata );
'comment_flood_filter' .\wp-includes\comment.php:701: $flood_die = apply_filters('comment_flood_filter', false, $time_lastcomment, $time_newcomment);
'wp_count_comments' .\wp-includes\comment.php:908: $stats = apply_filters('wp_count_comments', array(), $post_id);
'wp_get_current_commenter'author's email address .\wp-includes\comment.php:1214: return apply_filters('wp_get_current_commenter', compact('comment_author', 'comment_author_email', 'comment_author_url'));
'pre_user_id' .\wp-includes\comment.php:1285: $commentdata['user_id'] = apply_filters('pre_user_id', $commentdata['user_ID']);
'pre_user_id' .\wp-includes\comment.php:1287: $commentdata['user_id'] = apply_filters('pre_user_id', $commentdata['user_id']);
'pre_comment_user_agent' .\wp-includes\comment.php:1288: $commentdata['comment_agent'] = apply_filters('pre_comment_user_agent', ( isset( $commentdata['comment_agent'] ) ? $commentdata['comment_agent'] : '' ) );
'pre_comment_author_name' .\wp-includes\comment.php:1289: $commentdata['comment_author'] = apply_filters('pre_comment_author_name', $commentdata['comment_author']);
'pre_comment_content' .\wp-includes\comment.php:1290: $commentdata['comment_content'] = apply_filters('pre_comment_content', $commentdata['comment_content']);
'pre_comment_user_ip' .\wp-includes\comment.php:1291: $commentdata['comment_author_IP'] = apply_filters('pre_comment_user_ip', $commentdata['comment_author_IP']);
'pre_comment_author_url' .\wp-includes\comment.php:1292: $commentdata['comment_author_url'] = apply_filters('pre_comment_author_url', $commentdata['comment_author_url']);
'pre_comment_author_email' .\wp-includes\comment.php:1293: $commentdata['comment_author_email'] = apply_filters('pre_comment_author_email', $commentdata['comment_author_email']);
'preprocess_comment' .\wp-includes\comment.php:1339: $commentdata = apply_filters('preprocess_comment', $commentdata);
'comment_save_pre' .\wp-includes\comment.php:1471: $comment_content = apply_filters('comment_save_pre', $comment_content);
'the_content' .\wp-includes\comment.php:1716: $excerpt = apply_filters('the_content', $post->post_content);
'the_excerpt' .\wp-includes\comment.php:1718: $excerpt = apply_filters('the_excerpt', $post->post_excerpt);
'the_title' .\wp-includes\comment.php:1722: $post_title = apply_filters('the_title', $post->post_title, $post->ID);
'pingback_useragent' .\wp-includes\comment.php:1825: $client->useragent = apply_filters( 'pingback_useragent', $client->useragent . ' -- WordPress/' . $wp_version, $client->useragent, $pingback_server_url, $pagelinkedto, $pagelinkedfrom);
'close_comments_for_post_types' .\wp-includes\comment.php:1971: $post_types = apply_filters( 'close_comments_for_post_types', array( 'post' ) );
'close_comments_for_post_types' .\wp-includes\comment.php:2010: $post_types = apply_filters( 'close_comments_for_post_types', array( 'post' ) );
'schedule_event' .\wp-includes\cron.php:30: $event = apply_filters('schedule_event', $event);
'schedule_event' .\wp-includes\cron.php:71: $event = apply_filters('schedule_event', $event);
'https_local_ssl_verify' .\wp-includes\cron.php:248: wp_remote_post( $cron_url, array( 'timeout' => 0.01, 'blocking' => false, 'sslverify' => apply_filters( 'https_local_ssl_verify', true ) ) );
'cron_schedules' .\wp-includes\cron.php:320: return array_merge( apply_filters( 'cron_schedules', array() ), $schedules );
'widget_title' .\wp-includes\default-widgets.php:24: $title = apply_filters('widget_title', empty( $instance['title'] ) ? __( 'Pages' ) : $instance['title'], $instance, $this->id_base);
'widget_pages_args' .\wp-includes\default-widgets.php:31: $out = wp_list_pages( apply_filters('widget_pages_args', array('title_li' => '', 'echo' => 0, 'sort_column' => $sortby, 'exclude' => $exclude) ) );
'widget_links_args' .\wp-includes\default-widgets.php:110: wp_list_bookmarks(apply_filters('widget_links_args', array(
'widget_title' .\wp-includes\default-widgets.php:199: $title = apply_filters( 'widget_title', empty( $instance['title'] ) ? '' : $instance['title'], $instance, $this->id_base );
'widget_title' .\wp-includes\default-widgets.php:244: $title = apply_filters('widget_title', empty($instance['title']) ? __('Archives') : $instance['title'], $instance, $this->id_base);
'widget_archives_dropdown_args' .\wp-includes\default-widgets.php:252: <select name="archive-dropdown" onchange='document.location.href=this.options[this.selectedIndex].value;'> <option value=""><?php echo esc_attr(__('Select Month')); ?></option> <?php wp_get_archives(apply_filters('widget_archives_dropdown_args', array('type' => 'monthly', 'format' => 'option', 'show_post_count' => $c))); ?> </select>
'widget_archives_args' .\wp-includes\default-widgets.php:257: <?php wp_get_archives(apply_filters('widget_archives_args', array('type' => 'monthly', 'show_post_count' => $c))); ?>
'widget_title' .\wp-includes\default-widgets.php:307: $title = apply_filters('widget_title', empty($instance['title']) ? __('Meta') : $instance['title'], $instance, $this->id_base);
'widget_title' .\wp-includes\default-widgets.php:358: $title = apply_filters('widget_title', empty($instance['title']) ? '&nbsp;' : $instance['title'], $instance, $this->id_base);
'widget_title' .\wp-includes\default-widgets.php:400: $title = apply_filters( 'widget_title', empty( $instance['title'] ) ? '' : $instance['title'], $instance, $this->id_base );
'widget_text' .\wp-includes\default-widgets.php:401: $text = apply_filters( 'widget_text', empty( $instance['text'] ) ? '' : $instance['text'], $instance );
'widget_title' .\wp-includes\default-widgets.php:450: $title = apply_filters('widget_title', empty( $instance['title'] ) ? __( 'Categories' ) : $instance['title'], $instance, $this->id_base);
'widget_categories_dropdown_args' .\wp-includes\default-widgets.php:463: wp_dropdown_categories(apply_filters('widget_categories_dropdown_args', $cat_args));
'widget_categories_args' .\wp-includes\default-widgets.php:484: wp_list_categories(apply_filters('widget_categories_args', $cat_args));
'widget_title' .\wp-includes\default-widgets.php:561: $title = apply_filters('widget_title', empty($instance['title']) ? __('Recent Posts') : $instance['title'], $instance, $this->id_base);
'widget_posts_args' .\wp-includes\default-widgets.php:565: $r = new WP_Query( apply_filters( 'widget_posts_args', array( 'posts_per_page' => $number, 'no_found_rows' => true, 'post_status' => 'publish', 'ignore_sticky_posts' => true ) ) );
'show_recent_comments_widget_style' .\wp-includes\default-widgets.php:637: || ! apply_filters( 'show_recent_comments_widget_style', true, $this->id_base ) )
'widget_title' .\wp-includes\default-widgets.php:666: $title = apply_filters( 'widget_title', empty( $instance['title'] ) ? __( 'Recent Comments' ) : $instance['title'], $instance, $this->id_base );
'widget_comments_args' .\wp-includes\default-widgets.php:671: $comments = get_comments( apply_filters( 'widget_comments_args', array( 'number' => $number, 'status' => 'approve', 'post_status' => 'publish' ) ) );
'widget_title' .\wp-includes\default-widgets.php:764: $title = apply_filters('widget_title', $title, $instance, $this->id_base);
'widget_title' .\wp-includes\default-widgets.php:1032: $title = apply_filters('widget_title', $title, $instance, $this->id_base);
'widget_tag_cloud_args' .\wp-includes\default-widgets.php:1038: wp_tag_cloud( apply_filters('widget_tag_cloud_args', array('taxonomy' => $current_taxonomy) ) );
'widget_title' .\wp-includes\default-widgets.php:1093: $instance['title'] = apply_filters( 'widget_title', empty( $instance['title'] ) ? '' : $instance['title'], $instance, $this->id_base );
'the_title' .\wp-includes\deprecated.php:152: $string .= apply_filters('the_title', $post->post_title, $post->ID);
'the_title' .\wp-includes\deprecated.php:188: $string .= apply_filters('the_title', $post->post_title, $post->ID);
'link_category' .\wp-includes\deprecated.php:1065: echo ' <li id="linkcat-' . $cat->term_id . '" class="linkcat"><h2>' . apply_filters('link_category', $cat->name ) . "</h2>\n\t<ul>\n";
'the_content_rss' .\wp-includes\deprecated.php:1710: $content = apply_filters('the_content_rss', $content);
'icon_dir' .\wp-includes\deprecated.php:1943: $icon_dir = apply_filters( 'icon_dir', get_template_directory() . '/images' );
'attachment_max_dims' .\wp-includes\deprecated.php:1978: if ( ($max_dims = apply_filters('attachment_max_dims', $max_dims)) && file_exists($src_file) ) {
'attachment_icon' .\wp-includes\deprecated.php:2007: return apply_filters( 'attachment_icon', $icon, $post->ID );
'attachment_innerHTML' .\wp-includes\deprecated.php:2034: return apply_filters('attachment_innerHTML', $innerHTML, $post->ID);
'the_title' .\wp-includes\deprecated.php:2738: $title = apply_filters('the_title', $title, $post->ID);
{$boundary}_post_rel_link .\wp-includes\deprecated.php:2745: return apply_filters( "{$boundary}_post_rel_link", $link );
index_rel_link .\wp-includes\deprecated.php:2776: return apply_filters( "index_rel_link", $link );
'the_title' .\wp-includes\deprecated.php:2813: $title = apply_filters('the_title', $title, $post->ID);
parent_post_rel_link .\wp-includes\deprecated.php:2819: return apply_filters( "parent_post_rel_link", $link );
'extra_theme_headers' .\wp-includes\deprecated.php:3117: foreach ( apply_filters( 'extra_theme_headers', array() ) as $extra_header ) {
'the_title_rss' .\wp-includes\feed-atom-comments.php:51: $title = apply_filters('the_title_rss', $title);
'rss_update_period' .\wp-includes\feed-rdf.php:26: <sy:updatePeriod><?php echo apply_filters( 'rss_update_period', 'hourly' ); ?></sy:updatePeriod>
'rss_update_frequency' .\wp-includes\feed-rdf.php:27: <sy:updateFrequency><?php echo apply_filters( 'rss_update_frequency', '1' ); ?></sy:updateFrequency>
'rss_update_period' .\wp-includes\feed-rss2-comments.php:32: <sy:updatePeriod><?php echo apply_filters( 'rss_update_period', 'hourly' ); ?></sy:updatePeriod>
'rss_update_frequency' .\wp-includes\feed-rss2-comments.php:33: <sy:updateFrequency><?php echo apply_filters( 'rss_update_frequency', '1' ); ?></sy:updateFrequency>
'the_title_rss' .\wp-includes\feed-rss2-comments.php:43: $title = apply_filters('the_title_rss', $title);
'rss_update_period' .\wp-includes\feed-rss2.php:30: <sy:updatePeriod><?php echo apply_filters( 'rss_update_period', 'hourly' ); ?></sy:updatePeriod>
'rss_update_frequency' .\wp-includes\feed-rss2.php:31: <sy:updateFrequency><?php echo apply_filters( 'rss_update_frequency', '1' ); ?></sy:updateFrequency>
'get_bloginfo_rss' .\wp-includes\feed.php:30: return apply_filters('get_bloginfo_rss', convert_chars($info), $show);
'bloginfo_rss' .\wp-includes\feed.php:49: echo apply_filters('bloginfo_rss', get_bloginfo_rss($show), $show);
'default_feed' .\wp-includes\feed.php:66: $default_feed = apply_filters('default_feed', 'rss2');
'get_wp_title_rss' .\wp-includes\feed.php:86: $title = apply_filters('get_wp_title_rss', $title);
'wp_title_rss' .\wp-includes\feed.php:102: echo apply_filters('wp_title_rss', get_wp_title_rss($sep));
'the_title_rss'processing. .\wp-includes\feed.php:117: $title = apply_filters('the_title_rss', $title);
'the_content' .\wp-includes\feed.php:148: $content = apply_filters('the_content', get_the_content());
'the_content_feed' .\wp-includes\feed.php:150: return apply_filters('the_content_feed', $content, $feed_type);
'the_excerpt_rss' .\wp-includes\feed.php:178: echo apply_filters('the_excerpt_rss', $output);
'the_permalink_rss' .\wp-includes\feed.php:190: echo esc_url( apply_filters('the_permalink_rss', get_permalink() ));
'comment_author_rss' .\wp-includes\feed.php:256: return apply_filters('comment_author_rss', get_comment_author() );
'comment_text_rss' .\wp-includes\feed.php:281: $comment_text = apply_filters('comment_text_rss', $comment_text);
'get_bloginfo_rss' .\wp-includes\feed.php:326: $the_list .= sprintf( '<category scheme="%1$s" term="%2$s" />', esc_attr( apply_filters( 'get_bloginfo_rss', get_bloginfo( 'url' ) ) ), esc_attr( $cat_name ) );
'the_category_rss' .\wp-includes\feed.php:331: return apply_filters('the_category_rss', $the_list, $type);
'rss_enclosure' .\wp-includes\feed.php:397: echo apply_filters('rss_enclosure', '<enclosure url="' . trim(htmlspecialchars($enclosure[0])) . '" length="' . trim($enclosure[1]) . '" type="' . $type . '" />' . "\n");
'atom_enclosure' .\wp-includes\feed.php:428: echo apply_filters('atom_enclosure', '<link href="' . trim(htmlspecialchars($enclosure[0])) . '" rel="enclosure" length="' . trim($enclosure[1]) . '" type="' . trim($enclosure[2]) . '" />' . "\n");
'feed_content_type' .\wp-includes\feed.php:519: return apply_filters( 'feed_content_type', $content_type, $type );
'wp_feed_cache_transient_lifetime' .\wp-includes\feed.php:537: $feed->set_cache_duration(apply_filters('wp_feed_cache_transient_lifetime', 43200, $url));
'no_texturize_tags' .\wp-includes\formatting.php:104: $no_texturize_tags = '(' . implode('|', apply_filters('no_texturize_tags', $default_no_texturize_tags) ) . ')';
'no_texturize_shortcodes' .\wp-includes\formatting.php:105: $no_texturize_shortcodes = '(' . implode('|', apply_filters('no_texturize_shortcodes', $default_no_texturize_shortcodes) ) . ')';
'sanitize_file_name_chars' .\wp-includes\formatting.php:817: $special_chars = apply_filters('sanitize_file_name_chars', $special_chars, $filename_raw);
'sanitize_file_name' .\wp-includes\formatting.php:827: return apply_filters('sanitize_file_name', $filename, $filename_raw);
'sanitize_file_name' .\wp-includes\formatting.php:854: return apply_filters('sanitize_file_name', $filename, $filename_raw);
'sanitize_user' .\wp-includes\formatting.php:889: return apply_filters( 'sanitize_user', $username, $raw_username, $strict );
'sanitize_key' .\wp-includes\formatting.php:906: return apply_filters( 'sanitize_key', $key, $raw_key );
'sanitize_title' .\wp-includes\formatting.php:929: $title = apply_filters('sanitize_title', $title, $raw_title, $context);
'sanitize_html_class' .\wp-includes\formatting.php:1046: return apply_filters( 'sanitize_html_class', $sanitized, $class, $fallback );
'format_to_edit' .\wp-includes\formatting.php:1270: $content = apply_filters( 'format_to_edit', $content );
'format_to_post' .\wp-includes\formatting.php:1285: $content = apply_filters('format_to_post', $content);
'smilies_src' .\wp-includes\formatting.php:1713: $srcurl = apply_filters('smilies_src', includes_url("images/smilies/$img"), $img, site_url());
'is_email' .\wp-includes\formatting.php:1768: return apply_filters( 'is_email', false, $email, 'email_too_short' );
'is_email' .\wp-includes\formatting.php:1773: return apply_filters( 'is_email', false, $email, 'email_no_at' );
'is_email' .\wp-includes\formatting.php:1782: return apply_filters( 'is_email', false, $email, 'local_invalid_chars' );
'is_email' .\wp-includes\formatting.php:1788: return apply_filters( 'is_email', false, $email, 'domain_period_sequence' );
'is_email' .\wp-includes\formatting.php:1793: return apply_filters( 'is_email', false, $email, 'domain_period_limits' );
'is_email' .\wp-includes\formatting.php:1801: return apply_filters( 'is_email', false, $email, 'domain_no_periods' );
'is_email' .\wp-includes\formatting.php:1808: return apply_filters( 'is_email', false, $email, 'sub_hyphen_limits' );
'is_email' .\wp-includes\formatting.php:1813: return apply_filters( 'is_email', false, $email, 'sub_invalid_chars' );
'is_email' .\wp-includes\formatting.php:1818: return apply_filters( 'is_email', $email, $email, null );
'sanitize_email' .\wp-includes\formatting.php:1986: return apply_filters( 'sanitize_email', '', $email, 'email_too_short' );
'sanitize_email' .\wp-includes\formatting.php:1991: return apply_filters( 'sanitize_email', '', $email, 'email_no_at' );
'sanitize_email' .\wp-includes\formatting.php:2001: return apply_filters( 'sanitize_email', '', $email, 'local_invalid_chars' );
'sanitize_email' .\wp-includes\formatting.php:2008: return apply_filters( 'sanitize_email', '', $email, 'domain_period_sequence' );
'sanitize_email' .\wp-includes\formatting.php:2014: return apply_filters( 'sanitize_email', '', $email, 'domain_period_limits' );
'sanitize_email' .\wp-includes\formatting.php:2022: return apply_filters( 'sanitize_email', '', $email, 'domain_no_periods' );
'sanitize_email' .\wp-includes\formatting.php:2044: return apply_filters( 'sanitize_email', '', $email, 'domain_no_valid_subs' );
'sanitize_email' .\wp-includes\formatting.php:2054: return apply_filters( 'sanitize_email', $email, $email, null );
'the_content' .\wp-includes\formatting.php:2118: $text = apply_filters('the_content', $text);
'excerpt_length' .\wp-includes\formatting.php:2120: $excerpt_length = apply_filters('excerpt_length', 55);
'excerpt_more' .\wp-includes\formatting.php:2121: $excerpt_more = apply_filters('excerpt_more', ' ' . '[...]');
'wp_trim_excerpt' .\wp-includes\formatting.php:2124: return apply_filters('wp_trim_excerpt', $text, $raw_excerpt);
'wp_trim_words' .\wp-includes\formatting.php:2164: return apply_filters( 'wp_trim_words', $text, $num_words, $more, $original_text );
'pre_ent2ncr' .\wp-includes\formatting.php:2178: $filtered = apply_filters( 'pre_ent2ncr', null, $text );
'richedit_pre' .\wp-includes\formatting.php:2458: if ( empty($text) ) return apply_filters('richedit_pre', '');
'richedit_pre' .\wp-includes\formatting.php:2464: return apply_filters('richedit_pre', $output);
'htmledit_pre' .\wp-includes\formatting.php:2482: return apply_filters('htmledit_pre', $output);
'clean_url' .\wp-includes\formatting.php:2575: return apply_filters('clean_url', $url, $original_url, $_context);
'js_escape' .\wp-includes\formatting.php:2626: return apply_filters( 'js_escape', $safe_text, $text );
'esc_html' .\wp-includes\formatting.php:2640: return apply_filters( 'esc_html', $safe_text, $text );
'attribute_escape' .\wp-includes\formatting.php:2654: return apply_filters( 'attribute_escape', $safe_text, $text );
'esc_textarea' .\wp-includes\formatting.php:2667: return apply_filters( 'esc_textarea', $safe_text, $text );
'tag_escape' .\wp-includes\formatting.php:2680: return apply_filters('tag_escape', $safe_tag, $tag_name);
sanitize_option_{$option} .\wp-includes\formatting.php:2852: $value = apply_filters("sanitize_option_{$option}", $value, $option);
'wp_parse_str' .\wp-includes\formatting.php:2873: $array = apply_filters( 'wp_parse_str', $array );
'wp_sprintf' .\wp-includes\formatting.php:2954: $_fragment = apply_filters( 'wp_sprintf', $fragment, $arg );
'wp_sprintf_l' .\wp-includes\formatting.php:2991: $l = apply_filters('wp_sprintf_l', array(
'sanitize_text_field' .\wp-includes\formatting.php:3179: return apply_filters('sanitize_text_field', $filtered, $str);
'sanitize_mime_type' .\wp-includes\formatting.php:3227: return apply_filters( 'sanitize_mime_type', $sani_mime_type, $mime_type );
'sanitize_trackback_urls' .\wp-includes\formatting.php:3246: return apply_filters( 'sanitize_trackback_urls', $urls_to_ping, $to_ping );
'date_i18n' .\wp-includes\functions.php:140: $j = apply_filters('date_i18n', $j, $req_format, $i, $gmt);
'number_format_i18n' .\wp-includes\functions.php:156: return apply_filters( 'number_format_i18n', $formatted );
'status_header' .\wp-includes\functions.php:881: if ( function_exists( 'apply_filters' ) )
apply_filters') ) { .\wp-includes\functions.php:882: $status_header = apply_filters( 'status_header', $status_header, $header, $text, $protocol );
'nocache_headers' .\wp-includes\functions.php:907: $headers = (array) apply_filters('nocache_headers', $headers);
'robots_txt' .\wp-includes\functions.php:1066: echo apply_filters('robots_txt', $output, $public);
'upload_dir' .\wp-includes\functions.php:1485: $uploads = apply_filters( 'upload_dir', array( 'path' => $dir, 'url' => $url, 'subdir' => $subdir, 'basedir' => $bdir, 'baseurl' => $burl, 'error' => false ) );
'wp_upload_bits' .\wp-includes\functions.php:1597: $upload_bits_error = apply_filters( 'wp_upload_bits', array( 'name' => $name, 'bits' => $bits, 'time' => $time ) );
'ext2type' .\wp-includes\functions.php:1643: $ext2type = apply_filters( 'ext2type', array(
'getimagesize_mimes_to_exts' .\wp-includes\functions.php:1725: $mime_to_ext = apply_filters( 'getimagesize_mimes_to_exts', array(
'wp_check_filetype_and_ext' .\wp-includes\functions.php:1752: return apply_filters( 'wp_check_filetype_and_ext', compact( 'ext', 'type', 'proper_filename' ), $file, $filename, $mimes );
'upload_mimes' .\wp-includes\functions.php:1767: $mimes = apply_filters( 'upload_mimes', array(
'wp_die_ajax_handler' .\wp-includes\functions.php:1896: $function = apply_filters( 'wp_die_ajax_handler', '_ajax_wp_die_handler' );
'wp_die_xmlrpc_handler' .\wp-includes\functions.php:1898: $function = apply_filters( 'wp_die_xmlrpc_handler', '_xmlrpc_wp_die_handler' );
'wp_die_app_handler' .\wp-includes\functions.php:1900: $function = apply_filters( 'wp_die_app_handler', '_scalar_wp_die_handler' );
'wp_die_handler' .\wp-includes\functions.php:1902: $function = apply_filters( 'wp_die_handler', '_default_wp_die_handler' );
'load_default_widgets' .\wp-includes\functions.php:2466: if ( ! apply_filters('load_default_widgets', true) )
'deprecated_function_trigger_error' .\wp-includes\functions.php:2626: if ( WP_DEBUG && apply_filters( 'deprecated_function_trigger_error', true ) ) {
'deprecated_file_trigger_error' .\wp-includes\functions.php:2665: if ( WP_DEBUG && apply_filters( 'deprecated_file_trigger_error', true ) ) {
'deprecated_argument_trigger_error' .\wp-includes\functions.php:2710: if ( WP_DEBUG && apply_filters( 'deprecated_argument_trigger_error', true ) ) {
'doing_it_wrong_trigger_error' .\wp-includes\functions.php:2745: if ( WP_DEBUG && apply_filters( 'doing_it_wrong_trigger_error', true ) ) {
'iis7_supports_permalinks' .\wp-includes\functions.php:2819: return apply_filters('iis7_supports_permalinks', $supports_permalinks);
'global_terms_enabled' .\wp-includes\functions.php:3012: $filter = apply_filters( 'global_terms_enabled', null );
extra_{$context}_headers .\wp-includes\functions.php:3307: if ( $context && $extra_headers = apply_filters( "extra_{$context}_headers", array() ) ) {
'kses_allowed_protocols' .\wp-includes\functions.php:3530: $protocols = apply_filters( 'kses_allowed_protocols', $protocols );
'get_search_form' .\wp-includes\general-template.php:168: echo apply_filters('get_search_form', $form);
'get_search_form' .\wp-includes\general-template.php:170: return apply_filters('get_search_form', $form);
'loginout' .\wp-includes\general-template.php:192: echo apply_filters('loginout', $link);
'loginout' .\wp-includes\general-template.php:194: return apply_filters('loginout', $link);
'logout_url' .\wp-includes\general-template.php:218: return apply_filters('logout_url', $logout_url, $redirect);
'login_url' .\wp-includes\general-template.php:243: return apply_filters('login_url', $login_url, $redirect);
'login_form_defaults' .\wp-includes\general-template.php:270: $args = wp_parse_args( $args, apply_filters( 'login_form_defaults', $defaults ) );
'login_form_top' .\wp-includes\general-template.php:274: ' . apply_filters( 'login_form_top', '', $args ) . '
'login_form_middle' .\wp-includes\general-template.php:283: ' . apply_filters( 'login_form_middle', '', $args ) . '
'login_form_bottom' .\wp-includes\general-template.php:289: ' . apply_filters( 'login_form_bottom', '', $args ) . '
'lostpassword_url' .\wp-includes\general-template.php:316: return apply_filters( 'lostpassword_url', $lostpassword_url, $redirect );
'register' .\wp-includes\general-template.php:344: echo apply_filters('register', $link);
'register' .\wp-includes\general-template.php:346: return apply_filters('register', $link);
'bloginfo_url' .\wp-includes\general-template.php:486: $output = apply_filters('bloginfo_url', $output, $show);
'bloginfo' .\wp-includes\general-template.php:488: $output = apply_filters('bloginfo', $output, $show);
'wp_title' .\wp-includes\general-template.php:609: $title = apply_filters('wp_title', $title, $sep, $seplocation);
'single_post_title' .\wp-includes\general-template.php:641: $title = apply_filters('single_post_title', $_post->post_title, $_post);
'post_type_archive_title' .\wp-includes\general-template.php:665: $title = apply_filters('post_type_archive_title', $post_type_obj->labels->name );
'single_cat_title' .\wp-includes\general-template.php:739: $term_name = apply_filters( 'single_cat_title', $term->name );
'single_tag_title' .\wp-includes\general-template.php:741: $term_name = apply_filters( 'single_tag_title', $term->name );
'single_term_title' .\wp-includes\general-template.php:743: $term_name = apply_filters( 'single_term_title', $term->name );
'get_archives_link' .\wp-includes\general-template.php:846: $link_html = apply_filters( 'get_archives_link', $link_html );
'getarchives_where' .\wp-includes\general-template.php:918: $where = apply_filters( 'getarchives_where', "WHERE post_type = 'post' AND post_status = 'publish'", $r );
'getarchives_join' .\wp-includes\general-template.php:919: $join = apply_filters( 'getarchives_join', '', $r );
'the_title' .\wp-includes\general-template.php:1035: $text = strip_tags( apply_filters( 'the_title', $arcresult->post_title, $arcresult->ID ) );
'get_calendar' .\wp-includes\general-template.php:1082: echo apply_filters( 'get_calendar', $cache[$key] );
'get_calendar' .\wp-includes\general-template.php:1085: return apply_filters( 'get_calendar', $cache[$key] );
'the_title' .\wp-includes\general-template.php:1221: $post_title = esc_attr( apply_filters( 'the_title', $ak_post_title->post_title, $ak_post_title->ID ) );
'get_calendar' .\wp-includes\general-template.php:1268: echo apply_filters( 'get_calendar', $calendar_output );
'get_calendar' .\wp-includes\general-template.php:1270: return apply_filters( 'get_calendar', $calendar_output );
'the_date' .\wp-includes\general-template.php:1355: $the_date = apply_filters('the_date', $the_date, $d, $before, $after);
'get_the_date' .\wp-includes\general-template.php:1386: return apply_filters('get_the_date', $the_date, $d);
'the_modified_date' .\wp-includes\general-template.php:1403: $the_modified_date = apply_filters('the_modified_date', $the_modified_date, $d, $before, $after);
'get_the_modified_date' .\wp-includes\general-template.php:1425: return apply_filters('get_the_modified_date', $the_time, $d);
'the_time' .\wp-includes\general-template.php:1436: echo apply_filters('the_time', get_the_time( $d ), $d);
'get_the_time' .\wp-includes\general-template.php:1455: return apply_filters('get_the_time', $the_time, $d, $post);
'get_post_time' .\wp-includes\general-template.php:1478: return apply_filters('get_post_time', $time, $d, $gmt);
'the_modified_time' .\wp-includes\general-template.php:1489: echo apply_filters('the_modified_time', get_the_modified_time($d), $d);
'get_the_modified_time' .\wp-includes\general-template.php:1505: return apply_filters('get_the_modified_time', $the_time, $d);
'get_post_modified_time' .\wp-includes\general-template.php:1528: return apply_filters('get_post_modified_time', $time, $d, $gmt);
'the_weekday' .\wp-includes\general-template.php:1541: $the_weekday = apply_filters('the_weekday', $the_weekday);
'the_weekday_date' .\wp-includes\general-template.php:1565: $the_weekday_date = apply_filters('the_weekday_date', $the_weekday_date, $before, $after);
'user_can_richedit' .\wp-includes\general-template.php:1763: return apply_filters('user_can_richedit', $wp_rich_edit);
'wp_default_editor' .\wp-includes\general-template.php:1782: return apply_filters( 'wp_default_editor', $r ); // filter
'get_search_query' .\wp-includes\general-template.php:1825: $query = apply_filters( 'get_search_query', get_query_var( 's' ) );
'the_search_query' .\wp-includes\general-template.php:1841: echo esc_attr( apply_filters( 'the_search_query', get_search_query( false ) ) );
'language_attributes' .\wp-includes\general-template.php:1870: $output = apply_filters('language_attributes', $output);
'paginate_links' .\wp-includes\general-template.php:1958: $page_links[] = '<a class="prev page-numbers" href="' . esc_url( apply_filters( 'paginate_links', $link ) ) . '">' . $prev_text . '</a>';
'paginate_links' .\wp-includes\general-template.php:1972: $page_links[] = "<a class='page-numbers' href='" . esc_url( apply_filters( 'paginate_links', $link ) ) . "'>$n_display</a>";
'paginate_links' .\wp-includes\general-template.php:1986: $page_links[] = '<a class="next page-numbers" href="' . esc_url( apply_filters( 'paginate_links', $link ) ) . '">' . $next_text . '</a>';
'wp_admin_css_uri' .\wp-includes\general-template.php:2058: return apply_filters( 'wp_admin_css_uri', $_file, $file );
'wp_admin_css' .\wp-includes\general-template.php:2099: echo apply_filters( 'wp_admin_css', "<link rel='stylesheet' href='" . esc_url( wp_admin_css_uri( $file ) ) . "' type='text/css' />\n", $file );
'wp_admin_css' .\wp-includes\general-template.php:2101: echo apply_filters( 'wp_admin_css', "<link rel='stylesheet' href='" . esc_url( wp_admin_css_uri( "$file-rtl" ) ) . "' type='text/css' />\n", "$file-rtl" );
'wp_generator_type' .\wp-includes\general-template.php:2127: the_generator( apply_filters( 'wp_generator_type', 'xhtml' ) );
'the_generator' .\wp-includes\general-template.php:2142: echo apply_filters('the_generator', get_the_generator($type), $type) . "\n";
get_the_generator_{$type} .\wp-includes\general-template.php:2208: return apply_filters( "get_the_generator_{$type}", $gen, $type );
'http_origin' .\wp-includes\http.php:238: return apply_filters( 'http_origin', $origin );
'allowed_http_origins' .\wp-includes\http.php:260: return apply_filters( 'allowed_http_origins' , $allowed_origins );
'allowed_http_origin' .\wp-includes\http.php:280: return apply_filters( 'allowed_http_origin', $origin, $origin_arg );
'pre_kses' .\wp-includes\kses.php:575: $string = apply_filters('pre_kses', $string, $allowed_html, $allowed_protocols);
'safe_style_css' .\wp-includes\kses.php:1449: $allowed_attr = apply_filters( 'safe_style_css', array( 'text-align', 'margin', 'color', 'float',
'locale' .\wp-includes\l10n.php:32: return apply_filters( 'locale', $locale );
'locale' .\wp-includes\l10n.php:51: return apply_filters( 'locale', $locale );
'gettext' .\wp-includes\l10n.php:69: return apply_filters( 'gettext', $translations->translate( $text ), $text, $domain );
'gettext_with_context' .\wp-includes\l10n.php:82: return apply_filters( 'gettext_with_context', $translations->translate( $text, $context ), $text, $context, $domain );
'ngettext' .\wp-includes\l10n.php:241: return apply_filters( 'ngettext', $translation, $single, $plural, $number, $domain );
'ngettext_with_context' .\wp-includes\l10n.php:254: return apply_filters( 'ngettext_with_context', $translation, $single, $plural, $number, $context, $domain );
'override_load_textdomain' .\wp-includes\l10n.php:329: $plugin_override = apply_filters( 'override_load_textdomain', false, $domain, $mofile );
'load_textdomain_mofile' .\wp-includes\l10n.php:337: $mofile = apply_filters( 'load_textdomain_mofile', $mofile, $domain );
'override_unload_textdomain' .\wp-includes\l10n.php:362: $plugin_override = apply_filters( 'override_unload_textdomain', false, $domain );
'plugin_locale' .\wp-includes\l10n.php:417: $locale = apply_filters( 'plugin_locale', get_locale(), $domain );
'plugin_locale' .\wp-includes\l10n.php:442: $locale = apply_filters( 'plugin_locale', get_locale(), $domain );
'theme_locale' .\wp-includes\l10n.php:460: $locale = apply_filters( 'theme_locale', get_locale(), $domain );
'theme_locale' .\wp-includes\l10n.php:481: $locale = apply_filters( 'theme_locale', get_locale(), $domain );
'the_permalink' .\wp-includes\link-template.php:16: echo apply_filters('the_permalink', get_permalink());
'user_trailingslashit' .\wp-includes\link-template.php:43: $string = apply_filters('user_trailingslashit', $string, $type_of_url);
'pre_post_link' .\wp-includes\link-template.php:115: $permalink = apply_filters('pre_post_link', $permalink, $post, $leavename);
'post_link' .\wp-includes\link-template.php:163: return apply_filters('post_link', $permalink, $post, $leavename);
'post_type_link' .\wp-includes\link-template.php:207: return apply_filters('post_type_link', $post_link, $post, $leavename, $sample);
'page_link' .\wp-includes\link-template.php:250: return apply_filters('page_link', $link, $id, $sample);
'_get_page_link' .\wp-includes\link-template.php:289: return apply_filters( '_get_page_link', $link, $id );
'attachment_link' .\wp-includes\link-template.php:330: return apply_filters('attachment_link', $link, $id);
'year_link' .\wp-includes\link-template.php:348: return apply_filters('year_link', home_url( user_trailingslashit($yearlink, 'year') ), $year);
'year_link' .\wp-includes\link-template.php:350: return apply_filters('year_link', home_url('?m=' . $year), $year);
'month_link' .\wp-includes\link-template.php:373: return apply_filters('month_link', home_url( user_trailingslashit($monthlink, 'month') ), $year, $month);
'month_link' .\wp-includes\link-template.php:375: return apply_filters('month_link', home_url( '?m=' . $year . zeroise($month, 2) ), $year, $month);
'day_link' .\wp-includes\link-template.php:403: return apply_filters('day_link', home_url( user_trailingslashit($daylink, 'day') ), $year, $month, $day);
'day_link' .\wp-includes\link-template.php:405: return apply_filters('day_link', home_url( '?m=' . $year . zeroise($month, 2) . zeroise($day, 2) ), $year, $month, $day);
'the_feed_link' .\wp-includes\link-template.php:419: echo apply_filters( 'the_feed_link', $link, $feed );
'feed_link' .\wp-includes\link-template.php:456: return apply_filters('feed_link', $output, $feed);
'post_comments_feed_link' .\wp-includes\link-template.php:495: return apply_filters('post_comments_feed_link', $url);
'post_comments_feed_link_html' .\wp-includes\link-template.php:519: echo apply_filters( 'post_comments_feed_link_html', "<a href='$url'>$link_text</a>", $post_id, $feed );
'author_feed_link' .\wp-includes\link-template.php:555: $link = apply_filters('author_feed_link', $link, $feed);
'category_feed_link' .\wp-includes\link-template.php:625: $link = apply_filters( 'category_feed_link', $link, $feed );
'category_feed_link' .\wp-includes\link-template.php:627: $link = apply_filters( 'category_feed_link', $link, $feed );
'taxonomy_feed_link' .\wp-includes\link-template.php:629: $link = apply_filters( 'taxonomy_feed_link', $link, $feed, $taxonomy );
'get_edit_tag_link' .\wp-includes\link-template.php:657: return apply_filters( 'get_edit_tag_link', get_edit_term_link( $tag_id, $taxonomy ) );
'edit_tag_link' .\wp-includes\link-template.php:673: echo $before . apply_filters( 'edit_tag_link', $link ) . $after;
'get_edit_term_link' .\wp-includes\link-template.php:704: return apply_filters( 'get_edit_term_link', $location, $term_id, $taxonomy, $object_type );
'edit_term_link' .\wp-includes\link-template.php:731: $link = $before . apply_filters( 'edit_term_link', $link, $term->term_id ) . $after;
'search_link' .\wp-includes\link-template.php:765: return apply_filters( 'search_link', $link, $search );
'search_feed_link' .\wp-includes\link-template.php:793: $link = apply_filters('search_feed_link', $link, $feed, 'posts');
'search_feed_link' .\wp-includes\link-template.php:822: $link = apply_filters('search_feed_link', $link, $feed, 'comments');
'post_type_archive_link' .\wp-includes\link-template.php:854: return apply_filters( 'post_type_archive_link', $link, $post_type );
'post_type_archive_feed_link' .\wp-includes\link-template.php:883: return apply_filters( 'post_type_archive_feed_link', $link, $feed );
'get_edit_post_link' .\wp-includes\link-template.php:914: return apply_filters( 'get_edit_post_link', admin_url( sprintf($post_type_object->_edit_link . $action, $post->ID) ), $post->ID, $context );
'edit_post_link' .\wp-includes\link-template.php:939: echo $before . apply_filters( 'edit_post_link', $link, $post->ID ) . $after;
'get_delete_post_link' .\wp-includes\link-template.php:972: return apply_filters( 'get_delete_post_link', wp_nonce_url( $delete_link, "$action-{$post->post_type}_{$post->ID}" ), $post->ID, $force_delete );
'get_edit_comment_link' .\wp-includes\link-template.php:990: return apply_filters( 'get_edit_comment_link', $location );
'edit_comment_link' .\wp-includes\link-template.php:1013: echo $before . apply_filters( 'edit_comment_link', $link, $comment->comment_ID ) . $after;
'get_edit_bookmark_link' .\wp-includes\link-template.php:1031: return apply_filters( 'get_edit_bookmark_link', $location, $link->link_id );
'edit_bookmark_link' .\wp-includes\link-template.php:1054: echo $before . apply_filters( 'edit_bookmark_link', $link, $bookmark->link_id ) . $after;
get_{$adjacent}_post_join .\wp-includes\link-template.php:1144: $join = apply_filters( "get_{$adjacent}_post_join", $join, $in_same_cat, $excluded_categories );
get_{$adjacent}_post_where .\wp-includes\link-template.php:1145: $where = apply_filters( "get_{$adjacent}_post_where", $wpdb->prepare("WHERE p.post_date $op %s AND p.post_type = %s AND p.post_status = 'publish' $posts_in_ex_cats_sql", $current_post_date, $post->post_type), $in_same_cat, $excluded_categories );
get_{$adjacent}_post_sort .\wp-includes\link-template.php:1146: $sort = apply_filters( "get_{$adjacent}_post_sort", "ORDER BY p.post_date $order LIMIT 1" );
'the_title' .\wp-includes\link-template.php:1191: $title = apply_filters('the_title', $title, $post->ID);
{$adjacent}_post_rel_link .\wp-includes\link-template.php:1198: return apply_filters( "{$adjacent}_post_rel_link", $link );
'the_title' .\wp-includes\link-template.php:1354: $title = apply_filters('the_title', $title, $post->ID);
{$adjacent}_post_link .\wp-includes\link-template.php:1366: echo apply_filters( "{$adjacent}_post_link", $format, $link );
'get_pagenum_link' .\wp-includes\link-template.php:1428: $result = apply_filters('get_pagenum_link', $result);
'next_posts_link_attributes' .\wp-includes\link-template.php:1499: $attr = apply_filters( 'next_posts_link_attributes', '' );
'previous_posts_link_attributes' .\wp-includes\link-template.php:1570: $attr = apply_filters( 'previous_posts_link_attributes', '' );
'get_comments_pagenum_link' .\wp-includes\link-template.php:1671: $result = apply_filters('get_comments_pagenum_link', $result);
'next_comments_link_attributes' .\wp-includes\link-template.php:1707: return '<a href="' . esc_url( get_comments_pagenum_link( $nextpage, $max_page ) ) . '" ' . apply_filters( 'next_comments_link_attributes', '' ) . '>'. preg_replace('/&([^#])(?![a-z]{1,8};)/i', '&#038;$1', $label) .'</a>';
'previous_comments_link_attributes' .\wp-includes\link-template.php:1744: return '<a href="' . esc_url( get_comments_pagenum_link( $prevpage ) ) . '" ' . apply_filters( 'previous_comments_link_attributes', '' ) . '>' . preg_replace('/&([^#])(?![a-z]{1,8};)/i', '&#038;$1', $label) .'</a>';
'shortcut_link' .\wp-includes\link-template.php:1825: return apply_filters('shortcut_link', $link);
'home_url' .\wp-includes\link-template.php:1882: return apply_filters( 'home_url', $url, $path, $orig_scheme, $blog_id );
'site_url' .\wp-includes\link-template.php:1947: return apply_filters( 'site_url', $url, $path, $orig_scheme, $blog_id );
'admin_url' .\wp-includes\link-template.php:1981: return apply_filters('admin_url', $url, $path, $blog_id);
'includes_url' .\wp-includes\link-template.php:1999: return apply_filters('includes_url', $url, $path);
'content_url' .\wp-includes\link-template.php:2019: return apply_filters('content_url', $url, $path);
'plugins_url' .\wp-includes\link-template.php:2058: return apply_filters('plugins_url', $url, $path, $plugin);
'network_site_url' .\wp-includes\link-template.php:2101: return apply_filters('network_site_url', $url, $path, $orig_scheme);
'network_home_url' .\wp-includes\link-template.php:2137: return apply_filters( 'network_home_url', $url, $path, $orig_scheme);
'network_admin_url' .\wp-includes\link-template.php:2159: return apply_filters('network_admin_url', $url, $path);
'user_admin_url' .\wp-includes\link-template.php:2178: return apply_filters('user_admin_url', $url, $path);
'set_url_scheme' .\wp-includes\link-template.php:2227: return apply_filters( 'set_url_scheme', $url, $scheme, $orig_scheme );
'user_dashboard_url' .\wp-includes\link-template.php:2265: return apply_filters( 'user_dashboard_url', $url, $user_id, $path, $scheme);
'edit_profile_url' .\wp-includes\link-template.php:2287: return apply_filters( 'edit_profile_url', $url, $user, $scheme);
'pre_get_shortlink' .\wp-includes\link-template.php:2325: $shortlink = apply_filters('pre_get_shortlink', false, $id, $context, $allow_slugs);
'get_shortlink' .\wp-includes\link-template.php:2347: return apply_filters('get_shortlink', $shortlink, $id, $context, $allow_slugs);
'the_shortlink' .\wp-includes\link-template.php:2416: $link = apply_filters( 'the_shortlink', $link, $shortlink, $text, $title );
'editor_max_image_size' .\wp-includes\media.php:76: list( $max_width, $max_height ) = apply_filters( 'editor_max_image_size', array( $max_width, $max_height ), $size );
'image_downsize' .\wp-includes\media.php:143: if ( $out = apply_filters('image_downsize', false, $id, $size) )
'get_image_tag_class' .\wp-includes\media.php:229: $class = apply_filters('get_image_tag_class', $class, $id, $align, $size);
'get_image_tag' .\wp-includes\media.php:233: $html = apply_filters( 'get_image_tag', $html, $id, $alt, $title, $align, $size );
'image_memory_limit' .\wp-includes\media.php:257: @ini_set( 'memory_limit', apply_filters( 'image_memory_limit', WP_MAX_MEMORY_LIMIT ) );
'image_resize_dimensions' .\wp-includes\media.php:349: $output = apply_filters( 'image_resize_dimensions', null, $orig_w, $orig_h, $dest_w, $dest_h, $crop );
'jpeg_quality' .\wp-includes\media.php:467: if ( !imagejpeg( $newimage, $destfilename, apply_filters( 'jpeg_quality', $jpeg_quality, 'image_resize' ) ) )
'image_make_intermediate_size' .\wp-includes\media.php:500: $resized_file = apply_filters('image_make_intermediate_size', $resized_file);
'intermediate_image_sizes' .\wp-includes\media.php:598: return apply_filters( 'intermediate_image_sizes', $image_sizes );
'icon_dir'attributes array .\wp-includes\media.php:622: $icon_dir = apply_filters( 'icon_dir', ABSPATH . WPINC . '/images/crystal' );
'wp_get_attachment_image_attributes' .\wp-includes\media.php:671: $attr = apply_filters( 'wp_get_attachment_image_attributes', $attr, $attachment );
'img_caption_shortcode' .\wp-includes\media.php:744: $output = apply_filters('img_caption_shortcode', '', $attr, $content);
'post_gallery' .\wp-includes\media.php:784: $output = apply_filters('post_gallery', '', $attr);
'use_default_gallery_style' .\wp-includes\media.php:846: if ( apply_filters( 'use_default_gallery_style', true ) )
'gallery_style' .\wp-includes\media.php:868: $output = apply_filters( 'gallery_style', $gallery_style . "\n\t\t" . $gallery_div );
'embed_handler_html' .\wp-includes\media.php:1188: return apply_filters( 'embed_handler_html', $return, $url, $attr );
'embed_oembed_html' .\wp-includes\media.php:1210: return apply_filters( 'embed_oembed_html', $cache, $url, $attr, $post_ID );
'embed_oembed_discover' .\wp-includes\media.php:1214: $attr['discover'] = ( apply_filters('embed_oembed_discover', false) && author_can( $post_ID, 'unfiltered_html' ) );
'embed_oembed_html' .\wp-includes\media.php:1223: return apply_filters( 'embed_oembed_html', $html, $url, $attr, $post_ID );
'embed_cache_oembed_types' .\wp-includes\media.php:1254: if ( empty($post->ID) || !in_array( $post->post_type, apply_filters( 'embed_cache_oembed_types', array( 'post', 'page' ) ) ) )
'embed_maybe_make_link' .\wp-includes\media.php:1307: return apply_filters( 'embed_maybe_make_link', $output, $url );
'embed_defaults' .\wp-includes\media.php:1358: return apply_filters( 'embed_defaults', array(
'load_default_embeds' .\wp-includes\media.php:1431: if ( ! apply_filters( 'load_default_embeds', true ) )
'embed_googlevideo' .\wp-includes\media.php:1457: return apply_filters( 'embed_googlevideo', '<embed type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docid=' . esc_attr($matches[2]) . '&amp;hl=en&amp;fs=true" style="width:' . esc_attr($width) . 'px;height:' . esc_attr($height) . 'px" allowFullScreen="true" allowScriptAccess="always" />', $matches, $attr, $url, $rawattr );
'plupload_default_settings' .\wp-includes\media.php:1483: $defaults = apply_filters( 'plupload_default_settings', $defaults );
'plupload_default_params' .\wp-includes\media.php:1489: $params = apply_filters( 'plupload_default_params', $params );
add_{$meta_type}_metadata .\wp-includes\meta.php:50: $check = apply_filters( "add_{$meta_type}_metadata", null, $object_id, $meta_key, $meta_value, $unique );
update_{$meta_type}_metadata .\wp-includes\meta.php:122: $check = apply_filters( "update_{$meta_type}_metadata", null, $object_id, $meta_key, $meta_value, $prev_value );
delete_{$meta_type}_metadata .\wp-includes\meta.php:202: $check = apply_filters( "delete_{$meta_type}_metadata", null, $object_id, $meta_key, $meta_value, $delete_all );
get_{$meta_type}_metadata .\wp-includes\meta.php:274: $check = apply_filters( "get_{$meta_type}_metadata", null, $object_id, $meta_key, $single );
get_{$meta_type}_metadata .\wp-includes\meta.php:322: $check = apply_filters( "get_{$meta_type}_metadata", null, $object_id, $meta_key, true );
'get_meta_sql' .\wp-includes\meta.php:791: return apply_filters_ref_array( 'get_meta_sql', array( compact( 'join', 'where' ), $this->queries, $type, $primary_table, $primary_id_column, $context ) );
'is_protected_meta' .\wp-includes\meta.php:826: return apply_filters( 'is_protected_meta', $protected, $meta_key, $meta_type );
sanitize_{$meta_type}_meta_{$meta_key} .\wp-includes\meta.php:840: return apply_filters( "sanitize_{$meta_type}_meta_{$meta_key}", $meta_value, $meta_key, $meta_type );
'blog_details' .\wp-includes\ms-blogs.php:229: $details = apply_filters( 'blog_details', $details );
'blog_option_' . $setting .\wp-includes\ms-blogs.php:350: return apply_filters( 'blog_option_' . $setting, $value, $blog_id );
'blog_option_' . $setting .\wp-includes\ms-blogs.php:377: return apply_filters( 'blog_option_' . $setting, maybe_unserialize( $value ), $blog_id );
'graceful_fail' .\wp-includes\ms-deprecated.php:69: $message = apply_filters( 'graceful_fail', $message );
'graceful_fail_template' .\wp-includes\ms-deprecated.php:70: $message_template = apply_filters( 'graceful_fail_template',
'wpmu_validate_user_signup' .\wp-includes\ms-functions.php:519: return apply_filters('wpmu_validate_user_signup', $result);
'subdirectory_reserved_names' .\wp-includes\ms-functions.php:559: $illegal_names = array_merge($illegal_names, apply_filters( 'subdirectory_reserved_names', array( 'page', 'comments', 'blog', 'files', 'feed' ) ) );
'newblogname' .\wp-includes\ms-functions.php:586: $blogname = apply_filters( 'newblogname', $blogname );
'wpmu_validate_blog_signup' .\wp-includes\ms-functions.php:621: return apply_filters('wpmu_validate_blog_signup', $result);
'wpmu_signup_blog_notification' .\wp-includes\ms-functions.php:723: if ( !apply_filters('wpmu_signup_blog_notification', $domain, $path, $title, $user, $user_email, $key, $meta) )
'wpmu_signup_blog_notification_email' .\wp-includes\ms-functions.php:739: apply_filters( 'wpmu_signup_blog_notification_email',
'wpmu_signup_blog_notification_subject' .\wp-includes\ms-functions.php:749: apply_filters( 'wpmu_signup_blog_notification_subject',
'wpmu_signup_user_notification' .\wp-includes\ms-functions.php:782: if ( !apply_filters('wpmu_signup_user_notification', $user, $user_email, $key, $meta) )
'wpmu_signup_user_notification_email' .\wp-includes\ms-functions.php:792: apply_filters( 'wpmu_signup_user_notification_email',
'wpmu_signup_user_notification_subject' .\wp-includes\ms-functions.php:800: apply_filters( 'wpmu_signup_user_notification_subject',
'newblog_notify_siteadmin' .\wp-includes\ms-functions.php:1032: $msg = apply_filters( 'newblog_notify_siteadmin', $msg );
'newuser_notify_siteadmin' .\wp-includes\ms-functions.php:1067: $msg = apply_filters( 'newuser_notify_siteadmin', $msg, $user );
'wpmu_welcome_notification' .\wp-includes\ms-functions.php:1215: if ( !apply_filters('wpmu_welcome_notification', $blog_id, $user_id, $password, $title, $meta) )
'update_welcome_email' .\wp-includes\ms-functions.php:1243: $welcome_email = apply_filters( 'update_welcome_email', $welcome_email, $blog_id, $user_id, $password, $title, $meta);
'update_welcome_subject' .\wp-includes\ms-functions.php:1256: $subject = apply_filters( 'update_welcome_subject', sprintf(__('New %1$s Site: %2$s'), $current_site->site_name, stripslashes( $title ) ) );
'wpmu_welcome_user_notification' .\wp-includes\ms-functions.php:1279: if ( !apply_filters('wpmu_welcome_user_notification', $user_id, $password, $meta) )
'update_welcome_user_email' .\wp-includes\ms-functions.php:1286: $welcome_email = apply_filters( 'update_welcome_user_email', $welcome_email, $user_id, $password, $meta);
'update_welcome_user_subject' .\wp-includes\ms-functions.php:1304: $subject = apply_filters( 'update_welcome_user_subject', sprintf(__('New %1$s User: %2$s'), $current_site->site_name, $user->user_login) );
'blog_redirect_404' .\wp-includes\ms-functions.php:1702: if ( is_main_site() && is_404() && defined( 'NOBLOGREDIRECT' ) && ( $destination = apply_filters( 'blog_redirect_404', NOBLOGREDIRECT ) ) ) {
'ms_site_check' .\wp-includes\ms-load.php:75: $check = apply_filters('ms_site_check', null);
'nav_menu_css_class' .\wp-includes\nav-menu-template.php:76: $class_names = join( ' ', apply_filters( 'nav_menu_css_class', array_filter( $classes ), $item, $args ) );
'nav_menu_item_id' .\wp-includes\nav-menu-template.php:79: $id = apply_filters( 'nav_menu_item_id', 'menu-item-'. $item->ID, $item, $args );
'the_title' .\wp-includes\nav-menu-template.php:91: $item_output .= $args->link_before . apply_filters( 'the_title', $item->title, $item->ID ) . $args->link_after;
'walker_nav_menu_start_el' .\wp-includes\nav-menu-template.php:95: $output .= apply_filters( 'walker_nav_menu_start_el', $item_output, $item, $depth, $args );
'wp_nav_menu_args' .\wp-includes\nav-menu-template.php:145: $args = apply_filters( 'wp_nav_menu_args', $args );
'wp_nav_menu_container_allowedtags' .\wp-includes\nav-menu-template.php:183: $allowed_tags = apply_filters( 'wp_nav_menu_container_allowedtags', array( 'div', 'nav' ) );
'wp_nav_menu_objects' .\wp-includes\nav-menu-template.php:201: $sorted_menu_items = apply_filters( 'wp_nav_menu_objects', $sorted_menu_items, $args );
'wp_nav_menu_items' .\wp-includes\nav-menu-template.php:223: $items = apply_filters( 'wp_nav_menu_items', $items, $args );
wp_nav_menu_{$menu->slug}_items .\wp-includes\nav-menu-template.php:224: $items = apply_filters( "wp_nav_menu_{$menu->slug}_items", $items, $args );
'wp_nav_menu' .\wp-includes\nav-menu-template.php:232: $nav_menu = apply_filters( 'wp_nav_menu', $nav_menu, $args );
'wp_get_nav_menus' .\wp-includes\nav-menu.php:412: return apply_filters( 'wp_get_nav_menus', get_terms( 'nav_menu', $args), $args );
'wp_get_nav_menu_items' .\wp-includes\nav-menu.php:544: return apply_filters( 'wp_get_nav_menu_items', $items, $menu, $args );
'nav_menu_attr_title' .\wp-includes\nav-menu.php:620: $menu_item->attr_title = empty( $menu_item->attr_title ) ? apply_filters( 'nav_menu_attr_title', $menu_item->post_excerpt ) : $menu_item->attr_title;
'nav_menu_description' .\wp-includes\nav-menu.php:623: $menu_item->description = apply_filters( 'nav_menu_description', wp_trim_words( $menu_item->post_content, 200 ) );
'nav_menu_attr_title' .\wp-includes\nav-menu.php:641: $menu_item->attr_title = apply_filters( 'nav_menu_attr_title', '' );
'nav_menu_description' .\wp-includes\nav-menu.php:642: $menu_item->description = apply_filters( 'nav_menu_description', '' );
'wp_setup_nav_menu_item' .\wp-includes\nav-menu.php:668: return apply_filters( 'wp_setup_nav_menu_item', $menu_item );
'pre_option_' . $option .\wp-includes\option.php:36: $pre = apply_filters( 'pre_option_' . $option, false );
'default_option_' . $option .\wp-includes\option.php:51: return apply_filters( 'default_option_' . $option, $default );
'default_option_' . $option .\wp-includes\option.php:70: return apply_filters( 'default_option_' . $option, $default );
'default_option_' . $option .\wp-includes\option.php:81: return apply_filters( 'default_option_' . $option, $default );
'option_' . $option .\wp-includes\option.php:91: return apply_filters( 'option_' . $option, maybe_unserialize( $value ) );
'pre_update_option_' . $option .\wp-includes\option.php:229: $newvalue = apply_filters( 'pre_update_option_' . $option, $newvalue, $oldvalue );
'pre_transient_' . $transient .\wp-includes\option.php:445: $pre = apply_filters( 'pre_transient_' . $transient, false );
'transient_' . $transient .\wp-includes\option.php:469: return apply_filters( 'transient_' . $transient, $value );
'pre_set_transient_' . $transient .\wp-includes\option.php:494: $value = apply_filters( 'pre_set_transient_' . $transient, $value );
'pre_site_option_' . $option .\wp-includes\option.php:753: $pre = apply_filters( 'pre_site_option_' . $option, false );
'default_site_option_' . $option .\wp-includes\option.php:758: $default = apply_filters( 'default_site_option_' . $option, $default );
'default_site_option_' . $option .\wp-includes\option.php:774: $value = apply_filters( 'default_site_option_' . $option, $default );
'site_option_' . $option .\wp-includes\option.php:779: return apply_filters( 'site_option_' . $option, $value );
'pre_add_site_option_' . $option .\wp-includes\option.php:803: $value = apply_filters( 'pre_add_site_option_' . $option, $value );
'pre_update_site_option_' . $option .\wp-includes\option.php:892: $value = apply_filters( 'pre_update_site_option_' . $option, $value, $oldvalue );
'pre_site_transient_' . $transient .\wp-includes\option.php:975: $pre = apply_filters( 'pre_site_transient_' . $transient, false );
'site_transient_' . $transient .\wp-includes\option.php:998: return apply_filters( 'site_transient_' . $transient, $value );
'pre_set_site_transient_' . $transient .\wp-includes\option.php:1024: $value = apply_filters( 'pre_set_site_transient_' . $transient, $value );
'wp_mail' .\wp-includes\pluggable.php:216: extract( apply_filters( 'wp_mail', compact( 'to', 'subject', 'message', 'headers', 'attachments' ) ) );
'wp_mail_from' .\wp-includes\pluggable.php:340: $phpmailer->From = apply_filters( 'wp_mail_from' , $from_email );
'wp_mail_from_name' .\wp-includes\pluggable.php:341: $phpmailer->FromName = apply_filters( 'wp_mail_from_name', $from_name );
'wp_mail_content_type' .\wp-includes\pluggable.php:412: $content_type = apply_filters( 'wp_mail_content_type', $content_type );
'wp_mail_charset' .\wp-includes\pluggable.php:425: $phpmailer->CharSet = apply_filters( 'wp_mail_charset', $charset );
'authenticate' .\wp-includes\pluggable.php:474: $user = apply_filters('authenticate', null, $username, $password);
'auth_cookie' .\wp-includes\pluggable.php:588: return apply_filters('auth_cookie', $cookie, $user_id, $expiration, $scheme);
'auth_cookie_expiration' .\wp-includes\pluggable.php:654: $expiration = $expire = time() + apply_filters('auth_cookie_expiration', 1209600, $user_id, $remember);
'auth_cookie_expiration' .\wp-includes\pluggable.php:656: $expiration = time() + apply_filters('auth_cookie_expiration', 172800, $user_id, $remember);
'secure_auth_cookie' .\wp-includes\pluggable.php:663: $secure = apply_filters('secure_auth_cookie', $secure, $user_id);
'secure_logged_in_cookie' .\wp-includes\pluggable.php:664: $secure_logged_in_cookie = apply_filters('secure_logged_in_cookie', false, $user_id, $secure);
'secure_auth_redirect' .\wp-includes\pluggable.php:747: $secure = apply_filters('secure_auth_redirect', $secure);
'auth_redirect_scheme' .\wp-includes\pluggable.php:763: $scheme = apply_filters( 'auth_redirect_scheme', '' );
'wp_redirect' .\wp-includes\pluggable.php:870: $location = apply_filters('wp_redirect', $location, $status);
'wp_redirect_status' .\wp-includes\pluggable.php:871: $status = apply_filters('wp_redirect_status', $status, $location);
'allowed_redirect_hosts' .\wp-includes\pluggable.php:974: $allowed_hosts = (array) apply_filters('allowed_redirect_hosts', array($wpp['host']), isset($lp['host']) ? $lp['host'] : '');
'comment_notification_text' .\wp-includes\pluggable.php:1074: $notify_message = apply_filters('comment_notification_text', $notify_message, $comment_id);
'comment_notification_subject' .\wp-includes\pluggable.php:1075: $subject = apply_filters('comment_notification_subject', $subject, $comment_id);
'comment_notification_headers' .\wp-includes\pluggable.php:1076: $message_headers = apply_filters('comment_notification_headers', $message_headers, $comment_id);
'comment_moderation_text' .\wp-includes\pluggable.php:1156: $notify_message = apply_filters('comment_moderation_text', $notify_message, $comment_id);
'comment_moderation_subject' .\wp-includes\pluggable.php:1157: $subject = apply_filters('comment_moderation_subject', $subject, $comment_id);
'comment_moderation_headers' .\wp-includes\pluggable.php:1158: $message_headers = apply_filters('comment_moderation_headers', $message_headers);
'nonce_life' .\wp-includes\pluggable.php:1237: $nonce_life = apply_filters('nonce_life', 86400);
'salt' .\wp-includes\pluggable.php:1330: return apply_filters( 'salt', $cached_salts[ $scheme ], $scheme );
'salt' .\wp-includes\pluggable.php:1376: return apply_filters( 'salt', $cached_salts[ $scheme ], $scheme );
'check_password' .\wp-includes\pluggable.php:1457: return apply_filters('check_password', $check, $password, $hash, $user_id);
'check_password' .\wp-includes\pluggable.php:1470: return apply_filters('check_password', $check, $password, $hash, $user_id);
'random_password' .\wp-includes\pluggable.php:1499: return apply_filters('random_password', $password);
'get_avatar_comment_types' .\wp-includes\pluggable.php:1603: $allowed_comment_types = apply_filters( 'get_avatar_comment_types', array( 'comment' ) );
'get_avatar' .\wp-includes\pluggable.php:1667: return apply_filters('get_avatar', $avatar, $id_or_email, $size, $default, $alt);
'protected_title_format' .\wp-includes\post-template.php:111: $protected_title_format = apply_filters('protected_title_format', __('Protected: %s'));
'private_title_format' .\wp-includes\post-template.php:114: $private_title_format = apply_filters('private_title_format', __('Private: %s'));
'the_title' .\wp-includes\post-template.php:118: return apply_filters( 'the_title', $title, $id );
'get_the_guid' .\wp-includes\post-template.php:153: return apply_filters('get_the_guid', $post->guid);
'the_content' .\wp-includes\post-template.php:166: $content = apply_filters('the_content', $content);
'the_content_more_link' .\wp-includes\post-template.php:217: $output .= apply_filters( 'the_content_more_link', ' <a href="' . get_permalink() . "#more-{$post->ID}\" class=\"more-link\">$more_link_text</a>", $more_link_text );
'the_excerpt' .\wp-includes\post-template.php:247: echo apply_filters('the_excerpt', get_the_excerpt());
'get_the_excerpt' .\wp-includes\post-template.php:269: return apply_filters('get_the_excerpt', $output);
'post_class' .\wp-includes\post-template.php:375: return apply_filters('post_class', $classes, $class, $post->ID);
'body_class' .\wp-includes\post-template.php:544: return apply_filters( 'body_class', $classes, $class );
'wp_link_pages_args' .\wp-includes\post-template.php:641: $r = apply_filters( 'wp_link_pages_args', $r );
'the_meta_key' .\wp-includes\post-template.php:750: echo apply_filters('the_meta_key', "<li><span class='post-meta-key'>$key:</span> $value</li>\n", $key, $value);
'wp_dropdown_pages' .\wp-includes\post-template.php:796: $output = apply_filters('wp_dropdown_pages', $output);
'wp_list_pages_excludes' .\wp-includes\post-template.php:833: $r['exclude'] = implode( ',', apply_filters('wp_list_pages_excludes', $exclude_array) );
'wp_list_pages' .\wp-includes\post-template.php:852: $output = apply_filters('wp_list_pages', $output, $r);
'wp_page_menu_args' .\wp-includes\post-template.php:888: $args = apply_filters( 'wp_page_menu_args', $args );
'wp_page_menu' .\wp-includes\post-template.php:923: $menu = apply_filters( 'wp_page_menu', $menu, $args );
'page_css_class' .\wp-includes\post-template.php:1046: $css_class = implode( ' ', apply_filters( 'page_css_class', $css_class, $page, $depth, $args, $current_page ) );
'the_title' .\wp-includes\post-template.php:1048: $output .= $indent . '<li class="' . $css_class . '"><a href="' . get_permalink($page->ID) . '">' . $link_before . apply_filters( 'the_title', $page->post_title, $page->ID ) . $link_after . '</a>';
'list_pages' .\wp-includes\post-template.php:1113: $title = apply_filters( 'list_pages', $page->post_title, $page );
'wp_get_attachment_link' .\wp-includes\post-template.php:1178: return apply_filters( 'wp_get_attachment_link', "<a href='$url' title='$post_title'>$link_text</a>", $id, $size, $permalink, $icon, $text );
'prepend_attachment' .\wp-includes\post-template.php:1200: $p = apply_filters('prepend_attachment', $p);
'the_password_form' .\wp-includes\post-template.php:1225: return apply_filters('the_password_form', $output);
'post_thumbnail_size' .\wp-includes\post-thumbnail-template.php:88: $size = apply_filters( 'post_thumbnail_size', $size );
'post_thumbnail_html' .\wp-includes\post-thumbnail-template.php:98: return apply_filters( 'post_thumbnail_html', $html, $post_id, $post_thumbnail_id, $size, $attr );
'get_attached_file' .\wp-includes\post.php:186: return apply_filters( 'get_attached_file', $file, $attachment_id );
'update_attached_file' .\wp-includes\post.php:206: $file = apply_filters( 'update_attached_file', $file, $attachment_id );
'_wp_relative_upload_path' .\wp-includes\post.php:233: return apply_filters( '_wp_relative_upload_path', $new_path, $path );
edit_{$field} .\wp-includes\post.php:1750: $value = apply_filters("edit_{$field}", $value, $post_id);
{$field_no_prefix}_edit_pre .\wp-includes\post.php:1752: $value = apply_filters("{$field_no_prefix}_edit_pre", $value, $post_id);
edit_post_{$field} .\wp-includes\post.php:1754: $value = apply_filters("edit_post_{$field}", $value, $post_id);
pre_{$field} .\wp-includes\post.php:1767: $value = apply_filters("pre_{$field}", $value);
{$field_no_prefix}_save_pre .\wp-includes\post.php:1768: $value = apply_filters("{$field_no_prefix}_save_pre", $value);
pre_post_{$field} .\wp-includes\post.php:1770: $value = apply_filters("pre_post_{$field}", $value);
{$field}_pre .\wp-includes\post.php:1771: $value = apply_filters("{$field}_pre", $value);
$field .\wp-includes\post.php:1776: $value = apply_filters($field, $value, $post_id, $context);
post_{$field} .\wp-includes\post.php:1778: $value = apply_filters("post_{$field}", $value, $post_id, $context);
'wp_insert_post_empty_content' .\wp-includes\post.php:2489: if ( apply_filters( 'wp_insert_post_empty_content', $maybe_empty, $postarr ) ) {
'wp_insert_post_parent' .\wp-includes\post.php:2598: $post_parent = apply_filters( 'wp_insert_post_parent', $post_parent, $post_ID, compact( array_keys( $postarr ) ), $postarr );
'wp_insert_post_data' .\wp-includes\post.php:2612: $data = apply_filters('wp_insert_post_data', $data, $postarr);
'wp_unique_post_slug_is_bad_attachment_slug' .\wp-includes\post.php:2850: if ( $post_name_check || in_array( $slug, $feeds ) || apply_filters( 'wp_unique_post_slug_is_bad_attachment_slug', false, $slug ) ) {
'wp_unique_post_slug_is_bad_hierarchical_slug' .\wp-includes\post.php:2865: if ( $post_name_check || in_array( $slug, $feeds ) || preg_match( "@^($wp_rewrite->pagination_base)?\d+$@", $slug ) || apply_filters( 'wp_unique_post_slug_is_bad_hierarchical_slug', false, $slug, $post_type, $post_parent ) ) {
'wp_unique_post_slug_is_bad_flat_slug' .\wp-includes\post.php:2879: if ( $post_name_check || in_array( $slug, $feeds ) || apply_filters( 'wp_unique_post_slug_is_bad_flat_slug', false, $slug, $post_type ) ) {
'wp_unique_post_slug' .\wp-includes\post.php:2890: return apply_filters( 'wp_unique_post_slug', $slug, $post_ID, $post_status, $post_type, $post_parent );
'add_ping' .\wp-includes\post.php:3050: $new = apply_filters('add_ping', $new);
'get_enclosed' .\wp-includes\post.php:3079: $pung = apply_filters('get_enclosed', $pung, $post_id);
'get_pung' .\wp-includes\post.php:3097: $pung = apply_filters('get_pung', $pung);
'get_to_ping' .\wp-includes\post.php:3115: $to_ping = apply_filters('get_to_ping', $to_ping);
'get_pages' .\wp-includes\post.php:3406: $pages = apply_filters('get_pages', $cache[ $key ], $r );
'get_pages' .\wp-includes\post.php:3548: $pages = apply_filters('get_pages', array(), $r);
'get_pages' .\wp-includes\post.php:3581: $pages = apply_filters('get_pages', $pages, $r);
'wp_delete_file' .\wp-includes\post.php:3860: $thumbfile = apply_filters('wp_delete_file', $thumbfile);
'wp_delete_file' .\wp-includes\post.php:3867: $intermediate_file = apply_filters( 'wp_delete_file', $intermediate['path'] );
'wp_delete_file' .\wp-includes\post.php:3874: $del_file = apply_filters('wp_delete_file', $del_file);
'wp_delete_file' .\wp-includes\post.php:3879: $file = apply_filters('wp_delete_file', $file);
'wp_get_attachment_metadata' .\wp-includes\post.php:3908: return apply_filters( 'wp_get_attachment_metadata', $data, $post->ID );
'wp_update_attachment_metadata' .\wp-includes\post.php:3925: $data = apply_filters( 'wp_update_attachment_metadata', $data, $post->ID );
'wp_get_attachment_url' .\wp-includes\post.php:3961: $url = apply_filters( 'wp_get_attachment_url', $url, $post->ID );
'wp_get_attachment_thumb_file' .\wp-includes\post.php:3987: return apply_filters( 'wp_get_attachment_thumb_file', $thumbfile, $post->ID );
'wp_get_attachment_thumb_url' .\wp-includes\post.php:4015: return apply_filters( 'wp_get_attachment_thumb_url', $url, $post->ID );
'icon_dir' .\wp-includes\post.php:4078: $icon_dir = apply_filters( 'icon_dir', ABSPATH . WPINC . '/images/crystal' );
'icon_dir_uri' .\wp-includes\post.php:4079: $icon_dir_uri = apply_filters( 'icon_dir_uri', includes_url('images/crystal') );
'icon_dirs' .\wp-includes\post.php:4080: $dirs = apply_filters( 'icon_dirs', array($icon_dir => $icon_dir_uri) );
'wp_mime_type_icon' .\wp-includes\post.php:4127: return apply_filters( 'wp_mime_type_icon', $icon, $mime, $post_id ); // Last arg is 0 if function pass mime type.
'pub_priv_sql_capability' .\wp-includes\post.php:4209: if ( ! $cap = apply_filters( 'pub_priv_sql_capability', '' ) )
'get_lastpostdate' .\wp-includes\post.php:4257: return apply_filters( 'get_lastpostdate', _get_last_post_time( $timezone, 'date' ), $timezone );
'get_lastpostmodified' .\wp-includes\post.php:4280: return apply_filters( 'get_lastpostmodified', $lastpostmodified, $timezone );
'_wp_post_revision_fields' .\wp-includes\post.php:4679: $fields = apply_filters( '_wp_post_revision_fields', $fields );
'posts_search' .\wp-includes\query.php:2202: $search = apply_filters_ref_array('posts_search', array( $search, &$this ) );
'posts_where' .\wp-includes\query.php:2504: $where = apply_filters_ref_array('posts_where', array( $where, &$this ) );
'posts_join' .\wp-includes\query.php:2505: $join = apply_filters_ref_array('posts_join', array( $join, &$this ) );
'comment_feed_join' .\wp-includes\query.php:2536: $cjoin = apply_filters_ref_array('comment_feed_join', array( $cjoin, &$this ) );
'comment_feed_where' .\wp-includes\query.php:2537: $cwhere = apply_filters_ref_array('comment_feed_where', array( $cwhere, &$this ) );
'comment_feed_groupby' .\wp-includes\query.php:2538: $cgroupby = apply_filters_ref_array('comment_feed_groupby', array( $cgroupby, &$this ) );
'comment_feed_orderby' .\wp-includes\query.php:2539: $corderby = apply_filters_ref_array('comment_feed_orderby', array( 'comment_date_gmt DESC', &$this ) );
'comment_feed_limits' .\wp-includes\query.php:2540: $climits = apply_filters_ref_array('comment_feed_limits', array( 'LIMIT ' . get_option('posts_per_rss'), &$this ) );
'posts_where_paged' .\wp-includes\query.php:2566: $where = apply_filters_ref_array( 'posts_where_paged', array( $where, &$this ) );
'posts_groupby' .\wp-includes\query.php:2567: $groupby = apply_filters_ref_array( 'posts_groupby', array( $groupby, &$this ) );
'posts_join_paged' .\wp-includes\query.php:2568: $join = apply_filters_ref_array( 'posts_join_paged', array( $join, &$this ) );
'posts_orderby' .\wp-includes\query.php:2569: $orderby = apply_filters_ref_array( 'posts_orderby', array( $orderby, &$this ) );
'posts_distinct' .\wp-includes\query.php:2570: $distinct = apply_filters_ref_array( 'posts_distinct', array( $distinct, &$this ) );
'post_limits' .\wp-includes\query.php:2571: $limits = apply_filters_ref_array( 'post_limits', array( $limits, &$this ) );
'posts_fields' .\wp-includes\query.php:2572: $fields = apply_filters_ref_array( 'posts_fields', array( $fields, &$this ) );
'posts_clauses' .\wp-includes\query.php:2575: $clauses = (array) apply_filters_ref_array( 'posts_clauses', array( compact( $pieces ), &$this ) );
'posts_where_request' .\wp-includes\query.php:2585: $where = apply_filters_ref_array( 'posts_where_request', array( $where, &$this ) );
'posts_groupby_request' .\wp-includes\query.php:2586: $groupby = apply_filters_ref_array( 'posts_groupby_request', array( $groupby, &$this ) );
'posts_join_request' .\wp-includes\query.php:2587: $join = apply_filters_ref_array( 'posts_join_request', array( $join, &$this ) );
'posts_orderby_request' .\wp-includes\query.php:2588: $orderby = apply_filters_ref_array( 'posts_orderby_request', array( $orderby, &$this ) );
'posts_distinct_request' .\wp-includes\query.php:2589: $distinct = apply_filters_ref_array( 'posts_distinct_request', array( $distinct, &$this ) );
'posts_fields_request' .\wp-includes\query.php:2590: $fields = apply_filters_ref_array( 'posts_fields_request', array( $fields, &$this ) );
'post_limits_request' .\wp-includes\query.php:2591: $limits = apply_filters_ref_array( 'post_limits_request', array( $limits, &$this ) );
'posts_clauses_request' .\wp-includes\query.php:2594: $clauses = (array) apply_filters_ref_array( 'posts_clauses_request', array( compact( $pieces ), &$this ) );
'posts_request' .\wp-includes\query.php:2611: $this->request = apply_filters_ref_array( 'posts_request', array( $this->request, &$this ) );
'split_the_query' .\wp-includes\query.php:2631: $split_the_query = apply_filters( 'split_the_query', $split_the_query, $this );
'posts_request_ids' .\wp-includes\query.php:2638: $this->request = apply_filters( 'posts_request_ids', $this->request, $this );
'posts_results' .\wp-includes\query.php:2659: $this->posts = apply_filters_ref_array('posts_results', array( $this->posts, &$this ) );
'comment_feed_join' .\wp-includes\query.php:2662: $cjoin = apply_filters_ref_array('comment_feed_join', array( '', &$this ) );
'comment_feed_where' .\wp-includes\query.php:2663: $cwhere = apply_filters_ref_array('comment_feed_where', array( "WHERE comment_post_ID = '{$this->posts[0]->ID}' AND comment_approved = '1'", &$this ) );
'comment_feed_groupby' .\wp-includes\query.php:2664: $cgroupby = apply_filters_ref_array('comment_feed_groupby', array( '', &$this ) );
'comment_feed_orderby' .\wp-includes\query.php:2666: $corderby = apply_filters_ref_array('comment_feed_orderby', array( 'comment_date_gmt DESC', &$this ) );
'comment_feed_limits' .\wp-includes\query.php:2668: $climits = apply_filters_ref_array('comment_feed_limits', array( 'LIMIT ' . get_option('posts_per_rss'), &$this ) );
'the_preview' .\wp-includes\query.php:2703: $this->posts[0] = apply_filters_ref_array('the_preview', array( $this->posts[0], &$this ));
'the_posts' .\wp-includes\query.php:2757: $this->posts = apply_filters_ref_array('the_posts', array( $this->posts, &$this ) );
'found_posts_query' .\wp-includes\query.php:2782: $this->found_posts = $wpdb->get_var( apply_filters_ref_array( 'found_posts_query', array( 'SELECT FOUND_ROWS()', &$this ) ) );
'found_posts' .\wp-includes\query.php:2783: $this->found_posts = apply_filters_ref_array( 'found_posts', array( $this->found_posts, &$this ) );
'url_to_postid' .\wp-includes\rewrite.php:284: $url = apply_filters('url_to_postid', $url);
'post_rewrite_rules' .\wp-includes\rewrite.php:1541: $post_rewrite = apply_filters('post_rewrite_rules', $post_rewrite);
'date_rewrite_rules' .\wp-includes\rewrite.php:1545: $date_rewrite = apply_filters('date_rewrite_rules', $date_rewrite);
'root_rewrite_rules' .\wp-includes\rewrite.php:1549: $root_rewrite = apply_filters('root_rewrite_rules', $root_rewrite);
'comments_rewrite_rules' .\wp-includes\rewrite.php:1553: $comments_rewrite = apply_filters('comments_rewrite_rules', $comments_rewrite);
'search_rewrite_rules' .\wp-includes\rewrite.php:1558: $search_rewrite = apply_filters('search_rewrite_rules', $search_rewrite);
'author_rewrite_rules' .\wp-includes\rewrite.php:1562: $author_rewrite = apply_filters('author_rewrite_rules', $author_rewrite);
'page_rewrite_rules' .\wp-includes\rewrite.php:1566: $page_rewrite = apply_filters('page_rewrite_rules', $page_rewrite);
$permastructname . '_rewrite_rules' .\wp-includes\rewrite.php:1579: $rules = apply_filters($permastructname . '_rewrite_rules', $rules);
'tag_rewrite_rules' .\wp-includes\rewrite.php:1581: $rules = apply_filters('tag_rewrite_rules', $rules);
'rewrite_rules_array' .\wp-includes\rewrite.php:1593: $this->rules = apply_filters('rewrite_rules_array', $this->rules);
'mod_rewrite_rules' .\wp-includes\rewrite.php:1701: $rules = apply_filters('mod_rewrite_rules', $rules);
'rewrite_rules' .\wp-includes\rewrite.php:1702: $rules = apply_filters('rewrite_rules', $rules); // Deprecated
'iis7_url_rewrite_rules' .\wp-includes\rewrite.php:1806: $rules = apply_filters('iis7_url_rewrite_rules', $rules);
'print_head_scripts' .\wp-includes\script-loader.php:610: if ( apply_filters('print_head_scripts', true) )
'print_footer_scripts' .\wp-includes\script-loader.php:632: if ( apply_filters('print_footer_scripts', true) )
'print_admin_styles' .\wp-includes\script-loader.php:737: if ( apply_filters('print_admin_styles', true) )
'print_late_styles' .\wp-includes\script-loader.php:758: if ( apply_filters('print_late_styles', true) )
'post_format_rewrite_base' .\wp-includes\taxonomy.php:27: $post_format_base = apply_filters( 'post_format_rewrite_base', 'type' );
'get_term' .\wp-includes\taxonomy.php:878: $_term = apply_filters('get_term', $_term, $taxonomy);
get_$taxonomy .\wp-includes\taxonomy.php:879: $_term = apply_filters("get_$taxonomy", $_term, $taxonomy);
'get_term' .\wp-includes\taxonomy.php:950: $term = apply_filters('get_term', $term, $taxonomy);
get_$taxonomy .\wp-includes\taxonomy.php:951: $term = apply_filters("get_$taxonomy", $term, $taxonomy);
'get_terms_args' .\wp-includes\taxonomy.php:1204: $args = apply_filters( 'get_terms_args', $args, $taxonomies );
'get_terms' .\wp-includes\taxonomy.php:1231: $cache = apply_filters('get_terms', $cache, $taxonomies, $args);
'get_terms_orderby' .\wp-includes\taxonomy.php:1251: $orderby = apply_filters( 'get_terms_orderby', $orderby, $args );
'list_terms_exclusions' .\wp-includes\taxonomy.php:1307: $exclusions = apply_filters('list_terms_exclusions', $exclusions, $args );
'get_terms_fields' .\wp-includes\taxonomy.php:1363: $fields = implode(', ', apply_filters( 'get_terms_fields', $selects, $args ));
'terms_clauses' .\wp-includes\taxonomy.php:1368: $clauses = apply_filters( 'terms_clauses', compact( $pieces ), $taxonomies, $args );
'get_terms' .\wp-includes\taxonomy.php:1388: $terms = apply_filters('get_terms', array(), $taxonomies, $args);
'get_terms' .\wp-includes\taxonomy.php:1440: $terms = apply_filters('get_terms', $terms, $taxonomies, $args);
edit_term_{$field} .\wp-includes\taxonomy.php:1624: $value = apply_filters("edit_term_{$field}", $value, $term_id, $taxonomy);
edit_{$taxonomy}_{$field} .\wp-includes\taxonomy.php:1625: $value = apply_filters("edit_{$taxonomy}_{$field}", $value, $term_id);
pre_term_{$field} .\wp-includes\taxonomy.php:1631: $value = apply_filters("pre_term_{$field}", $value, $taxonomy);
pre_{$taxonomy}_{$field} .\wp-includes\taxonomy.php:1632: $value = apply_filters("pre_{$taxonomy}_{$field}", $value);
'pre_category_nicename' .\wp-includes\taxonomy.php:1635: $value = apply_filters('pre_category_nicename', $value);
term_{$field}_rss .\wp-includes\taxonomy.php:1638: $value = apply_filters("term_{$field}_rss", $value, $taxonomy);
{$taxonomy}_{$field}_rss .\wp-includes\taxonomy.php:1639: $value = apply_filters("{$taxonomy}_{$field}_rss", $value);
term_{$field} .\wp-includes\taxonomy.php:1642: $value = apply_filters("term_{$field}", $value, $term_id, $taxonomy, $context);
{$taxonomy}_{$field} .\wp-includes\taxonomy.php:1643: $value = apply_filters("{$taxonomy}_{$field}", $value, $term_id, $context);
'wp_get_object_terms' .\wp-includes\taxonomy.php:1958: return apply_filters('wp_get_object_terms', $terms, $object_ids, $taxonomies, $args);
'pre_insert_term' .\wp-includes\taxonomy.php:2020: $term = apply_filters( 'pre_insert_term', $term, $taxonomy );
'term_id_filter' .\wp-includes\taxonomy.php:2110: $term_id = apply_filters('term_id_filter', $term_id, $tt_id);
'wp_update_term_parent' .\wp-includes\taxonomy.php:2372: $parent = apply_filters( 'wp_update_term_parent', $parent, $term_id, $taxonomy, compact( array_keys( $args ) ), $args );
'term_id_filter' .\wp-includes\taxonomy.php:2400: $term_id = apply_filters('term_id_filter', $term_id, $tt_id);
'tag_link' .\wp-includes\taxonomy.php:3008: $termlink = apply_filters( 'tag_link', $termlink, $term->term_id );
'category_link' .\wp-includes\taxonomy.php:3010: $termlink = apply_filters( 'category_link', $termlink, $term->term_id );
'term_link' .\wp-includes\taxonomy.php:3012: return apply_filters('term_link', $termlink, $term, $taxonomy);
'get_ancestors' .\wp-includes\taxonomy.php:3201: return apply_filters('get_ancestors', $ancestors, $object_id, $object_type);
'get_ancestors' .\wp-includes\taxonomy.php:3222: return apply_filters('get_ancestors', $ancestors, $object_id, $object_type);
'template_include' .\wp-includes\template-loader.php:42: if ( $template = apply_filters( 'template_include', $template ) )
{$type}_template .\wp-includes\template.php:29: return apply_filters( "{$type}_template", locate_template( $templates ) );
'stylesheet' .\wp-includes\theme.php:135: return apply_filters('stylesheet', get_option('stylesheet'));
'stylesheet_directory' .\wp-includes\theme.php:151: return apply_filters( 'stylesheet_directory', $stylesheet_dir, $stylesheet, $theme_root );
'stylesheet_directory_uri' .\wp-includes\theme.php:166: return apply_filters( 'stylesheet_directory_uri', $stylesheet_dir_uri, $stylesheet, $theme_root_uri );
'stylesheet_uri' .\wp-includes\theme.php:183: return apply_filters('stylesheet_uri', $stylesheet_uri, $stylesheet_dir_uri);
'locale_stylesheet_uri' .\wp-includes\theme.php:216: return apply_filters('locale_stylesheet_uri', $stylesheet_uri, $stylesheet_dir_uri);
'template' .\wp-includes\theme.php:228: return apply_filters('template', get_option('template'));
'template_directory' .\wp-includes\theme.php:244: return apply_filters( 'template_directory', $template_dir, $template, $theme_root );
'template_directory_uri' .\wp-includes\theme.php:260: return apply_filters( 'template_directory_uri', $template_dir_uri, $template, $theme_root_uri );
'wp_cache_themes_persistently' .\wp-includes\theme.php:339: if ( $cache_expiration = apply_filters( 'wp_cache_themes_persistently', false, 'search_theme_directories' ) ) {
'theme_root' .\wp-includes\theme.php:443: return apply_filters( 'theme_root', $theme_root );
'theme_root_uri' .\wp-includes\theme.php:483: return apply_filters( 'theme_root_uri', $theme_root_uri, get_option('siteurl'), $stylesheet_or_template );
'validate_current_theme' .\wp-includes\theme.php:693: if ( defined('WP_INSTALLING') || !apply_filters( 'validate_current_theme', true ) )
theme_mod_$name .\wp-includes\theme.php:755: return apply_filters( "theme_mod_$name", $mods[ $name ] );
theme_mod_$name .\wp-includes\theme.php:760: return apply_filters( "theme_mod_$name", $default );
'current_theme_supports-' . $feature .\wp-includes\theme.php:1517: return apply_filters('current_theme_supports-' . $feature, true, $args, $_wp_theme_features[$feature]);
'core_version_check_locale' .\wp-includes\update.php:43: $locale = apply_filters( 'core_version_check_locale', get_locale() );
'secure_signon_cookie' .\wp-includes\user.php:46: $secure_cookie = apply_filters('secure_signon_cookie', $secure_cookie, $credentials);
'wp_authenticate_user' .\wp-includes\user.php:105: $userdata = apply_filters('wp_authenticate_user', $userdata, $password);
'get_usernumposts' .\wp-includes\user.php:160: return apply_filters('get_usernumposts', $count, $userid);
get_user_option_{$option} .\wp-includes\user.php:272: return apply_filters("get_user_option_{$option}", $result, $option, $user);
'found_users_query' .\wp-includes\user.php:559: $this->total_users = $wpdb->get_var( apply_filters( 'found_users_query', 'SELECT FOUND_ROWS()' ) );
'get_blogs_of_user' .\wp-includes\user.php:724: return apply_filters( 'get_blogs_of_user', $blogs, $user_id, $all );
'wp_dropdown_users' .\wp-includes\user.php:1045: $output = apply_filters('wp_dropdown_users', $output);
edit_{$field} .\wp-includes\user.php:1090: $value = apply_filters("edit_{$field}", $value, $user_id);
edit_user_{$field} .\wp-includes\user.php:1092: $value = apply_filters("edit_user_{$field}", $value, $user_id);
pre_{$field} .\wp-includes\user.php:1101: $value = apply_filters("pre_{$field}", $value);
pre_user_{$field} .\wp-includes\user.php:1103: $value = apply_filters("pre_user_{$field}", $value);
$field .\wp-includes\user.php:1108: $value = apply_filters($field, $value, $user_id, $context);
user_{$field} .\wp-includes\user.php:1110: $value = apply_filters("user_{$field}", $value, $user_id, $context);
'validate_username' .\wp-includes\user.php:1202: return apply_filters( 'validate_username', $valid, $username );
'pre_user_login' .\wp-includes\user.php:1268: $user_login = apply_filters('pre_user_login', $user_login);
'pre_user_nicename' .\wp-includes\user.php:1281: $user_nicename = apply_filters('pre_user_nicename', $user_nicename);
'pre_user_url' .\wp-includes\user.php:1285: $user_url = apply_filters('pre_user_url', $user_url);
'pre_user_email' .\wp-includes\user.php:1289: $user_email = apply_filters('pre_user_email', $user_email);
'pre_user_display_name' .\wp-includes\user.php:1296: $display_name = apply_filters('pre_user_display_name', $display_name);
'pre_user_nickname' .\wp-includes\user.php:1300: $nickname = apply_filters('pre_user_nickname', $nickname);
'pre_user_first_name' .\wp-includes\user.php:1304: $first_name = apply_filters('pre_user_first_name', $first_name);
'pre_user_last_name' .\wp-includes\user.php:1308: $last_name = apply_filters('pre_user_last_name', $last_name);
'pre_user_description' .\wp-includes\user.php:1312: $description = apply_filters('pre_user_description', $description);
'user_contactmethods' .\wp-includes\user.php:1490: return apply_filters( 'user_contactmethods', $user_contactmethods, $user );
'use_google_chrome_frame' .\wp-includes\vars.php:55: if ( $is_chrome = apply_filters( 'use_google_chrome_frame', is_admin() ) )
'widget_display_callback' .\wp-includes\widgets.php:180: $instance = apply_filters('widget_display_callback', $instance, $this, $args);
'widget_update_callback' .\wp-includes\widgets.php:235: $instance = apply_filters('widget_update_callback', $instance, $new_instance, $old_instance, $this);
'widget_form_callback' .\wp-includes\widgets.php:266: $instance = apply_filters('widget_form_callback', $instance, $this);
'dynamic_sidebar_params' .\wp-includes\widgets.php:886: $params = apply_filters( 'dynamic_sidebar_params', $params );
'sidebars_widgets' .\wp-includes\widgets.php:1016: $sidebars_widgets = apply_filters('sidebars_widgets', $sidebars_widgets);
'query' .\wp-includes\wp-db.php:1081: $query = apply_filters( 'query', $query );
.\wp-app.php:30: $wp_atom_server_class = apply_filters('wp_atom_server_class', 'wp_atom_server');
.\wp-comments-post.php:96: $location = apply_filters('comment_post_redirect', $location, $comment);
.\wp-links-opml.php:41: $catname = apply_filters('link_category', $cat->name);
.\wp-links-opml.php:48: $title = apply_filters('link_title', $bookmark->link_name);
.\wp-login.php:52: $shake_error_codes = apply_filters( 'shake_error_codes', $shake_error_codes );
.\wp-login.php:82: $login_header_url = apply_filters( 'login_headerurl', $login_header_url );
.\wp-login.php:83: $login_header_title = apply_filters( 'login_headertitle', $login_header_title );
.\wp-login.php:98: $message = apply_filters('login_message', $message);
.\wp-login.php:121: echo '<div id="login_error">' . apply_filters('login_errors', $errors) . "</div>\n";
.\wp-login.php:123: echo '<p class="message">' . apply_filters('login_messages', $messages) . "</p>\n";
.\wp-login.php:210: $allow = apply_filters('allow_password_reset', true, $user_data->ID);
.\wp-login.php:241: $title = apply_filters('retrieve_password_title', $title);
.\wp-login.php:242: $message = apply_filters('retrieve_password_message', $message, $key);
.\wp-login.php:303: $user_email = apply_filters( 'user_registration_email', $user_email );
.\wp-login.php:327: $errors = apply_filters( 'registration_errors', $errors, $sanitized_user_login, $user_email );
.\wp-login.php:423: $redirect_to = apply_filters( 'lostpassword_redirect', !empty( $_REQUEST['redirect_to'] ) ? $_REQUEST['redirect_to'] : '' );
.\wp-login.php:512: wp_redirect( apply_filters( 'wp_signup_location', site_url('wp-signup.php') ) );
.\wp-login.php:534: $redirect_to = apply_filters( 'registration_redirect', !empty( $_REQUEST['redirect_to'] ) ? $_REQUEST['redirect_to'] : '' );
.\wp-login.php:601: $redirect_to = apply_filters('login_redirect', $redirect_to, isset( $_REQUEST['redirect_to'] ) ? $_REQUEST['redirect_to'] : '', $user);
.\wp-mail.php:13: if ( ! apply_filters( 'enable_post_by_email_configuration', true ) )
.\wp-mail.php:180: $content = apply_filters('wp_mail_original_content', $content);
.\wp-mail.php:196: $post_content = apply_filters('phone_content', $content);
.\wp-signup.php:158: $filtered_results = apply_filters('signup_another_blog_init', array('blogname' => $blogname, 'blog_title' => $blog_title, 'errors' => $errors ));
.\wp-signup.php:209: $meta = apply_filters( 'signup_create_blog_meta', array( 'lang_id' => 1, 'public' => $public ) ); // deprecated
.\wp-signup.php:210: $meta = apply_filters( 'add_signup_meta', $meta );
.\wp-signup.php:236: $filtered_results = apply_filters('signup_user_init', array('user_name' => $user_name, 'user_email' => $user_email, 'errors' => $errors ));
.\wp-signup.php:282: wpmu_signup_user($user_name, $user_email, apply_filters( 'add_signup_meta', array() ) );
.\wp-signup.php:303: $filtered_results = apply_filters('signup_blog_init', array('user_name' => $user_name, 'user_email' => $user_email, 'blogname' => $blogname, 'blog_title' => $blog_title, 'errors' => $errors ));
.\wp-signup.php:344: $meta = apply_filters( 'add_signup_meta', $meta );
.\wp-signup.php:376: $active_signup = apply_filters( 'wpmu_active_signup', $active_signup ); // return "all", "none", "blog" or "user"
.\xmlrpc.php:65: $wp_xmlrpc_server_class = apply_filters('wp_xmlrpc_server_class', 'wp_xmlrpc_server');
.\wp-admin\admin-footer.php:21: $upgrade = apply_filters( 'update_footer', '' );
.\wp-admin\admin-footer.php:25: echo apply_filters( 'admin_footer_text', implode( ' &bull; ', $footer_text ) );
.\wp-admin\admin-header.php:36: $admin_title = apply_filters( 'admin_title', $admin_title, $title );
.\wp-admin\admin-header.php:97: <body class="wp-admin no-js <?php echo apply_filters( 'admin_body_class', '' ) . " $admin_body_class"; ?>">
.\wp-admin\admin.php:46: } elseif ( apply_filters( 'do_mu_upgrade', true ) ) {
.\wp-admin\admin.php:109: @ini_set( 'memory_limit', apply_filters( 'admin_memory_limit', WP_MAX_MEMORY_LIMIT ) );
.\wp-admin\admin.php:201: if ( apply_filters( 'force_filtered_html_on_import', false ) )
.\wp-admin\async-upload.php:67: echo apply_filters("async_upload_{$type}", $id);
.\wp-admin\comment.php:282: $location = apply_filters( 'comment_edit_redirect', $location, $comment_id );
.\wp-admin\custom-background.php:420: $sizes = array_keys(apply_filters( 'image_size_names_choose', array('thumbnail' => __('Thumbnail'), 'medium' => __('Medium'), 'large' => __('Large'), 'full' => __('Full Size')) ));
.\wp-admin\custom-header.php:734: $image = apply_filters('wp_create_file_in_uploads', $image, $attachment_id); // For replication
.\wp-admin\custom-header.php:866: $cropped = apply_filters('wp_create_file_in_uploads', $cropped, $attachment_id); // For replication
.\wp-admin\custom-header.php:898: @unlink( apply_filters( 'wp_delete_file', $medium ) );
.\wp-admin\custom-header.php:900: @unlink( apply_filters( 'wp_delete_file', $original ) );
.\wp-admin\customize.php:142: $allowed_urls = array_unique( apply_filters( 'customize_allowed_urls', $allowed_urls ) );
.\wp-admin\edit-form-advanced.php:63: $messages = apply_filters( 'post_updated_messages', $messages );
.\wp-admin\edit-form-advanced.php:285: <label class="hide-if-no-js" style="visibility:hidden" id="title-prompt-text" for="title"><?php echo apply_filters( 'enter_title_here', __( 'Enter title here' ), $post ); ?></label>
.\wp-admin\edit-form-comment.php:52: printf( __( 'URL (%s):' ), apply_filters('get_comment_author_link', $link ) );
.\wp-admin\edit-tag-form.php:47: <td><input name="slug" id="slug" type="text" value="<?php if ( isset( $tag->slug ) ) echo esc_attr(apply_filters('editable_slug', $tag->slug)); ?>" size="40" />
.\wp-admin\edit-tags.php:301: <p><?php printf(__('<strong>Note:</strong><br />Deleting a category does not delete the posts in that category. Instead, posts that were only assigned to the deleted category are set to the category <strong>%s</strong>.'), apply_filters('the_category', get_cat_name(get_option('default_category')))) ?></p>
.\wp-admin\media-upload.php:132: $type = apply_filters('media_upload_default_type', 'file');
.\wp-admin\media-upload.php:138: $tab = apply_filters('media_upload_default_tab', 'type');
.\wp-admin\menu-header.php:22: $parent_file = apply_filters("parent_file", $parent_file); // For plugins to move submenu tabs around.
.\wp-admin\ms-delete-site.php:44: $content = apply_filters( 'delete_site_email_content', __( "Dear User,
.\wp-admin\my-sites.php:76: $settings_html = apply_filters( 'myblogs_options', '', 'global' );
.\wp-admin\my-sites.php:105: echo "<p>" . apply_filters( 'myblogs_blog_actions', "<a href='" . esc_url( get_home_url( $user_blog->userblog_id ) ). "'>" . __( 'Visit' ) . "</a> | <a href='" . esc_url( get_admin_url( $user_blog->userblog_id ) ) . "'>" . __( 'Dashboard' ) . "</a>", $user_blog ) . "</p>";
.\wp-admin\my-sites.php:106: echo apply_filters( 'myblogs_options', '', $user_blog );
.\wp-admin\network.php:68: if ( apply_filters( 'allow_subdirectory_install', false ) )
.\wp-admin\options-discussion.php:80: $maxdeep = (int) apply_filters( 'thread_comments_depth_max', 10 );
.\wp-admin\options-discussion.php:223: $avatar_defaults = apply_filters('avatar_defaults', $avatar_defaults);
.\wp-admin\options-discussion.php:239: echo apply_filters('default_avatar_select', $avatar_list);
.\wp-admin\options-general.php:234: $date_formats = apply_filters( 'date_formats', array(
.\wp-admin\options-general.php:267: $time_formats = apply_filters( 'time_formats', array(
.\wp-admin\options-writing.php:132: <?php if ( apply_filters( 'enable_post_by_email_configuration', true ) ) { ?>
.\wp-admin\options-writing.php:188: <?php if ( apply_filters( 'enable_update_services_configuration', true ) ) { ?>
.\wp-admin\options.php:32: $capability = apply_filters( "option_page_capability_{$option_page}", $capability );
.\wp-admin\options.php:92: if ( apply_filters( 'enable_post_by_email_configuration', true ) )
.\wp-admin\options.php:98: $whitelist_options = apply_filters( 'whitelist_options', $whitelist_options );
.\wp-admin\plugin-editor.php:100: $editable_extensions = (array) apply_filters('editable_extensions', $editable_extensions);
.\wp-admin\post.php:75: wp_redirect( apply_filters( 'redirect_post_location', $location, $post_id ) );
.\wp-admin\revision.php:172: $left_content = apply_filters( "_wp_post_revision_field_$field", $left_revision->$field, $field );
.\wp-admin\revision.php:173: $right_content = apply_filters( "_wp_post_revision_field_$field", $right_revision->$field, $field );
.\wp-admin\revision.php:179: $content = apply_filters( "_wp_post_revision_field_$field", $revision->$field, $field );
.\wp-admin\user-edit.php:78: if ( is_multisite() && ! current_user_can( 'manage_network_users' ) && $user_id != $current_user->ID && ! apply_filters( 'enable_edit_any_user_configuration', true ) )
.\wp-admin\user-edit.php:356: <th><label for="<?php echo $name; ?>"><?php echo apply_filters('user_'.$name.'_label', $desc); ?></label></th>
.\wp-admin\user-edit.php:374: $show_password_fields = apply_filters('show_password_fields', true, $profileuser);
.\wp-admin\user-edit.php:395: <?php if ( count($profileuser->caps) > count($profileuser->roles) && apply_filters('additional_capabilities_display', true, $profileuser) ) { ?>
.\wp-admin\user-new.php:115: $new_user_login = apply_filters('pre_user_login', sanitize_user(stripslashes($_REQUEST['user_login']), true));
.\wp-admin\user-new.php:181: && ( is_super_admin() || apply_filters( 'autocomplete_users_for_site_admins', false ) )
.\wp-admin\user-new.php:337: <?php if ( apply_filters('show_password_fields', true) ) : ?>
.\wp-admin\includes\ajax-actions.php:156: if ( ! is_super_admin() && ! apply_filters( 'autocomplete_users_for_site_admins', false ) )
.\wp-admin\includes\ajax-actions.php:904: $walker_class_name = apply_filters( 'wp_edit_nav_menu_walker', 'Walker_Nav_Menu_Edit', $_POST['menu'] );
.\wp-admin\includes\ajax-actions.php:1211: $item = apply_filters( 'nav_menu_meta_box_object', $items[ $_POST['item-object'] ] );
.\wp-admin\includes\ajax-actions.php:1765: $new_lock = ( time() - apply_filters( 'wp_check_post_lock_window', AUTOSAVE_INTERVAL * 2 ) + 5 ) . ':' . $active_lock[1];
.\wp-admin\includes\class-wp-comments-list-table.php:125: $comments_per_page = apply_filters( 'comments_per_page', $comments_per_page, $comment_status );
.\wp-admin\includes\class-wp-comments-list-table.php:179: $status_links = apply_filters( 'comment_status_links', $status_links );
.\wp-admin\includes\class-wp-comments-list-table.php:217: $comment_types = apply_filters( 'admin_comment_types_dropdown', array(
.\wp-admin\includes\class-wp-comments-list-table.php:370: <textarea class="comment" rows="1" cols="1"><?php echo esc_textarea( apply_filters( 'comment_edit_pre', $comment->comment_content ) ); ?></textarea>
.\wp-admin\includes\class-wp-comments-list-table.php:420: $actions = apply_filters( 'comment_row_actions', array_filter( $actions ), $comment );
.\wp-admin\includes\class-wp-list-table.php:244: $views = apply_filters( 'views_' . $screen->id, $views );
.\wp-admin\includes\class-wp-list-table.php:282: $this->_actions = apply_filters( 'bulk_actions-' . $screen->id, $this->_actions );
.\wp-admin\includes\class-wp-list-table.php:474: return (int) apply_filters( $option, $per_page );
.\wp-admin\includes\class-wp-list-table.php:608: $_sortable = apply_filters( "manage_{$screen->id}_sortable_columns", $this->get_sortable_columns() );
.\wp-admin\includes\class-wp-media-list-table.php:143: $posts_columns = apply_filters( 'manage_media_columns', $posts_columns, $this->detached );
.\wp-admin\includes\class-wp-media-list-table.php:390: $actions = apply_filters( 'media_row_actions', $actions, $post, $this->detached );
.\wp-admin\includes\class-wp-ms-sites-list-table.php:156: $sites_columns = apply_filters( 'wpmu_blogs_columns', $sites_columns );
.\wp-admin\includes\class-wp-ms-sites-list-table.php:269: $actions = apply_filters( 'manage_sites_action_links', array_filter( $actions ), $blog['blog_id'], $blogname );
.\wp-admin\includes\class-wp-ms-themes-list-table.php:58: 'all' => apply_filters( 'all_themes', wp_get_themes() ),
.\wp-admin\includes\class-wp-ms-themes-list-table.php:301: $actions = apply_filters( 'theme_action_links', array_filter( $actions ), $theme_key, $theme, $context );
.\wp-admin\includes\class-wp-ms-themes-list-table.php:302: $actions = apply_filters( "theme_action_links_$theme_key", $actions, $theme_key, $theme, $context );
.\wp-admin\includes\class-wp-ms-themes-list-table.php:350: $theme_meta = apply_filters( 'theme_row_meta', $theme_meta, $theme_key, $theme, $status );
.\wp-admin\includes\class-wp-ms-users-list-table.php:121: $users_columns = apply_filters( 'wpmu_users_columns', $users_columns );
.\wp-admin\includes\class-wp-ms-users-list-table.php:195: $actions = apply_filters( 'ms_user_row_actions', $actions, $user );
.\wp-admin\includes\class-wp-ms-users-list-table.php:246: $actions = apply_filters('ms_user_list_site_actions', $actions, $val->userblog_id);
.\wp-admin\includes\class-wp-ms-users-list-table.php:265: echo apply_filters( 'manage_users_custom_column', '', $column_name, $user->ID );
.\wp-admin\includes\class-wp-plugin-install-list-table.php:39: $tabs = apply_filters( 'install_plugins_tabs', $tabs );
.\wp-admin\includes\class-wp-plugin-install-list-table.php:40: $nonmenu_tabs = apply_filters( 'install_plugins_nonmenu_tabs', $nonmenu_tabs );
.\wp-admin\includes\class-wp-plugin-install-list-table.php:211: $action_links = apply_filters( 'plugin_install_action_links', $action_links, $plugin );
.\wp-admin\includes\class-wp-plugins-list-table.php:50: 'all' => apply_filters( 'all_plugins', get_plugins() ),
.\wp-admin\includes\class-wp-plugins-list-table.php:63: if ( apply_filters( 'show_advanced_plugins', true, 'mustuse' ) )
.\wp-admin\includes\class-wp-plugins-list-table.php:65: if ( apply_filters( 'show_advanced_plugins', true, 'dropins' ) )
.\wp-admin\includes\class-wp-plugins-list-table.php:376: $actions = apply_filters( $prefix . 'plugin_action_links', array_filter( $actions ), $plugin_file, $plugin_data, $context );
.\wp-admin\includes\class-wp-plugins-list-table.php:377: $actions = apply_filters( $prefix . "plugin_action_links_$plugin_file", $actions, $plugin_file, $plugin_data, $context );
.\wp-admin\includes\class-wp-plugins-list-table.php:426: $plugin_meta = apply_filters( 'plugin_row_meta', $plugin_meta, $plugin_file, $plugin_data, $status );
.\wp-admin\includes\class-wp-posts-list-table.php:92: $per_page = apply_filters( 'edit_posts_per_page', $per_page, $post_type );
.\wp-admin\includes\class-wp-posts-list-table.php:285: $posts_columns = apply_filters( 'manage_pages_columns', $posts_columns );
.\wp-admin\includes\class-wp-posts-list-table.php:287: $posts_columns = apply_filters( 'manage_posts_columns', $posts_columns, $post_type );
.\wp-admin\includes\class-wp-posts-list-table.php:288: $posts_columns = apply_filters( "manage_{$post_type}_posts_columns", $posts_columns );
.\wp-admin\includes\class-wp-posts-list-table.php:516: $parent_name = apply_filters( 'the_title', $parent->post_title, $parent->ID );
.\wp-admin\includes\class-wp-posts-list-table.php:556: $actions = apply_filters( is_post_type_hierarchical( $post->post_type ) ? 'page_row_actions' : 'post_row_actions', $actions, $post );
.\wp-admin\includes\class-wp-posts-list-table.php:556: $actions = apply_filters( is_post_type_hierarchical( $post->post_type ) ? 'page_row_actions' : 'post_row_actions', $actions, $post );
.\wp-admin\includes\class-wp-posts-list-table.php:582: echo apply_filters( 'post_date_column_time', $t_time, $post, $column_name, $mode );
.\wp-admin\includes\class-wp-posts-list-table.php:584: echo '<abbr title="' . $t_time . '">' . apply_filters( 'post_date_column_time', $h_time, $post, $column_name, $mode ) . '</abbr>';
.\wp-admin\includes\class-wp-posts-list-table.php:857: $dropdown_args = apply_filters( 'quick_edit_dropdown_pages_args', $dropdown_args );
.\wp-admin\includes\class-wp-terms-list-table.php:48: $tags_per_page = apply_filters( 'edit_tags_per_page', $tags_per_page );
.\wp-admin\includes\class-wp-terms-list-table.php:49: $tags_per_page = apply_filters( 'tagsperpage', $tags_per_page ); // Old filter
.\wp-admin\includes\class-wp-terms-list-table.php:51: $tags_per_page = apply_filters( 'edit_categories_per_page', $tags_per_page ); // Old filter
.\wp-admin\includes\class-wp-terms-list-table.php:250: $name = apply_filters( 'term_name', $pad . ' ' . $tag->name, $tag );
.\wp-admin\includes\class-wp-terms-list-table.php:265: $actions = apply_filters( 'tag_row_actions', $actions, $tag );
.\wp-admin\includes\class-wp-terms-list-table.php:266: $actions = apply_filters( "{$taxonomy}_row_actions", $actions, $tag );
.\wp-admin\includes\class-wp-terms-list-table.php:271: $out .= '<div class="slug">' . apply_filters( 'editable_slug', $qe_data->slug ) . '</div>';
.\wp-admin\includes\class-wp-terms-list-table.php:282: return apply_filters( 'editable_slug', $tag->slug );
.\wp-admin\includes\class-wp-terms-list-table.php:318: return apply_filters( "manage_{$screen->taxonomy}_custom_column", '', $column_name, $tag->term_id );
.\wp-admin\includes\class-wp-theme-install-list-table.php:51: $tabs = apply_filters( 'install_themes_tabs', $tabs );
.\wp-admin\includes\class-wp-theme-install-list-table.php:52: $nonmenu_tabs = apply_filters( 'install_themes_nonmenu_tabs', $nonmenu_tabs );
.\wp-admin\includes\class-wp-theme-install-list-table.php:225: $actions = apply_filters( 'theme_install_actions', $actions, $theme );
.\wp-admin\includes\class-wp-themes-list-table.php:150: $actions = apply_filters( 'theme_action_links', $actions, $theme );
.\wp-admin\includes\class-wp-upgrader.php:181: $res = apply_filters('upgrader_pre_install', true, $hook_extra);
.\wp-admin\includes\class-wp-upgrader.php:201: $source = apply_filters('upgrader_source_selection', $source, $remote_source, $this);
.\wp-admin\includes\class-wp-upgrader.php:221: $removed = apply_filters('upgrader_clear_destination', $removed, $local_destination, $remote_destination, $hook_extra);
.\wp-admin\includes\class-wp-upgrader.php:260: $res = apply_filters('upgrader_post_install', true, $hook_extra, $this->result);
.\wp-admin\includes\class-wp-upgrader.php:1214: $update_actions = apply_filters('update_plugin_complete_actions', $update_actions, $this->plugin);
.\wp-admin\includes\class-wp-upgrader.php:1366: $update_actions = apply_filters('update_bulk_plugins_complete_actions', $update_actions, $this->plugin_info);
.\wp-admin\includes\class-wp-upgrader.php:1399: $update_actions = apply_filters('update_bulk_theme_complete_actions', $update_actions, $this->theme_info );
.\wp-admin\includes\class-wp-upgrader.php:1462: $install_actions = apply_filters('install_plugin_complete_actions', $install_actions, $this->api, $plugin_file);
.\wp-admin\includes\class-wp-upgrader.php:1537: $install_actions = apply_filters('install_theme_complete_actions', $install_actions, $this->api, $stylesheet, $theme_info);
.\wp-admin\includes\class-wp-upgrader.php:1599: $update_actions = apply_filters('update_theme_complete_actions', $update_actions, $this->theme);
.\wp-admin\includes\class-wp-users-list-table.php:255: $actions = apply_filters( 'user_row_actions', $actions, $user_object );
.\wp-admin\includes\class-wp-users-list-table.php:310: $r .= apply_filters( 'manage_users_custom_column', '', $column_name, $user_object->ID );
.\wp-admin\includes\comment.php:86: $comment->comment_content = apply_filters( 'comment_edit_pre', $comment->comment_content);
.\wp-admin\includes\dashboard.php:64: 'link' => apply_filters( 'dashboard_incoming_links_link', 'http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:' . trailingslashit( get_option('home') ) ),
.\wp-admin\includes\dashboard.php:65: 'url' => isset($widget_options['dashboard_incoming_links']['url']) ? apply_filters( 'dashboard_incoming_links_feed', $widget_options['dashboard_incoming_links']['url'] ) : apply_filters( 'dashboard_incoming_links_feed', 'http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=' . $num_items . '&output=rss&partner=wordpress&q=link:' . trailingslashit( get_option('home') ) ),
.\wp-admin\includes\dashboard.php:89: 'link' => apply_filters( 'dashboard_primary_link', __( 'http://wordpress.org/news/' ) ),
.\wp-admin\includes\dashboard.php:90: 'url' => apply_filters( 'dashboard_primary_feed', __( 'http://wordpress.org/news/feed/' ) ),
.\wp-admin\includes\dashboard.php:91: 'title' => apply_filters( 'dashboard_primary_title', __( 'WordPress Blog' ) ),
.\wp-admin\includes\dashboard.php:104: 'link' => apply_filters( 'dashboard_secondary_link', __( 'http://planet.wordpress.org/' ) ),
.\wp-admin\includes\dashboard.php:105: 'url' => apply_filters( 'dashboard_secondary_feed', __( 'http://planet.wordpress.org/feed/' ) ),
.\wp-admin\includes\dashboard.php:106: 'title' => apply_filters( 'dashboard_secondary_title', __( 'Other WordPress News' ) ),
.\wp-admin\includes\dashboard.php:119: $dashboard_widgets = apply_filters( 'wp_network_dashboard_widgets', array() );
.\wp-admin\includes\dashboard.php:122: $dashboard_widgets = apply_filters( 'wp_user_dashboard_widgets', array() );
.\wp-admin\includes\dashboard.php:125: $dashboard_widgets = apply_filters( 'wp_dashboard_widgets', array() );
.\wp-admin\includes\dashboard.php:397: $title = apply_filters('privacy_on_link_title', __('Your site is asking search engines not to index its content') );
.\wp-admin\includes\dashboard.php:398: $content = apply_filters('privacy_on_link_text', __('Search Engines Blocked') );
.\wp-admin\includes\dashboard.php:670: $actions = apply_filters( 'comment_row_actions', array_filter($actions), $comment );
.\wp-admin\includes\dashboard.php:1166: echo apply_filters( 'browse-happy-notice', $notice, $response );
.\wp-admin\includes\deprecated.php:237: return apply_filters('get_editable_authors', $authors);
.\wp-admin\includes\deprecated.php:660: return apply_filters('get_others_drafts', $other_unpubs);
.\wp-admin\includes\export.php:370: <title><?php echo apply_filters( 'the_title_rss', $post->post_title ); ?></title>
.\wp-admin\includes\export.php:376: <content:encoded><?php echo wxr_cdata( apply_filters( 'the_content_export', $post->post_content ) ); ?></content:encoded>
.\wp-admin\includes\export.php:377: <excerpt:encoded><?php echo wxr_cdata( apply_filters( 'the_excerpt_export', $post->post_excerpt ) ); ?></excerpt:encoded>
.\wp-admin\includes\export.php:396: if ( apply_filters( 'wxr_export_skip_postmeta', false, $meta->meta_key, $meta ) )
.\wp-admin\includes\file.php:238: $file = apply_filters( 'wp_handle_upload_prefilter', $file );
.\wp-admin\includes\file.php:342: return apply_filters( 'wp_handle_upload', array( 'file' => $new_file, 'url' => $url, 'type' => $type ), 'upload' );
.\wp-admin\includes\file.php:462: $return = apply_filters( 'wp_handle_upload', array( 'file' => $new_file, 'url' => $url, 'type' => $type ), 'sideload' );
.\wp-admin\includes\file.php:521: @ini_set( 'memory_limit', apply_filters( 'admin_memory_limit', WP_MAX_MEMORY_LIMIT ) );
.\wp-admin\includes\file.php:544: if ( class_exists('ZipArchive') && apply_filters('unzip_file_use_ziparchive', true ) ) {
.\wp-admin\includes\file.php:796: $abstraction_file = apply_filters('filesystem_method_file', ABSPATH . 'wp-admin/includes/class-wp-filesystem-' . $method . '.php', $method);
.\wp-admin\includes\file.php:863: return apply_filters('filesystem_method', $method, $args);
.\wp-admin\includes\file.php:884: $req_cred = apply_filters( 'request_filesystem_credentials', '', $form_post, $type, $error, $context, $extra_fields );
.\wp-admin\includes\file.php:962: $types = apply_filters('fs_ftp_connection_types', $types, $credentials, $type, $error, $context);
.\wp-admin\includes\image-edit.php:201: $image = apply_filters('image_save_pre', $image, $post_id);
.\wp-admin\includes\image-edit.php:219: $image = apply_filters('image_save_pre', $image, $post_id);
.\wp-admin\includes\image-edit.php:220: $saved = apply_filters('wp_save_image_file', null, $filename, $image, $mime_type, $post_id);
.\wp-admin\includes\image-edit.php:226: return imagejpeg( $image, $filename, apply_filters( 'jpeg_quality', 90, 'edit_image' ) );
.\wp-admin\includes\image-edit.php:329: $img = apply_filters('image_edit_before_change', $img, $changes);
.\wp-admin\includes\image-edit.php:354: @ini_set( 'memory_limit', apply_filters( 'admin_memory_limit', WP_MAX_MEMORY_LIMIT ) );
.\wp-admin\includes\image-edit.php:403: $delpath = apply_filters('wp_delete_file', $file);
.\wp-admin\includes\image-edit.php:428: $delpath = apply_filters( 'wp_delete_file', path_join($parts['dirname'], $meta['sizes'][$default_size]['file']) );
.\wp-admin\includes\image-edit.php:459: @ini_set( 'memory_limit', apply_filters( 'admin_memory_limit', WP_MAX_MEMORY_LIMIT ) );
.\wp-admin\includes\image-edit.php:619: $delpath = apply_filters('wp_delete_file', $new_path);
.\wp-admin\includes\image.php:27: return apply_filters( 'wp_create_thumbnail', $thumbpath );
.\wp-admin\includes\image.php:97: elseif ( imagejpeg( $dst, $dst_file, apply_filters( 'jpeg_quality', 90, 'wp_crop_image' ) ) )
.\wp-admin\includes\image.php:145: $sizes = apply_filters( 'intermediate_image_sizes_advanced', $sizes );
.\wp-admin\includes\image.php:160: return apply_filters( 'wp_generate_attachment_metadata', $metadata, $attachment_id );
.\wp-admin\includes\image.php:288: if ( is_callable( 'exif_read_data' ) && in_array( $sourceImageType, apply_filters( 'wp_read_image_metadata_types', array( IMAGETYPE_JPEG, IMAGETYPE_TIFF_II, IMAGETYPE_TIFF_MM ) ) ) ) {
.\wp-admin\includes\image.php:330: return apply_filters( 'wp_read_image_metadata', $meta, $file, $sourceImageType );
.\wp-admin\includes\image.php:365: return apply_filters('file_is_displayable_image', $result, $path);
.\wp-admin\includes\image.php:398: $image = apply_filters('load_image_to_edit', $image, $attachment_id, $size);
.\wp-admin\includes\image.php:425: $filepath = apply_filters( 'load_image_to_edit_filesystempath', path_join( dirname( $filepath ), $data['file'] ), $attachment_id, $size );
.\wp-admin\includes\image.php:428: $filepath = apply_filters( 'load_image_to_edit_attachmenturl', wp_get_attachment_url( $attachment_id ), $attachment_id, $size );
.\wp-admin\includes\image.php:431: return apply_filters( 'load_image_to_edit_path', $filepath, $attachment_id, $size );
.\wp-admin\includes\media.php:24: return apply_filters('media_upload_tabs', $_default_tabs);
.\wp-admin\includes\media.php:76: $current = apply_filters('media_upload_default_tab', $default);
.\wp-admin\includes\media.php:115: $html = apply_filters( 'image_send_to_editor', $html, $id, $caption, $title, $align, $url, $size, $alt );
.\wp-admin\includes\media.php:136: if ( empty($caption) || apply_filters( 'disable_captions', '' ) )
.\wp-admin\includes\media.php:157: return apply_filters( 'image_add_caption_shortcode', $shcode, $html );
.\wp-admin\includes\media.php:381: $context = apply_filters('media_buttons_context', __('Upload/Insert %s'));
.\wp-admin\includes\media.php:407: $upload_iframe_src = apply_filters($type . '_upload_iframe_src', $upload_iframe_src);
.\wp-admin\includes\media.php:450: $post = apply_filters('attachment_fields_to_save', $post, $attachment);
.\wp-admin\includes\media.php:497: $html = apply_filters('media_send_to_editor', $html, $send_id, $attachment);
.\wp-admin\includes\media.php:544: $html = apply_filters( $type . '_send_to_editor_url', $html, esc_url_raw( $src ), $title );
.\wp-admin\includes\media.php:555: $html = apply_filters( 'image_send_to_editor_url', $html, esc_url_raw( $src ), $alt, $align );
.\wp-admin\includes\media.php:715: $size_names = apply_filters( 'image_size_names_choose', array('thumbnail' => __('Thumbnail'), 'medium' => __('Medium'), 'large' => __('Large'), 'full' => __('Full Size')) );
.\wp-admin\includes\media.php:992: $form_fields = apply_filters('attachment_fields_to_edit', $form_fields, $post);
.\wp-admin\includes\media.php:1057: $args = apply_filters( 'get_media_item_args', $args );
.\wp-admin\includes\media.php:1111: $media_dims = apply_filters( 'media_meta', $media_dims, $post );
.\wp-admin\includes\media.php:1341: $post_params = apply_filters( 'upload_post_params', $post_params ); // hook change! old name: 'swfupload_post_params'
.\wp-admin\includes\media.php:1360: $plupload_init = apply_filters( 'plupload_init', $plupload_init );
.\wp-admin\includes\media.php:1427: $form_action_url = apply_filters('media_upload_form_url', $form_action_url, $type);
.\wp-admin\includes\media.php:1492: $form_action_url = apply_filters('media_upload_form_url', $form_action_url, $type);
.\wp-admin\includes\media.php:1527: <?php if ( ! apply_filters( 'disable_captions', '' ) ) { ?>
.\wp-admin\includes\media.php:1604: <?php echo apply_filters( 'type_url_form_media', wp_media_insert_url_form( $type ) ); ?>
.\wp-admin\includes\media.php:1626: $form_action_url = apply_filters('media_upload_form_url', $form_action_url, $type);
.\wp-admin\includes\media.php:1772: $form_action_url = apply_filters('media_upload_form_url', $form_action_url, $type);
.\wp-admin\includes\media.php:1835: echo implode(' | </li>', apply_filters( 'media_upload_mime_type_links', $type_links ) ) . '</li>';
.\wp-admin\includes\media.php:1932: if ( !apply_filters( 'disable_captions', '' ) ) {
.\wp-admin\includes\menu.php:180: return apply_filters( 'add_menu_classes', $menu );
.\wp-admin\includes\menu.php:185: if ( apply_filters('custom_menu_order', false) ) {
.\wp-admin\includes\menu.php:192: $menu_order = apply_filters('menu_order', $menu_order);
.\wp-admin\includes\meta-boxes.php:47: $preview_link = esc_url( apply_filters( 'preview_post_link', add_query_arg( 'preview', 'true', $preview_link ) ) );
.\wp-admin\includes\meta-boxes.php:510: <label class="screen-reader-text" for="post_name"><?php _e('Slug') ?></label><input name="post_name" type="text" size="13" id="post_name" value="<?php echo esc_attr( apply_filters('editable_slug', $post->post_name) ); ?>" />
.\wp-admin\includes\meta-boxes.php:567: $dropdown_args = apply_filters( 'page_attributes_dropdown_pages_args', $dropdown_args, $post );
.\wp-admin\includes\misc.php:18: return apply_filters('got_rewrite', $got_rewrite);
.\wp-admin\includes\misc.php:300: $ignore_functions = apply_filters( 'documentation_ignore_functions', $ignore_functions );
.\wp-admin\includes\misc.php:360: $value = apply_filters('set-screen-option', false, $option, $value);
.\wp-admin\includes\ms.php:86: $drop_tables = apply_filters( 'wpmu_drop_tables', $wpdb->tables( 'blog' ) );
.\wp-admin\includes\ms.php:94: $dir = apply_filters( 'wpmu_delete_blog_upload_dir', WP_CONTENT_DIR . "/blogs.dir/{$blog_id}/files/", $blog_id );
.\wp-admin\includes\ms.php:189: $content = apply_filters( 'new_admin_email_content', __( "Dear user,
.\wp-admin\includes\ms.php:243: $content = apply_filters( 'new_user_email_content', __( "Dear user,
.\wp-admin\includes\ms.php:434: $lang_codes = apply_filters( 'lang_codes', $lang_codes, $code );
.\wp-admin\includes\ms.php:522: $output = apply_filters( 'mu_dropdown_languages', $output, $lang_files, $current );
.\wp-admin\includes\ms.php:618: <a href="<?php echo apply_filters( 'wp_signup_location', network_home_url( 'wp-signup.php' ) ); ?>"><?php _e( 'Create a New Site' ); ?></a>
.\wp-admin\includes\ms.php:709: return apply_filters( 'can_edit_network', $result, $site_id );
.\wp-admin\includes\ms.php:742: return apply_filters( 'wp_is_large_network', $count > 10000, 'users', $count );
.\wp-admin\includes\ms.php:746: return apply_filters( 'wp_is_large_network', $count > 10000, 'sites', $count );
.\wp-admin\includes\nav-menu.php:444: $post_type = apply_filters( 'nav_menu_meta_box_object', $post_type );
.\wp-admin\includes\nav-menu.php:464: $tax = apply_filters( 'nav_menu_meta_box_object', $tax );
.\wp-admin\includes\nav-menu.php:750: $posts = apply_filters( 'nav_menu_items_'.$post_type_name, $posts, $args, $post_type );
.\wp-admin\includes\nav-menu.php:1095: $walker_class_name = apply_filters( 'wp_edit_nav_menu_walker', 'Walker_Nav_Menu_Edit', $menu_id );
.\wp-admin\includes\plugin-install.php:40: $args = apply_filters('plugins_api_args', $args, $action);
.\wp-admin\includes\plugin-install.php:41: $res = apply_filters('plugins_api', false, $action, $args);
.\wp-admin\includes\plugin-install.php:56: return apply_filters('plugins_api_result', $res, $action, $args);
.\wp-admin\includes\post.php:444: $post->post_content = apply_filters( 'default_content', $post_content, $post );
.\wp-admin\includes\post.php:445: $post->post_title = apply_filters( 'default_title', $post_title, $post );
.\wp-admin\includes\post.php:446: $post->post_excerpt = apply_filters( 'default_excerpt', $post_excerpt, $post );
.\wp-admin\includes\post.php:874: $posts_per_page = apply_filters( $per_page, $posts_per_page );
.\wp-admin\includes\post.php:875: $posts_per_page = apply_filters( 'edit_posts_per_page', $posts_per_page, $post_type );
.\wp-admin\includes\post.php:909: return apply_filters('post_mime_types', $post_mime_types);
.\wp-admin\includes\post.php:951: $q['posts_per_page'] = apply_filters( 'upload_per_page', $media_per_page );
.\wp-admin\includes\post.php:998: $classes = apply_filters( "postbox_classes_{$page}_{$id}", $classes );
.\wp-admin\includes\post.php:1050: $uri = apply_filters( 'editable_slug', $uri );
.\wp-admin\includes\post.php:1056: $permalink = array($permalink, apply_filters('editable_slug', $post->post_name));
.\wp-admin\includes\post.php:1098: $return = apply_filters('get_sample_permalink_html', $return, $id, $new_title, $new_slug);
.\wp-admin\includes\post.php:1128: $return = apply_filters('get_sample_permalink_html', $return, $id, $new_title, $new_slug);
.\wp-admin\includes\post.php:1167: return apply_filters( 'admin_post_thumbnail_html', $content );
.\wp-admin\includes\post.php:1189: $time_window = apply_filters( 'wp_check_post_lock_window', AUTOSAVE_INTERVAL * 2 );
.\wp-admin\includes\screen.php:24: $column_headers[ $screen->id ] = apply_filters( 'manage_' . $screen->id . '_columns', array() );
.\wp-admin\includes\screen.php:104: $hidden = apply_filters( 'default_hidden_meta_boxes', $hidden, $screen );
.\wp-admin\includes\screen.php:107: return apply_filters( 'hidden_meta_boxes', $hidden, $screen, $use_defaults );
.\wp-admin\includes\screen.php:717: self::$_old_compat_help = apply_filters( 'contextual_help_list', self::$_old_compat_help, $this );
.\wp-admin\includes\screen.php:720: $old_help = apply_filters( 'contextual_help', $old_help, $this->id, $this );
.\wp-admin\includes\screen.php:724: $default_help = apply_filters( 'default_contextual_help', '' );
.\wp-admin\includes\screen.php:805: $columns = apply_filters( 'screen_layout_columns', array(), $this->id, $this );
.\wp-admin\includes\screen.php:852: $this->_screen_settings = apply_filters( 'screen_settings', '', $this );
.\wp-admin\includes\screen.php:863: $this->_show_screen_options = apply_filters( 'screen_options_show_screen', $show_screen, $this );
.\wp-admin\includes\screen.php:999: $per_page = apply_filters( 'comments_per_page', $per_page, $comment_status );
.\wp-admin\includes\screen.php:1001: $per_page = apply_filters( 'edit_categories_per_page', $per_page );
.\wp-admin\includes\screen.php:1003: $per_page = apply_filters( $option, $per_page );
.\wp-admin\includes\screen.php:1008: $per_page = apply_filters( 'edit_posts_per_page', $per_page, $this->post_type );
.\wp-admin\includes\taxonomy.php:234: $tags_to_edit = apply_filters( 'terms_to_edit', $tags_to_edit, $taxonomy );
.\wp-admin\includes\template.php:48: $output .= "\n<li id='{$taxonomy}-{$category->term_id}'$class>" . '<label class="selectit"><input value="' . $category->term_id . '" type="checkbox" name="'.$name.'[]" id="in-'.$taxonomy.'-' . $category->term_id . '"' . checked( in_array( $category->term_id, $selected_cats ), true, false ) . disabled( empty( $args['disabled'] ), false, false ) . ' /> ' . esc_html( apply_filters('the_category', $category->name )) . '</label>';
.\wp-admin\includes\template.php:99: $args = apply_filters( 'wp_terms_checklist_args', $args, $post_id );
.\wp-admin\includes\template.php:196: <?php echo esc_html( apply_filters( 'the_category', $term->name ) ); ?>
.\wp-admin\includes\template.php:231: $name = esc_html( apply_filters( 'the_category', $category->name ) );
.\wp-admin\includes\template.php:255: <div class="post_name">' . apply_filters('editable_slug', $post->post_name) . '</div>
.\wp-admin\includes\template.php:310: $content = apply_filters( 'wp_comment_reply', '', array('position' => $position, 'checkbox' => $checkbox, 'mode' => $mode) );
.\wp-admin\includes\template.php:513: $limit = (int) apply_filters( 'postmeta_form_limit', 30 );
.\wp-admin\includes\template.php:818: $bytes = apply_filters( 'upload_size_limit', min($u_bytes, $p_bytes), $u_bytes, $p_bytes );
.\wp-admin\includes\template.php:830: $bytes = apply_filters( 'import_upload_size_limit', wp_max_upload_size() );
.\wp-admin\includes\template.php:1433: <body<?php if ( isset($GLOBALS['body_id']) ) echo ' id="' . $GLOBALS['body_id'] . '"'; ?> class="wp-admin no-js iframe <?php echo apply_filters( 'admin_body_class', '' ) . ' ' . $admin_body_class; ?>">
.\wp-admin\includes\template.php:1484: $post_states = apply_filters( 'display_post_states', $post_states );
.\wp-admin\includes\template.php:1517: $media_states = apply_filters( 'display_media_states', $media_states );
.\wp-admin\includes\theme.php:280: $args = apply_filters('themes_api_args', $args, $action); //NOTE: Ensure that an object is returned via this filter.
.\wp-admin\includes\theme.php:281: $res = apply_filters('themes_api', false, $action, $args); //NOTE: Allows a theme to completely override the builtin WordPress.org API.
.\wp-admin\includes\theme.php:294: return apply_filters('themes_api_result', $res, $action, $args);
.\wp-admin\includes\update-core.php:498: apply_filters('update_feedback', __('Verifying the unpacked files&#8230;'));
.\wp-admin\includes\update-core.php:512: apply_filters('update_feedback', __('Installing the latest version&#8230;'));
.\wp-admin\includes\update-core.php:595: apply_filters('update_feedback', __('Upgrading database&#8230;'));
.\wp-admin\includes\upgrade.php:1506: $queries = apply_filters( 'dbdelta_queries', $queries );
.\wp-admin\includes\upgrade.php:1527: $cqueries = apply_filters( 'dbdelta_create_queries', $cqueries );
.\wp-admin\includes\upgrade.php:1528: $iqueries = apply_filters( 'dbdelta_insert_queries', $iqueries );
.\wp-admin\includes\user.php:186: $editable_roles = apply_filters('editable_roles', $all_roles);
.\wp-admin\includes\user.php:218: $query = apply_filters('get_users_drafts', $query);
.\wp-admin\includes\user.php:255: $post_types_to_delete = apply_filters( 'post_types_to_delete_with_user', $post_types_to_delete, $id );
.\wp-admin\maint\repair.php:39: $tables = array_merge( $tables, (array) apply_filters( 'tables_to_repair', array() ) ); // Return tables with table prefixes.
.\wp-admin\network\admin.php:19: $redirect_network_admin_request = apply_filters( 'redirect_network_admin_request', $redirect_network_admin_request );
.\wp-admin\network\settings.php:322: $menu_items = apply_filters( 'mu_menu_items', array( 'plugins' => __( 'Plugins' ) ) );
.\wp-admin\network\site-new.php:48: $subdirectory_reserved_names = apply_filters( 'subdirectory_reserved_names', array( 'page', 'comments', 'blog', 'files', 'feed' ) );
.\wp-admin\network\site-users.php:174: if ( ! wp_is_large_network( 'users' ) && apply_filters( 'show_network_site_users_add_existing_form', true ) )
.\wp-admin\network\site-users.php:256: <?php if ( current_user_can( 'promote_users' ) && apply_filters( 'show_network_site_users_add_existing_form', true ) ) : ?>
.\wp-admin\network\site-users.php:258: <?php if ( current_user_can( 'create_users' ) && apply_filters( 'show_network_site_users_add_new_form', true ) ) : ?>
.\wp-admin\network\site-users.php:291: <?php if ( current_user_can( 'create_users' ) && apply_filters( 'show_network_site_users_add_new_form', true ) ) : ?>
.\wp-admin\network\sites.php:276: $msg = apply_filters( 'network_sites_updated_message_' . $_REQUEST['action'] , __( 'Settings saved.' ) );
.\wp-admin\user\admin.php:20: $redirect_user_admin_request = apply_filters( 'redirect_user_admin_request', $redirect_user_admin_request );
.\wp-content\plugins\akismet\admin.php:392: if ( apply_filters( 'akismet_show_user_comments_approved', get_option('akismet_show_user_comments_approved') ) == 'true' ) {
.\wp-content\plugins\akismet\akismet.php:144: $akismet_ua = apply_filters( 'akismet_ua', $akismet_ua );
.\wp-content\plugins\akismet\akismet.php:201: if ( $incr = apply_filters('akismet_spam_count_incr', 1) )
.\wp-content\plugins\akismet\akismet.php:333: $akismet_nonce_option = apply_filters( 'akismet_comment_nonce', get_option( 'akismet_comment_nonce' ) );
.\wp-content\plugins\akismet\akismet.php:387: if ( $incr = apply_filters('akismet_spam_count_incr', 1) )
.\wp-content\plugins\akismet\akismet.php:434: if ( apply_filters('akismet_optimize_table', ($n == 11)) ) // lucky number
.\wp-content\plugins\akismet\akismet.php:443: $interval = apply_filters( 'akismet_delete_commentmeta_interval', 15 );
.\wp-content\plugins\akismet\akismet.php:467: if ( apply_filters( 'akismet_optimize_table', ( $n == 11 ), 'commentmeta' ) ) { // lucky number
.\wp-content\plugins\akismet\akismet.php:581: $akismet_comment_nonce_option = apply_filters( 'akismet_comment_nonce', get_option( 'akismet_comment_nonce' ) );
.\wp-content\themes\p2\functions.php:110: $class = apply_filters( "p2_add_component_$component", $class );
.\wp-content\themes\p2\functions.php:185: $args = apply_filters( 'p2_custom_background_args', array( 'default-color' => 'f1f1f1' ) );
.\wp-content\themes\p2\functions.php:299: $t = apply_filters( 'the_title', $temp->post_title );
.\wp-content\themes\p2\functions.php:388: echo apply_filters( 'comment_text', $comment->comment_content, $comment );
.\wp-content\themes\p2\functions.php:416: return apply_filters( 'tags_with_count', $before . join( $sep, $tag_links ) . $after, $post );
.\wp-content\themes\p2\functions.php:591: return apply_filters( 'comment_reply_link', $before . $link . $after, $args, $comment, $post);
.\wp-content\themes\p2\functions.php:612: return apply_filters( 'prologue_poweredby_link', sprintf( '<a href="%1$s" rel="generator">%2$s</a>', esc_url( __('http://wordpress.org/', 'p2') ), sprintf( __('Proudly powered by %s.', 'p2'), 'WordPress' ) ) );
.\wp-content\themes\p2\functions.php:667: return apply_filters( 'p2_get_supported_post_formats', $post_formats );
.\wp-content\themes\p2\functions.php:685: $output = (bool) apply_filters( 'p2_is_iphone', $output );
.\wp-content\themes\p2\inc\ajax.php:54: $post->post_content = apply_filters( 'the_editor_content', $post->post_content );
.\wp-content\themes\p2\inc\ajax.php:105: echo apply_filters( 'p2_get_comment_content', $comment->comment_content, $comment_id );
.\wp-content\themes\p2\inc\ajax.php:155: $content = apply_filters( 'p2_get_quote_content', $post->post_content );
.\wp-content\themes\p2\inc\ajax.php:157: $content = apply_filters( 'the_content', $post->post_content );
.\wp-content\themes\p2\inc\ajax.php:188: echo apply_filters( 'comment_text', $comment->comment_content, $comment );
.\wp-content\themes\p2\inc\ajax.php:226: $accepted_post_formats = apply_filters( 'p2_accepted_post_cats', p2_get_supported_post_formats() ); // Keep 'p2_accepted_post_cats' filter for back compat (since P2 1.3.4)
.\wp-content\themes\p2\inc\custom-header.php:33: $args = apply_filters( 'p2_custom_header_args', $args );
.\wp-content\themes\p2\inc\mentions.php:38: $taxonomy_args = apply_filters( 'p2_mentions_taxonomy_args', array(
.\wp-content\themes\p2\inc\mentions.php:81: return apply_filters( 'p2_found_mentions', $matches[1], $matches[1], $content );
.\wp-content\themes\p2\inc\mentions.php:118: $replacement = apply_filters( 'p2_mention_link', $replacement, $name );
.\wp-content\themes\p2\inc\mentions.php:153: return apply_filters( 'p2_user_suggestion', $js_users );
.\wp-content\themes\p2\inc\template-tags.php:58: return apply_filters( 'p2_get_user_display_name', isset( $current_user->first_name ) && $current_user->first_name ? $current_user->first_name : $current_user->display_name );
.\wp-content\themes\p2\inc\template-tags.php:109: return apply_filters( 'p2_get_quote_content', get_the_content( __( '(More ...)' , 'p2' ) ) );
.\wp-content\themes\p2\inc\template-tags.php:166: return apply_filters( 'p2_get_the_category', $slug );
.\wp-content\themes\p2\inc\template-tags.php:175: return apply_filters( 'p2_get_user_prompt', sprintf ( __( 'Hi, %s. %s', 'p2' ), esc_html( p2_get_user_display_name() ), ( $prompt != '' ) ? stripslashes( $prompt ) : __( 'Whatcha up to?', 'p2' ) ) );
.\wp-content\themes\p2\inc\template-tags.php:183: return apply_filters( 'p2_get_page_number', $paged );
.\wp-content\themes\p2\inc\template-tags.php:219: return apply_filters( 'p2_get_archive_author', $author );
.\wp-content\themes\p2\inc\template-tags.php:230: return apply_filters( 'p2_get_author_feed_link', get_author_feed_link( $author_id ) );
.\wp-content\themes\p2\inc\utils.php:14: $value = apply_filters( $filter, $value );
.\wp-content\themes\twentyeleven\author.php:46: <?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyeleven_author_bio_avatar_size', 60 ) ); ?>
.\wp-content\themes\twentyeleven\category.php:25: echo apply_filters( 'category_archive_meta', '<div class="category-archive-meta">' . $category_description . '</div>' );
.\wp-content\themes\twentyeleven\content-single.php:57: <?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyeleven_author_bio_avatar_size', 68 ) ); ?>
.\wp-content\themes\twentyeleven\content-status.php:32: <div class="avatar"><?php echo get_avatar( get_the_author_meta( 'ID' ), apply_filters( 'twentyeleven_status_avatar', '65' ) ); ?></div>
.\wp-content\themes\twentyeleven\functions.php:121: 'width' => apply_filters( 'twentyeleven_header_image_width', 1000 ),
.\wp-content\themes\twentyeleven\functions.php:122: 'height' => apply_filters( 'twentyeleven_header_image_height', 288 ),
.\wp-content\themes\twentyeleven\image.php:75: $attachment_size = apply_filters( 'twentyeleven_attachment_size', 848 );
.\wp-content\themes\twentyeleven\tag.php:25: echo apply_filters( 'tag_archive_meta', '<div class="tag-archive-meta">' . $tag_description . '</div>' );
.\wp-content\themes\twentyeleven\inc\theme-options.php:161: return apply_filters( 'twentyeleven_color_schemes', $color_scheme_options );
.\wp-content\themes\twentyeleven\inc\theme-options.php:188: return apply_filters( 'twentyeleven_layouts', $layout_options );
.\wp-content\themes\twentyeleven\inc\theme-options.php:206: return apply_filters( 'twentyeleven_default_theme_options', $default_theme_options );
.\wp-content\themes\twentyeleven\inc\theme-options.php:352: return apply_filters( 'twentyeleven_theme_options_validate', $output, $input, $defaults );
.\wp-content\themes\twentyeleven\inc\theme-options.php:440: $classes = apply_filters( 'twentyeleven_layout_classes', $classes, $current_layout );
.\wp-content\themes\twentyeleven\inc\widgets.php:52: $title = apply_filters( 'widget_title', empty( $instance['title'] ) ? __( 'Ephemera', 'twentyeleven' ) : $instance['title'], $instance, $this->id_base);
.\wp-content\themes\twentyten\author.php:34: <?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyten_author_bio_avatar_size', 60 ) ); ?>
.\wp-content\themes\twentyten\functions.php:109: 'width' => apply_filters( 'twentyten_header_image_width', 940 ),
.\wp-content\themes\twentyten\functions.php:110: 'height' => apply_filters( 'twentyten_header_image_height', 198 ),
.\wp-content\themes\twentyten\loop-attachment.php:89: $attachment_width = apply_filters( 'twentyten_attachment_size', 900 );
.\wp-content\themes\twentyten\loop-attachment.php:90: $attachment_height = apply_filters( 'twentyten_attachment_height', 900 );
.\wp-content\themes\twentyten\loop-single.php:40: <?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentyten_author_bio_avatar_size', 60 ) ); ?>
.\wp-includes\admin-bar.php:28: $admin_bar_class = apply_filters( 'wp_admin_bar_class', 'WP_Admin_Bar' );
.\wp-includes\admin-bar.php:741: $show_admin_bar = apply_filters( 'show_admin_bar', $show_admin_bar );
.\wp-includes\author-template.php:29: return apply_filters('the_author', is_object($authordata) ? $authordata->display_name : null);
.\wp-includes\author-template.php:75: return apply_filters('the_modified_author', $last_user->display_name);
.\wp-includes\author-template.php:112: return apply_filters( 'get_the_author_' . $field, $value, $user_id );
.\wp-includes\author-template.php:124: echo apply_filters('the_author_' . $field, get_the_author_meta($field, $user_id), $user_id);
.\wp-includes\author-template.php:209: echo apply_filters( 'the_author_posts_link', $link );
.\wp-includes\author-template.php:237: $link = apply_filters('author_link', $link, $author_id, $author_nicename);
.\wp-includes\author-template.php:383: return apply_filters( 'is_multi_author', (bool) $is_multi_author );
.\wp-includes\bookmark-template.php:228: $catname = apply_filters( "link_category", $cat->name );
.\wp-includes\bookmark-template.php:249: $output = apply_filters( 'wp_list_bookmarks', $output );
.\wp-includes\bookmark.php:134: return apply_filters('get_bookmarks', $cache[ $key ], $r );
.\wp-includes\bookmark.php:179: return apply_filters( 'get_bookmarks', array(), $r );
.\wp-includes\bookmark.php:261: return apply_filters('get_bookmarks', $results, $r);
.\wp-includes\bookmark.php:350: $value = apply_filters("edit_$field", $value, $bookmark_id);
.\wp-includes\bookmark.php:358: $value = apply_filters("pre_$field", $value);
.\wp-includes\bookmark.php:361: $value = apply_filters($field, $value, $bookmark_id, $context);
.\wp-includes\canonical.php:283: $redirect_url = apply_filters( 'wp_signup_location', site_url( 'wp-signup.php' ) );
.\wp-includes\canonical.php:420: $redirect_url = apply_filters('redirect_canonical', $redirect_url, $requested_url);
.\wp-includes\capabilities.php:343: $capabilities = apply_filters( 'role_has_cap', $this->capabilities, $cap, $this->name );
.\wp-includes\capabilities.php:882: $capabilities = apply_filters( 'user_has_cap', $this->allcaps, $caps, $args );
.\wp-includes\capabilities.php:1109: $allowed = apply_filters( "auth_post_meta_{$meta_key}", false, $meta_key, $post->ID, $user_id, $cap, $caps );
.\wp-includes\capabilities.php:1191: return apply_filters('map_meta_cap', $caps, $cap, $user_id, $args);
.\wp-includes\category-template.php:86: return apply_filters( 'get_the_categories', $categories );
.\wp-includes\category-template.php:157: return apply_filters( 'the_category', '', $separator, $parents );
.\wp-includes\category-template.php:161: return apply_filters( 'the_category', __( 'Uncategorized' ), $separator, $parents );
.\wp-includes\category-template.php:212: return apply_filters( 'the_category', $thelist, $separator, $parents );
.\wp-includes\category-template.php:344: $show_option_none = apply_filters( 'list_cats', $show_option_none );
.\wp-includes\category-template.php:351: $show_option_all = apply_filters( 'list_cats', $show_option_all );
.\wp-includes\category-template.php:357: $show_option_none = apply_filters( 'list_cats', $show_option_none );
.\wp-includes\category-template.php:373: $output = apply_filters( 'wp_dropdown_cats', $output );
.\wp-includes\category-template.php:485: $output = apply_filters( 'wp_list_categories', $output, $args );
.\wp-includes\category-template.php:548: $return = apply_filters( 'wp_tag_cloud', $return, $args );
.\wp-includes\category-template.php:628: $tags_sorted = apply_filters( 'tag_cloud_sort', $tags, $args );
.\wp-includes\category-template.php:694: return apply_filters( 'wp_generate_tag_cloud', $return, $tags, $args );
.\wp-includes\category-template.php:827: $cat_name = apply_filters( 'list_cats', $cat_name, $category );
.\wp-includes\category-template.php:832: $link .= 'title="' . esc_attr( strip_tags( apply_filters( 'category_description', $category->description, $category ) ) ) . '"';
.\wp-includes\category-template.php:939: $cat_name = apply_filters('list_cats', $category->name, $category);
.\wp-includes\category-template.php:986: return apply_filters( 'get_the_tags', get_the_terms( $id, 'post_tag' ) );
.\wp-includes\category-template.php:1002: return apply_filters( 'the_tags', get_the_term_list( $id, 'post_tag', $before, $sep, $after ), $before, $sep, $after, $id );
.\wp-includes\category-template.php:1079: $terms = apply_filters( 'get_the_terms', $terms, $id, $taxonomy );
.\wp-includes\category-template.php:1115: $term_links = apply_filters( "term_links-$taxonomy", $term_links );
.\wp-includes\category-template.php:1138: echo apply_filters('the_terms', $term_list, $taxonomy, $before, $sep, $after);
.\wp-includes\category.php:43: $taxonomy = apply_filters( 'get_categories_taxonomy', $args['taxonomy'], $args );
.\wp-includes\category.php:260: $tags = apply_filters( 'get_tags', $tags, $args );
.\wp-includes\class-feed.php:26: $this->lifetime = apply_filters('wp_feed_cache_transient_lifetime', $this->lifetime, $filename);
.\wp-includes\class-http.php:86: 'timeout' => apply_filters( 'http_request_timeout', 5),
.\wp-includes\class-http.php:87: 'redirection' => apply_filters( 'http_request_redirection_count', 5),
.\wp-includes\class-http.php:88: 'httpversion' => apply_filters( 'http_request_version', '1.0'),
.\wp-includes\class-http.php:89: 'user-agent' => apply_filters( 'http_headers_useragent', 'WordPress/' . $wp_version . '; ' . get_bloginfo( 'url' ) ),
.\wp-includes\class-http.php:109: $r = apply_filters( 'http_request_args', $r, $url );
.\wp-includes\class-http.php:115: $pre = apply_filters( 'pre_http_request', false, $r, $url );
.\wp-includes\class-http.php:261: return apply_filters( 'http_response', $response, $args, $url );
.\wp-includes\class-http.php:514: return apply_filters('block_local_requests', false);
.\wp-includes\class-http.php:817: return apply_filters( 'use_fsockopen_transport', true, $args );
.\wp-includes\class-http.php:884: $ssl_verify = apply_filters('https_local_ssl_verify', $ssl_verify);
.\wp-includes\class-http.php:886: $ssl_verify = apply_filters('https_ssl_verify', $ssl_verify);
.\wp-includes\class-http.php:1000: return apply_filters( 'use_streams_transport', true, $args );
.\wp-includes\class-http.php:1075: $ssl_verify = apply_filters('https_local_ssl_verify', $ssl_verify);
.\wp-includes\class-http.php:1077: $ssl_verify = apply_filters('https_ssl_verify', $ssl_verify);
.\wp-includes\class-http.php:1229: return apply_filters( 'use_curl_transport', true, $args );
.\wp-includes\class-http.php:1592: return $this->name . '=' . apply_filters( 'wp_http_cookie_value', $this->value, $this->name );
.\wp-includes\class-oembed.php:32: $this->providers = apply_filters( 'oembed_providers', array(
.\wp-includes\class-oembed.php:93: return apply_filters( 'oembed_result', $this->data2html( $data, $url ), $url, $args );
.\wp-includes\class-oembed.php:109: $linktypes = apply_filters( 'oembed_linktypes', array(
.\wp-includes\class-oembed.php:262: return apply_filters( 'oembed_dataparse', $return, $data, $url );
.\wp-includes\class-wp-customize-setting.php:146: return apply_filters( "customize_sanitize_{$this->id}", $value, $this );
.\wp-includes\class-wp-customize-setting.php:226: return apply_filters( 'customize_value_' . $this->id_data[ 'base' ], $this->default );
.\wp-includes\class-wp-customize-setting.php:246: $value = apply_filters( "customize_sanitize_js_{$this->id}", $this->value(), $this );
.\wp-includes\class-wp-editor.php:117: $the_editor = apply_filters('the_editor', '<div id="wp-' . $editor_id . '-editor-container" class="wp-editor-container"><textarea' . $editor_class . $rows . $tabindex . ' cols="40" name="' . $set['textarea_name'] . '" id="' . $editor_id . '">%s</textarea></div>');
.\wp-includes\class-wp-editor.php:118: $content = apply_filters('the_editor_content', $content);
.\wp-includes\class-wp-editor.php:156: $qtInit = apply_filters('quicktags_settings', $qtInit, $editor_id);
.\wp-includes\class-wp-editor.php:167: $no_captions = (bool) apply_filters( 'disable_captions', '' );
.\wp-includes\class-wp-editor.php:173: self::$plugins = $plugins = apply_filters( 'teeny_mce_plugins', array('inlinepopups', 'fullscreen', 'wordpress', 'wplink', 'wpdialogs'), $editor_id );
.\wp-includes\class-wp-editor.php:182: $mce_external_plugins = apply_filters('mce_external_plugins', array());
.\wp-includes\class-wp-editor.php:195: $mce_external_languages = apply_filters('mce_external_languages', array());
.\wp-includes\class-wp-editor.php:252: $plugins = array_unique( apply_filters('tiny_mce_plugins', $plugins) );
.\wp-includes\class-wp-editor.php:274: $mce_spellchecker_languages = apply_filters( 'mce_spellchecker_languages', '+' . $mce_spellchecker_languages );
.\wp-includes\class-wp-editor.php:354: $mce_css = trim( apply_filters( 'mce_css', $mce_css ), ' ,' );
.\wp-includes\class-wp-editor.php:361: $mce_buttons = apply_filters( 'teeny_mce_buttons', array('bold', 'italic', 'underline', 'blockquote', 'separator', 'strikethrough', 'bullist', 'numlist', 'justifyleft', 'justifycenter', 'justifyright', 'undo', 'redo', 'link', 'unlink', 'fullscreen'), $editor_id );
.\wp-includes\class-wp-editor.php:364: $mce_buttons = apply_filters('mce_buttons', array('bold', 'italic', 'strikethrough', '|', 'bullist', 'numlist', 'blockquote', '|', 'justifyleft', 'justifycenter', 'justifyright', '|', 'link', 'unlink', 'wp_more', '|', 'spellchecker', 'fullscreen', 'wp_adv' ), $editor_id);
.\wp-includes\class-wp-editor.php:365: $mce_buttons_2 = apply_filters('mce_buttons_2', array( 'formatselect', 'underline', 'justifyfull', 'forecolor', '|', 'pastetext', 'pasteword', 'removeformat', '|', 'charmap', '|', 'outdent', 'indent', '|', 'undo', 'redo', 'wp_help' ), $editor_id);
.\wp-includes\class-wp-editor.php:366: $mce_buttons_3 = apply_filters('mce_buttons_3', array(), $editor_id);
.\wp-includes\class-wp-editor.php:367: $mce_buttons_4 = apply_filters('mce_buttons_4', array(), $editor_id);
.\wp-includes\class-wp-editor.php:415: $mceInit = apply_filters('teeny_mce_before_init', $mceInit, $editor_id);
.\wp-includes\class-wp-editor.php:417: $mceInit = apply_filters('tiny_mce_before_init', $mceInit, $editor_id);
.\wp-includes\class-wp-editor.php:651: $buttons = apply_filters( 'wp_fullscreen_buttons', $buttons );
.\wp-includes\class-wp-editor.php:681: <label id="wp-fullscreen-title-prompt-text" for="wp-fullscreen-title"><?php echo apply_filters( 'enter_title_here', __( 'Enter title here' ), $post ); ?></label>
.\wp-includes\class-wp-theme.php:171: self::$persistently_cache = apply_filters( 'wp_cache_themes_persistently', false, 'WP_Theme' );
.\wp-includes\class-wp-xmlrpc-server.php:127: $this->methods = apply_filters('xmlrpc_methods', $this->methods);
.\wp-includes\class-wp-xmlrpc-server.php:431: $this->blog_options = apply_filters( 'xmlrpc_blog_options', $this->blog_options );
.\wp-includes\class-wp-xmlrpc-server.php:539: return apply_filters( 'xmlrpc_prepare_taxonomy', $_taxonomy, $taxonomy, $fields );
.\wp-includes\class-wp-xmlrpc-server.php:564: return apply_filters( 'xmlrpc_prepare_term', $_term, $term );
.\wp-includes\class-wp-xmlrpc-server.php:681: return apply_filters( 'xmlrpc_prepare_post', $_post, $post, $fields );
.\wp-includes\class-wp-xmlrpc-server.php:723: return apply_filters( 'xmlrpc_prepare_post_type', $_post_type, $post_type );
.\wp-includes\class-wp-xmlrpc-server.php:753: return apply_filters( 'xmlrpc_prepare_media_item', $_media_item, $media_item, $thumbnail_size );
.\wp-includes\class-wp-xmlrpc-server.php:824: return apply_filters( 'xmlrpc_prepare_page', $_page, $page );
.\wp-includes\class-wp-xmlrpc-server.php:866: return apply_filters( 'xmlrpc_prepare_comment', $_comment, $comment );
.\wp-includes\class-wp-xmlrpc-server.php:1154: $post_data = apply_filters( 'xmlrpc_wp_insert_post_data', $post_data, $content_struct );
.\wp-includes\class-wp-xmlrpc-server.php:1327: $fields = apply_filters( 'xmlrpc_default_post_fields', array( 'post', 'terms', 'custom_fields' ), 'wp.getPost' );
.\wp-includes\class-wp-xmlrpc-server.php:1384: $fields = apply_filters( 'xmlrpc_default_post_fields', array( 'post', 'terms', 'custom_fields' ), 'wp.getPosts' );
.\wp-includes\class-wp-xmlrpc-server.php:1849: $fields = apply_filters( 'xmlrpc_default_taxonomy_fields', array( 'labels', 'cap', 'object_type' ), 'wp.getTaxonomy' );
.\wp-includes\class-wp-xmlrpc-server.php:1893: $fields = apply_filters( 'xmlrpc_default_taxonomy_fields', array( 'labels', 'cap', 'object_type' ), 'wp.getTaxonomies' );
.\wp-includes\class-wp-xmlrpc-server.php:2630: $allow_anon = apply_filters('xmlrpc_allow_anonymous_comments', false);
.\wp-includes\class-wp-xmlrpc-server.php:3101: $fields = apply_filters( 'xmlrpc_default_posttype_fields', array( 'labels', 'cap', 'taxonomies' ), 'wp.getPostType' );
.\wp-includes\class-wp-xmlrpc-server.php:3147: $fields = apply_filters( 'xmlrpc_default_posttype_fields', array( 'labels', 'cap', 'taxonomies' ), 'wp.getPostTypes' );
.\wp-includes\class-wp-xmlrpc-server.php:4540: if ( $upload_err = apply_filters( 'pre_upload_error', false ) )
.\wp-includes\class-wp-xmlrpc-server.php:4590: return apply_filters( 'wp_handle_upload', $struct, 'upload' );
.\wp-includes\class-wp-xmlrpc-server.php:4804: return apply_filters('xmlrpc_text_filters', array());
.\wp-includes\class-wp-xmlrpc-server.php:4988: $linea = apply_filters('pre_remote_source', $linea, $pagelinkedto);
.\wp-includes\class-wp.php:247: $this->public_query_vars = apply_filters('query_vars', $this->public_query_vars);
.\wp-includes\class-wp.php:305: $this->query_vars = apply_filters('request', $this->query_vars);
.\wp-includes\class-wp.php:372: $headers = apply_filters('wp_headers', $headers, $this);
.\wp-includes\class-wp.php:406: $this->query_string = apply_filters('query_string', $this->query_string);
.\wp-includes\class.wp-scripts.php:100: $srce = apply_filters( 'script_loader_src', $src, $handle );
.\wp-includes\class.wp-scripts.php:120: $src = esc_url( apply_filters( 'script_loader_src', $src, $handle ) );
.\wp-includes\class.wp-scripts.php:177: $this->to_do = apply_filters( 'print_scripts_array', $this->to_do );
.\wp-includes\class.wp-styles.php:74: $tag .= apply_filters( 'style_loader_tag', "<link rel='$rel' id='$handle-css' $title href='$href' type='text/css' media='$media' />\n", $handle );
.\wp-includes\class.wp-styles.php:83: $tag .= apply_filters( 'style_loader_tag', "<link rel='$rel' id='$handle-rtl-css' $title href='$rtl_href' type='text/css' media='$media' />\n", $handle );
.\wp-includes\class.wp-styles.php:133: $this->to_do = apply_filters( 'print_styles_array', $this->to_do );
.\wp-includes\class.wp-styles.php:144: $src = apply_filters( 'style_loader_src', $src, $handle );
.\wp-includes\comment-template.php:35: return apply_filters('get_comment_author', $author);
.\wp-includes\comment-template.php:47: $author = apply_filters('comment_author', get_comment_author( $comment_ID ) );
.\wp-includes\comment-template.php:63: return apply_filters('get_comment_author_email', $comment->comment_author_email);
.\wp-includes\comment-template.php:81: echo apply_filters('author_email', get_comment_author_email( $comment_ID ) );
.\wp-includes\comment-template.php:126: $email = apply_filters('comment_email', $comment->comment_author_email);
.\wp-includes\comment-template.php:156: return apply_filters('get_comment_author_link', $return);
.\wp-includes\comment-template.php:183: return apply_filters('get_comment_author_IP', $comment->comment_author_IP);
.\wp-includes\comment-template.php:211: return apply_filters('get_comment_author_url', $url);
.\wp-includes\comment-template.php:224: echo apply_filters('comment_url', get_comment_author_url( $comment_ID ));
.\wp-includes\comment-template.php:253: return apply_filters('get_comment_author_url_link', $return);
.\wp-includes\comment-template.php:358: return apply_filters('comment_class', $classes, $class, $comment_id, $post_id);
.\wp-includes\comment-template.php:378: return apply_filters('get_comment_date', $date, $d);
.\wp-includes\comment-template.php:423: return apply_filters('get_comment_excerpt', $excerpt);
.\wp-includes\comment-template.php:435: echo apply_filters('comment_excerpt', get_comment_excerpt($comment_ID) );
.\wp-includes\comment-template.php:449: return apply_filters('get_comment_ID', $comment->comment_ID);
.\wp-includes\comment-template.php:507: return apply_filters( 'get_comment_link', $link . '#comment-' . $comment->comment_ID, $comment, $args );
.\wp-includes\comment-template.php:559: return apply_filters('get_comments_number', $count, $post_id);
.\wp-includes\comment-template.php:586: echo apply_filters('comments_number', $output, $number);
.\wp-includes\comment-template.php:600: return apply_filters( 'get_comment_text', $comment->comment_content, $comment );
.\wp-includes\comment-template.php:614: echo apply_filters( 'comment_text', get_comment_text( $comment_ID ), $comment );
.\wp-includes\comment-template.php:636: return apply_filters('get_comment_time', $date, $d, $gmt, $translate);
.\wp-includes\comment-template.php:665: return apply_filters('get_comment_type', $comment->comment_type);
.\wp-includes\comment-template.php:712: return apply_filters('trackback_url', $tb_url);
.\wp-includes\comment-template.php:777: return apply_filters( 'comments_open', $open, $post_id );
.\wp-includes\comment-template.php:794: return apply_filters( 'pings_open', $open, $post_id );
.\wp-includes\comment-template.php:894: $wp_query->comments = apply_filters( 'comments_array', $comments, $post->ID );
.\wp-includes\comment-template.php:913: $include = apply_filters('comments_template', STYLESHEETPATH . $file );
.\wp-includes\comment-template.php:1014: echo apply_filters( 'comments_popup_link_attributes', '' );
.\wp-includes\comment-template.php:1065: return apply_filters('comment_reply_link', $before . $link . $after, $args, $comment, $post);
.\wp-includes\comment-template.php:1117: return apply_filters('post_comments_link', $before . $link . $after, $post);
.\wp-includes\comment-template.php:1146: return apply_filters('cancel_comment_reply_link', '<a rel="nofollow" id="cancel-comment-reply-link" href="' . $link . '"' . $style . '>' . $text . '</a>', $link, $text);
.\wp-includes\comment-template.php:1174: return apply_filters('comment_id_fields', $result, $id, $replytoid);
.\wp-includes\comment-template.php:1537: 'fields' => apply_filters( 'comment_form_default_fields', $fields ),
.\wp-includes\comment-template.php:1539: 'must_log_in' => '<p class="must-log-in">' . sprintf( __( 'You must be <a href="%s">logged in</a> to post a comment.' ), wp_login_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '</p>',
.\wp-includes\comment-template.php:1540: 'logged_in_as' => '<p class="logged-in-as">' . sprintf( __( 'Logged in as <a href="%1$s">%2$s</a>. <a href="%3$s" title="Log out of this account">Log out?</a>' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '</p>',
.\wp-includes\comment-template.php:1551: $args = wp_parse_args( $args, apply_filters( 'comment_form_defaults', $defaults ) );
.\wp-includes\comment-template.php:1565: <?php echo apply_filters( 'comment_form_logged_in', $args['logged_in_as'], $commenter, $user_identity ); ?>
.\wp-includes\comment-template.php:1572: echo apply_filters( "comment_form_field_{$name}", $field ) . "\n";
.\wp-includes\comment-template.php:1577: <?php echo apply_filters( 'comment_form_field_comment', $args['comment_field'] ); ?>
.\wp-includes\comment.php:47: $comment = apply_filters( 'comment_text', $comment );
.\wp-includes\comment.php:52: $num_links = apply_filters( 'comment_max_links_url', $num_links, $url ); // provide for counting of $url as a link
.\wp-includes\comment.php:153: $_comment = apply_filters('get_comment', $_comment);
.\wp-includes\comment.php:335: $clauses = apply_filters_ref_array( 'comments_clauses', array( compact( $pieces ), &$this ) );
.\wp-includes\comment.php:345: $comments = apply_filters_ref_array( 'the_comments', array( $comments, &$this ) );
.\wp-includes\comment.php:585: $comment_cookie_lifetime = apply_filters('comment_cookie_lifetime', 30000000);
.\wp-includes\comment.php:601: $comment_author = apply_filters('pre_comment_author_name', $_COOKIE['comment_author_'.COOKIEHASH]);
.\wp-includes\comment.php:608: $comment_author_email = apply_filters('pre_comment_author_email', $_COOKIE['comment_author_email_'.COOKIEHASH]);
.\wp-includes\comment.php:615: $comment_author_url = apply_filters('pre_comment_author_url', $_COOKIE['comment_author_url_'.COOKIEHASH]);
.\wp-includes\comment.php:672: $approved = apply_filters( 'pre_comment_approved', $approved, $commentdata );
.\wp-includes\comment.php:701: $flood_die = apply_filters('comment_flood_filter', false, $time_lastcomment, $time_newcomment);
.\wp-includes\comment.php:908: $stats = apply_filters('wp_count_comments', array(), $post_id);
.\wp-includes\comment.php:1214: return apply_filters('wp_get_current_commenter', compact('comment_author', 'comment_author_email', 'comment_author_url'));
.\wp-includes\comment.php:1285: $commentdata['user_id'] = apply_filters('pre_user_id', $commentdata['user_ID']);
.\wp-includes\comment.php:1287: $commentdata['user_id'] = apply_filters('pre_user_id', $commentdata['user_id']);
.\wp-includes\comment.php:1288: $commentdata['comment_agent'] = apply_filters('pre_comment_user_agent', ( isset( $commentdata['comment_agent'] ) ? $commentdata['comment_agent'] : '' ) );
.\wp-includes\comment.php:1289: $commentdata['comment_author'] = apply_filters('pre_comment_author_name', $commentdata['comment_author']);
.\wp-includes\comment.php:1290: $commentdata['comment_content'] = apply_filters('pre_comment_content', $commentdata['comment_content']);
.\wp-includes\comment.php:1291: $commentdata['comment_author_IP'] = apply_filters('pre_comment_user_ip', $commentdata['comment_author_IP']);
.\wp-includes\comment.php:1292: $commentdata['comment_author_url'] = apply_filters('pre_comment_author_url', $commentdata['comment_author_url']);
.\wp-includes\comment.php:1293: $commentdata['comment_author_email'] = apply_filters('pre_comment_author_email', $commentdata['comment_author_email']);
.\wp-includes\comment.php:1339: $commentdata = apply_filters('preprocess_comment', $commentdata);
.\wp-includes\comment.php:1471: $comment_content = apply_filters('comment_save_pre', $comment_content);
.\wp-includes\comment.php:1716: $excerpt = apply_filters('the_content', $post->post_content);
.\wp-includes\comment.php:1718: $excerpt = apply_filters('the_excerpt', $post->post_excerpt);
.\wp-includes\comment.php:1722: $post_title = apply_filters('the_title', $post->post_title, $post->ID);
.\wp-includes\comment.php:1825: $client->useragent = apply_filters( 'pingback_useragent', $client->useragent . ' -- WordPress/' . $wp_version, $client->useragent, $pingback_server_url, $pagelinkedto, $pagelinkedfrom);
.\wp-includes\comment.php:1971: $post_types = apply_filters( 'close_comments_for_post_types', array( 'post' ) );
.\wp-includes\comment.php:2010: $post_types = apply_filters( 'close_comments_for_post_types', array( 'post' ) );
.\wp-includes\cron.php:30: $event = apply_filters('schedule_event', $event);
.\wp-includes\cron.php:71: $event = apply_filters('schedule_event', $event);
.\wp-includes\cron.php:248: wp_remote_post( $cron_url, array( 'timeout' => 0.01, 'blocking' => false, 'sslverify' => apply_filters( 'https_local_ssl_verify', true ) ) );
.\wp-includes\cron.php:320: return array_merge( apply_filters( 'cron_schedules', array() ), $schedules );
.\wp-includes\default-widgets.php:24: $title = apply_filters('widget_title', empty( $instance['title'] ) ? __( 'Pages' ) : $instance['title'], $instance, $this->id_base);
.\wp-includes\default-widgets.php:31: $out = wp_list_pages( apply_filters('widget_pages_args', array('title_li' => '', 'echo' => 0, 'sort_column' => $sortby, 'exclude' => $exclude) ) );
.\wp-includes\default-widgets.php:110: wp_list_bookmarks(apply_filters('widget_links_args', array(
.\wp-includes\default-widgets.php:199: $title = apply_filters( 'widget_title', empty( $instance['title'] ) ? '' : $instance['title'], $instance, $this->id_base );
.\wp-includes\default-widgets.php:244: $title = apply_filters('widget_title', empty($instance['title']) ? __('Archives') : $instance['title'], $instance, $this->id_base);
.\wp-includes\default-widgets.php:252: <select name="archive-dropdown" onchange='document.location.href=this.options[this.selectedIndex].value;'> <option value=""><?php echo esc_attr(__('Select Month')); ?></option> <?php wp_get_archives(apply_filters('widget_archives_dropdown_args', array('type' => 'monthly', 'format' => 'option', 'show_post_count' => $c))); ?> </select>
.\wp-includes\default-widgets.php:257: <?php wp_get_archives(apply_filters('widget_archives_args', array('type' => 'monthly', 'show_post_count' => $c))); ?>
.\wp-includes\default-widgets.php:307: $title = apply_filters('widget_title', empty($instance['title']) ? __('Meta') : $instance['title'], $instance, $this->id_base);
.\wp-includes\default-widgets.php:358: $title = apply_filters('widget_title', empty($instance['title']) ? '&nbsp;' : $instance['title'], $instance, $this->id_base);
.\wp-includes\default-widgets.php:400: $title = apply_filters( 'widget_title', empty( $instance['title'] ) ? '' : $instance['title'], $instance, $this->id_base );
.\wp-includes\default-widgets.php:401: $text = apply_filters( 'widget_text', empty( $instance['text'] ) ? '' : $instance['text'], $instance );
.\wp-includes\default-widgets.php:450: $title = apply_filters('widget_title', empty( $instance['title'] ) ? __( 'Categories' ) : $instance['title'], $instance, $this->id_base);
.\wp-includes\default-widgets.php:463: wp_dropdown_categories(apply_filters('widget_categories_dropdown_args', $cat_args));
.\wp-includes\default-widgets.php:484: wp_list_categories(apply_filters('widget_categories_args', $cat_args));
.\wp-includes\default-widgets.php:561: $title = apply_filters('widget_title', empty($instance['title']) ? __('Recent Posts') : $instance['title'], $instance, $this->id_base);
.\wp-includes\default-widgets.php:565: $r = new WP_Query( apply_filters( 'widget_posts_args', array( 'posts_per_page' => $number, 'no_found_rows' => true, 'post_status' => 'publish', 'ignore_sticky_posts' => true ) ) );
.\wp-includes\default-widgets.php:637: || ! apply_filters( 'show_recent_comments_widget_style', true, $this->id_base ) )
.\wp-includes\default-widgets.php:666: $title = apply_filters( 'widget_title', empty( $instance['title'] ) ? __( 'Recent Comments' ) : $instance['title'], $instance, $this->id_base );
.\wp-includes\default-widgets.php:671: $comments = get_comments( apply_filters( 'widget_comments_args', array( 'number' => $number, 'status' => 'approve', 'post_status' => 'publish' ) ) );
.\wp-includes\default-widgets.php:764: $title = apply_filters('widget_title', $title, $instance, $this->id_base);
.\wp-includes\default-widgets.php:1032: $title = apply_filters('widget_title', $title, $instance, $this->id_base);
.\wp-includes\default-widgets.php:1038: wp_tag_cloud( apply_filters('widget_tag_cloud_args', array('taxonomy' => $current_taxonomy) ) );
.\wp-includes\default-widgets.php:1093: $instance['title'] = apply_filters( 'widget_title', empty( $instance['title'] ) ? '' : $instance['title'], $instance, $this->id_base );
.\wp-includes\deprecated.php:152: $string .= apply_filters('the_title', $post->post_title, $post->ID);
.\wp-includes\deprecated.php:188: $string .= apply_filters('the_title', $post->post_title, $post->ID);
.\wp-includes\deprecated.php:1065: echo ' <li id="linkcat-' . $cat->term_id . '" class="linkcat"><h2>' . apply_filters('link_category', $cat->name ) . "</h2>\n\t<ul>\n";
.\wp-includes\deprecated.php:1710: $content = apply_filters('the_content_rss', $content);
.\wp-includes\deprecated.php:1943: $icon_dir = apply_filters( 'icon_dir', get_template_directory() . '/images' );
.\wp-includes\deprecated.php:1978: if ( ($max_dims = apply_filters('attachment_max_dims', $max_dims)) && file_exists($src_file) ) {
.\wp-includes\deprecated.php:2007: return apply_filters( 'attachment_icon', $icon, $post->ID );
.\wp-includes\deprecated.php:2034: return apply_filters('attachment_innerHTML', $innerHTML, $post->ID);
.\wp-includes\deprecated.php:2738: $title = apply_filters('the_title', $title, $post->ID);
.\wp-includes\deprecated.php:2745: return apply_filters( "{$boundary}_post_rel_link", $link );
.\wp-includes\deprecated.php:2776: return apply_filters( "index_rel_link", $link );
.\wp-includes\deprecated.php:2813: $title = apply_filters('the_title', $title, $post->ID);
.\wp-includes\deprecated.php:2819: return apply_filters( "parent_post_rel_link", $link );
.\wp-includes\deprecated.php:3117: foreach ( apply_filters( 'extra_theme_headers', array() ) as $extra_header ) {
.\wp-includes\feed-atom-comments.php:51: $title = apply_filters('the_title_rss', $title);
.\wp-includes\feed-rdf.php:26: <sy:updatePeriod><?php echo apply_filters( 'rss_update_period', 'hourly' ); ?></sy:updatePeriod>
.\wp-includes\feed-rdf.php:27: <sy:updateFrequency><?php echo apply_filters( 'rss_update_frequency', '1' ); ?></sy:updateFrequency>
.\wp-includes\feed-rss2-comments.php:32: <sy:updatePeriod><?php echo apply_filters( 'rss_update_period', 'hourly' ); ?></sy:updatePeriod>
.\wp-includes\feed-rss2-comments.php:33: <sy:updateFrequency><?php echo apply_filters( 'rss_update_frequency', '1' ); ?></sy:updateFrequency>
.\wp-includes\feed-rss2-comments.php:43: $title = apply_filters('the_title_rss', $title);
.\wp-includes\feed-rss2.php:30: <sy:updatePeriod><?php echo apply_filters( 'rss_update_period', 'hourly' ); ?></sy:updatePeriod>
.\wp-includes\feed-rss2.php:31: <sy:updateFrequency><?php echo apply_filters( 'rss_update_frequency', '1' ); ?></sy:updateFrequency>
.\wp-includes\feed.php:30: return apply_filters('get_bloginfo_rss', convert_chars($info), $show);
.\wp-includes\feed.php:49: echo apply_filters('bloginfo_rss', get_bloginfo_rss($show), $show);
.\wp-includes\feed.php:66: $default_feed = apply_filters('default_feed', 'rss2');
.\wp-includes\feed.php:86: $title = apply_filters('get_wp_title_rss', $title);
.\wp-includes\feed.php:102: echo apply_filters('wp_title_rss', get_wp_title_rss($sep));
.\wp-includes\feed.php:117: $title = apply_filters('the_title_rss', $title);
.\wp-includes\feed.php:148: $content = apply_filters('the_content', get_the_content());
.\wp-includes\feed.php:150: return apply_filters('the_content_feed', $content, $feed_type);
.\wp-includes\feed.php:178: echo apply_filters('the_excerpt_rss', $output);
.\wp-includes\feed.php:190: echo esc_url( apply_filters('the_permalink_rss', get_permalink() ));
.\wp-includes\feed.php:256: return apply_filters('comment_author_rss', get_comment_author() );
.\wp-includes\feed.php:281: $comment_text = apply_filters('comment_text_rss', $comment_text);
.\wp-includes\feed.php:326: $the_list .= sprintf( '<category scheme="%1$s" term="%2$s" />', esc_attr( apply_filters( 'get_bloginfo_rss', get_bloginfo( 'url' ) ) ), esc_attr( $cat_name ) );
.\wp-includes\feed.php:331: return apply_filters('the_category_rss', $the_list, $type);
.\wp-includes\feed.php:397: echo apply_filters('rss_enclosure', '<enclosure url="' . trim(htmlspecialchars($enclosure[0])) . '" length="' . trim($enclosure[1]) . '" type="' . $type . '" />' . "\n");
.\wp-includes\feed.php:428: echo apply_filters('atom_enclosure', '<link href="' . trim(htmlspecialchars($enclosure[0])) . '" rel="enclosure" length="' . trim($enclosure[1]) . '" type="' . trim($enclosure[2]) . '" />' . "\n");
.\wp-includes\feed.php:519: return apply_filters( 'feed_content_type', $content_type, $type );
.\wp-includes\feed.php:537: $feed->set_cache_duration(apply_filters('wp_feed_cache_transient_lifetime', 43200, $url));
.\wp-includes\formatting.php:104: $no_texturize_tags = '(' . implode('|', apply_filters('no_texturize_tags', $default_no_texturize_tags) ) . ')';
.\wp-includes\formatting.php:105: $no_texturize_shortcodes = '(' . implode('|', apply_filters('no_texturize_shortcodes', $default_no_texturize_shortcodes) ) . ')';
.\wp-includes\formatting.php:817: $special_chars = apply_filters('sanitize_file_name_chars', $special_chars, $filename_raw);
.\wp-includes\formatting.php:827: return apply_filters('sanitize_file_name', $filename, $filename_raw);
.\wp-includes\formatting.php:854: return apply_filters('sanitize_file_name', $filename, $filename_raw);
.\wp-includes\formatting.php:889: return apply_filters( 'sanitize_user', $username, $raw_username, $strict );
.\wp-includes\formatting.php:906: return apply_filters( 'sanitize_key', $key, $raw_key );
.\wp-includes\formatting.php:929: $title = apply_filters('sanitize_title', $title, $raw_title, $context);
.\wp-includes\formatting.php:1046: return apply_filters( 'sanitize_html_class', $sanitized, $class, $fallback );
.\wp-includes\formatting.php:1270: $content = apply_filters( 'format_to_edit', $content );
.\wp-includes\formatting.php:1285: $content = apply_filters('format_to_post', $content);
.\wp-includes\formatting.php:1713: $srcurl = apply_filters('smilies_src', includes_url("images/smilies/$img"), $img, site_url());
.\wp-includes\formatting.php:1768: return apply_filters( 'is_email', false, $email, 'email_too_short' );
.\wp-includes\formatting.php:1773: return apply_filters( 'is_email', false, $email, 'email_no_at' );
.\wp-includes\formatting.php:1782: return apply_filters( 'is_email', false, $email, 'local_invalid_chars' );
.\wp-includes\formatting.php:1788: return apply_filters( 'is_email', false, $email, 'domain_period_sequence' );
.\wp-includes\formatting.php:1793: return apply_filters( 'is_email', false, $email, 'domain_period_limits' );
.\wp-includes\formatting.php:1801: return apply_filters( 'is_email', false, $email, 'domain_no_periods' );
.\wp-includes\formatting.php:1808: return apply_filters( 'is_email', false, $email, 'sub_hyphen_limits' );
.\wp-includes\formatting.php:1813: return apply_filters( 'is_email', false, $email, 'sub_invalid_chars' );
.\wp-includes\formatting.php:1818: return apply_filters( 'is_email', $email, $email, null );
.\wp-includes\formatting.php:1986: return apply_filters( 'sanitize_email', '', $email, 'email_too_short' );
.\wp-includes\formatting.php:1991: return apply_filters( 'sanitize_email', '', $email, 'email_no_at' );
.\wp-includes\formatting.php:2001: return apply_filters( 'sanitize_email', '', $email, 'local_invalid_chars' );
.\wp-includes\formatting.php:2008: return apply_filters( 'sanitize_email', '', $email, 'domain_period_sequence' );
.\wp-includes\formatting.php:2014: return apply_filters( 'sanitize_email', '', $email, 'domain_period_limits' );
.\wp-includes\formatting.php:2022: return apply_filters( 'sanitize_email', '', $email, 'domain_no_periods' );
.\wp-includes\formatting.php:2044: return apply_filters( 'sanitize_email', '', $email, 'domain_no_valid_subs' );
.\wp-includes\formatting.php:2054: return apply_filters( 'sanitize_email', $email, $email, null );
.\wp-includes\formatting.php:2118: $text = apply_filters('the_content', $text);
.\wp-includes\formatting.php:2120: $excerpt_length = apply_filters('excerpt_length', 55);
.\wp-includes\formatting.php:2121: $excerpt_more = apply_filters('excerpt_more', ' ' . '[...]');
.\wp-includes\formatting.php:2124: return apply_filters('wp_trim_excerpt', $text, $raw_excerpt);
.\wp-includes\formatting.php:2164: return apply_filters( 'wp_trim_words', $text, $num_words, $more, $original_text );
.\wp-includes\formatting.php:2178: $filtered = apply_filters( 'pre_ent2ncr', null, $text );
.\wp-includes\formatting.php:2458: if ( empty($text) ) return apply_filters('richedit_pre', '');
.\wp-includes\formatting.php:2464: return apply_filters('richedit_pre', $output);
.\wp-includes\formatting.php:2482: return apply_filters('htmledit_pre', $output);
.\wp-includes\formatting.php:2575: return apply_filters('clean_url', $url, $original_url, $_context);
.\wp-includes\formatting.php:2626: return apply_filters( 'js_escape', $safe_text, $text );
.\wp-includes\formatting.php:2640: return apply_filters( 'esc_html', $safe_text, $text );
.\wp-includes\formatting.php:2654: return apply_filters( 'attribute_escape', $safe_text, $text );
.\wp-includes\formatting.php:2667: return apply_filters( 'esc_textarea', $safe_text, $text );
.\wp-includes\formatting.php:2680: return apply_filters('tag_escape', $safe_tag, $tag_name);
.\wp-includes\formatting.php:2852: $value = apply_filters("sanitize_option_{$option}", $value, $option);
.\wp-includes\formatting.php:2873: $array = apply_filters( 'wp_parse_str', $array );
.\wp-includes\formatting.php:2954: $_fragment = apply_filters( 'wp_sprintf', $fragment, $arg );
.\wp-includes\formatting.php:2991: $l = apply_filters('wp_sprintf_l', array(
.\wp-includes\formatting.php:3179: return apply_filters('sanitize_text_field', $filtered, $str);
.\wp-includes\formatting.php:3227: return apply_filters( 'sanitize_mime_type', $sani_mime_type, $mime_type );
.\wp-includes\formatting.php:3246: return apply_filters( 'sanitize_trackback_urls', $urls_to_ping, $to_ping );
.\wp-includes\functions.php:140: $j = apply_filters('date_i18n', $j, $req_format, $i, $gmt);
.\wp-includes\functions.php:156: return apply_filters( 'number_format_i18n', $formatted );
.\wp-includes\functions.php:881: if ( function_exists( 'apply_filters' ) )
.\wp-includes\functions.php:882: $status_header = apply_filters( 'status_header', $status_header, $header, $text, $protocol );
.\wp-includes\functions.php:907: $headers = (array) apply_filters('nocache_headers', $headers);
.\wp-includes\functions.php:1066: echo apply_filters('robots_txt', $output, $public);
.\wp-includes\functions.php:1485: $uploads = apply_filters( 'upload_dir', array( 'path' => $dir, 'url' => $url, 'subdir' => $subdir, 'basedir' => $bdir, 'baseurl' => $burl, 'error' => false ) );
.\wp-includes\functions.php:1597: $upload_bits_error = apply_filters( 'wp_upload_bits', array( 'name' => $name, 'bits' => $bits, 'time' => $time ) );
.\wp-includes\functions.php:1643: $ext2type = apply_filters( 'ext2type', array(
.\wp-includes\functions.php:1725: $mime_to_ext = apply_filters( 'getimagesize_mimes_to_exts', array(
.\wp-includes\functions.php:1752: return apply_filters( 'wp_check_filetype_and_ext', compact( 'ext', 'type', 'proper_filename' ), $file, $filename, $mimes );
.\wp-includes\functions.php:1767: $mimes = apply_filters( 'upload_mimes', array(
.\wp-includes\functions.php:1896: $function = apply_filters( 'wp_die_ajax_handler', '_ajax_wp_die_handler' );
.\wp-includes\functions.php:1898: $function = apply_filters( 'wp_die_xmlrpc_handler', '_xmlrpc_wp_die_handler' );
.\wp-includes\functions.php:1900: $function = apply_filters( 'wp_die_app_handler', '_scalar_wp_die_handler' );
.\wp-includes\functions.php:1902: $function = apply_filters( 'wp_die_handler', '_default_wp_die_handler' );
.\wp-includes\functions.php:2466: if ( ! apply_filters('load_default_widgets', true) )
.\wp-includes\functions.php:2626: if ( WP_DEBUG && apply_filters( 'deprecated_function_trigger_error', true ) ) {
.\wp-includes\functions.php:2665: if ( WP_DEBUG && apply_filters( 'deprecated_file_trigger_error', true ) ) {
.\wp-includes\functions.php:2710: if ( WP_DEBUG && apply_filters( 'deprecated_argument_trigger_error', true ) ) {
.\wp-includes\functions.php:2745: if ( WP_DEBUG && apply_filters( 'doing_it_wrong_trigger_error', true ) ) {
.\wp-includes\functions.php:2819: return apply_filters('iis7_supports_permalinks', $supports_permalinks);
.\wp-includes\functions.php:3012: $filter = apply_filters( 'global_terms_enabled', null );
.\wp-includes\functions.php:3307: if ( $context && $extra_headers = apply_filters( "extra_{$context}_headers", array() ) ) {
.\wp-includes\functions.php:3530: $protocols = apply_filters( 'kses_allowed_protocols', $protocols );
.\wp-includes\general-template.php:168: echo apply_filters('get_search_form', $form);
.\wp-includes\general-template.php:170: return apply_filters('get_search_form', $form);
.\wp-includes\general-template.php:192: echo apply_filters('loginout', $link);
.\wp-includes\general-template.php:194: return apply_filters('loginout', $link);
.\wp-includes\general-template.php:218: return apply_filters('logout_url', $logout_url, $redirect);
.\wp-includes\general-template.php:243: return apply_filters('login_url', $login_url, $redirect);
.\wp-includes\general-template.php:270: $args = wp_parse_args( $args, apply_filters( 'login_form_defaults', $defaults ) );
.\wp-includes\general-template.php:274: ' . apply_filters( 'login_form_top', '', $args ) . '
.\wp-includes\general-template.php:283: ' . apply_filters( 'login_form_middle', '', $args ) . '
.\wp-includes\general-template.php:289: ' . apply_filters( 'login_form_bottom', '', $args ) . '
.\wp-includes\general-template.php:316: return apply_filters( 'lostpassword_url', $lostpassword_url, $redirect );
.\wp-includes\general-template.php:344: echo apply_filters('register', $link);
.\wp-includes\general-template.php:346: return apply_filters('register', $link);
.\wp-includes\general-template.php:486: $output = apply_filters('bloginfo_url', $output, $show);
.\wp-includes\general-template.php:488: $output = apply_filters('bloginfo', $output, $show);
.\wp-includes\general-template.php:609: $title = apply_filters('wp_title', $title, $sep, $seplocation);
.\wp-includes\general-template.php:641: $title = apply_filters('single_post_title', $_post->post_title, $_post);
.\wp-includes\general-template.php:665: $title = apply_filters('post_type_archive_title', $post_type_obj->labels->name );
.\wp-includes\general-template.php:739: $term_name = apply_filters( 'single_cat_title', $term->name );
.\wp-includes\general-template.php:741: $term_name = apply_filters( 'single_tag_title', $term->name );
.\wp-includes\general-template.php:743: $term_name = apply_filters( 'single_term_title', $term->name );
.\wp-includes\general-template.php:846: $link_html = apply_filters( 'get_archives_link', $link_html );
.\wp-includes\general-template.php:918: $where = apply_filters( 'getarchives_where', "WHERE post_type = 'post' AND post_status = 'publish'", $r );
.\wp-includes\general-template.php:919: $join = apply_filters( 'getarchives_join', '', $r );
.\wp-includes\general-template.php:1035: $text = strip_tags( apply_filters( 'the_title', $arcresult->post_title, $arcresult->ID ) );
.\wp-includes\general-template.php:1082: echo apply_filters( 'get_calendar', $cache[$key] );
.\wp-includes\general-template.php:1085: return apply_filters( 'get_calendar', $cache[$key] );
.\wp-includes\general-template.php:1221: $post_title = esc_attr( apply_filters( 'the_title', $ak_post_title->post_title, $ak_post_title->ID ) );
.\wp-includes\general-template.php:1268: echo apply_filters( 'get_calendar', $calendar_output );
.\wp-includes\general-template.php:1270: return apply_filters( 'get_calendar', $calendar_output );
.\wp-includes\general-template.php:1355: $the_date = apply_filters('the_date', $the_date, $d, $before, $after);
.\wp-includes\general-template.php:1386: return apply_filters('get_the_date', $the_date, $d);
.\wp-includes\general-template.php:1403: $the_modified_date = apply_filters('the_modified_date', $the_modified_date, $d, $before, $after);
.\wp-includes\general-template.php:1425: return apply_filters('get_the_modified_date', $the_time, $d);
.\wp-includes\general-template.php:1436: echo apply_filters('the_time', get_the_time( $d ), $d);
.\wp-includes\general-template.php:1455: return apply_filters('get_the_time', $the_time, $d, $post);
.\wp-includes\general-template.php:1478: return apply_filters('get_post_time', $time, $d, $gmt);
.\wp-includes\general-template.php:1489: echo apply_filters('the_modified_time', get_the_modified_time($d), $d);
.\wp-includes\general-template.php:1505: return apply_filters('get_the_modified_time', $the_time, $d);
.\wp-includes\general-template.php:1528: return apply_filters('get_post_modified_time', $time, $d, $gmt);
.\wp-includes\general-template.php:1541: $the_weekday = apply_filters('the_weekday', $the_weekday);
.\wp-includes\general-template.php:1565: $the_weekday_date = apply_filters('the_weekday_date', $the_weekday_date, $before, $after);
.\wp-includes\general-template.php:1763: return apply_filters('user_can_richedit', $wp_rich_edit);
.\wp-includes\general-template.php:1782: return apply_filters( 'wp_default_editor', $r ); // filter
.\wp-includes\general-template.php:1825: $query = apply_filters( 'get_search_query', get_query_var( 's' ) );
.\wp-includes\general-template.php:1841: echo esc_attr( apply_filters( 'the_search_query', get_search_query( false ) ) );
.\wp-includes\general-template.php:1870: $output = apply_filters('language_attributes', $output);
.\wp-includes\general-template.php:1958: $page_links[] = '<a class="prev page-numbers" href="' . esc_url( apply_filters( 'paginate_links', $link ) ) . '">' . $prev_text . '</a>';
.\wp-includes\general-template.php:1972: $page_links[] = "<a class='page-numbers' href='" . esc_url( apply_filters( 'paginate_links', $link ) ) . "'>$n_display</a>";
.\wp-includes\general-template.php:1986: $page_links[] = '<a class="next page-numbers" href="' . esc_url( apply_filters( 'paginate_links', $link ) ) . '">' . $next_text . '</a>';
.\wp-includes\general-template.php:2058: return apply_filters( 'wp_admin_css_uri', $_file, $file );
.\wp-includes\general-template.php:2099: echo apply_filters( 'wp_admin_css', "<link rel='stylesheet' href='" . esc_url( wp_admin_css_uri( $file ) ) . "' type='text/css' />\n", $file );
.\wp-includes\general-template.php:2101: echo apply_filters( 'wp_admin_css', "<link rel='stylesheet' href='" . esc_url( wp_admin_css_uri( "$file-rtl" ) ) . "' type='text/css' />\n", "$file-rtl" );
.\wp-includes\general-template.php:2127: the_generator( apply_filters( 'wp_generator_type', 'xhtml' ) );
.\wp-includes\general-template.php:2142: echo apply_filters('the_generator', get_the_generator($type), $type) . "\n";
.\wp-includes\general-template.php:2208: return apply_filters( "get_the_generator_{$type}", $gen, $type );
.\wp-includes\http.php:238: return apply_filters( 'http_origin', $origin );
.\wp-includes\http.php:260: return apply_filters( 'allowed_http_origins' , $allowed_origins );
.\wp-includes\http.php:280: return apply_filters( 'allowed_http_origin', $origin, $origin_arg );
.\wp-includes\kses.php:575: $string = apply_filters('pre_kses', $string, $allowed_html, $allowed_protocols);
.\wp-includes\kses.php:1449: $allowed_attr = apply_filters( 'safe_style_css', array( 'text-align', 'margin', 'color', 'float',
.\wp-includes\l10n.php:32: return apply_filters( 'locale', $locale );
.\wp-includes\l10n.php:51: return apply_filters( 'locale', $locale );
.\wp-includes\l10n.php:69: return apply_filters( 'gettext', $translations->translate( $text ), $text, $domain );
.\wp-includes\l10n.php:82: return apply_filters( 'gettext_with_context', $translations->translate( $text, $context ), $text, $context, $domain );
.\wp-includes\l10n.php:241: return apply_filters( 'ngettext', $translation, $single, $plural, $number, $domain );
.\wp-includes\l10n.php:254: return apply_filters( 'ngettext_with_context', $translation, $single, $plural, $number, $context, $domain );
.\wp-includes\l10n.php:329: $plugin_override = apply_filters( 'override_load_textdomain', false, $domain, $mofile );
.\wp-includes\l10n.php:337: $mofile = apply_filters( 'load_textdomain_mofile', $mofile, $domain );
.\wp-includes\l10n.php:362: $plugin_override = apply_filters( 'override_unload_textdomain', false, $domain );
.\wp-includes\l10n.php:417: $locale = apply_filters( 'plugin_locale', get_locale(), $domain );
.\wp-includes\l10n.php:442: $locale = apply_filters( 'plugin_locale', get_locale(), $domain );
.\wp-includes\l10n.php:460: $locale = apply_filters( 'theme_locale', get_locale(), $domain );
.\wp-includes\l10n.php:481: $locale = apply_filters( 'theme_locale', get_locale(), $domain );
.\wp-includes\link-template.php:16: echo apply_filters('the_permalink', get_permalink());
.\wp-includes\link-template.php:43: $string = apply_filters('user_trailingslashit', $string, $type_of_url);
.\wp-includes\link-template.php:115: $permalink = apply_filters('pre_post_link', $permalink, $post, $leavename);
.\wp-includes\link-template.php:163: return apply_filters('post_link', $permalink, $post, $leavename);
.\wp-includes\link-template.php:207: return apply_filters('post_type_link', $post_link, $post, $leavename, $sample);
.\wp-includes\link-template.php:250: return apply_filters('page_link', $link, $id, $sample);
.\wp-includes\link-template.php:289: return apply_filters( '_get_page_link', $link, $id );
.\wp-includes\link-template.php:330: return apply_filters('attachment_link', $link, $id);
.\wp-includes\link-template.php:348: return apply_filters('year_link', home_url( user_trailingslashit($yearlink, 'year') ), $year);
.\wp-includes\link-template.php:350: return apply_filters('year_link', home_url('?m=' . $year), $year);
.\wp-includes\link-template.php:373: return apply_filters('month_link', home_url( user_trailingslashit($monthlink, 'month') ), $year, $month);
.\wp-includes\link-template.php:375: return apply_filters('month_link', home_url( '?m=' . $year . zeroise($month, 2) ), $year, $month);
.\wp-includes\link-template.php:403: return apply_filters('day_link', home_url( user_trailingslashit($daylink, 'day') ), $year, $month, $day);
.\wp-includes\link-template.php:405: return apply_filters('day_link', home_url( '?m=' . $year . zeroise($month, 2) . zeroise($day, 2) ), $year, $month, $day);
.\wp-includes\link-template.php:419: echo apply_filters( 'the_feed_link', $link, $feed );
.\wp-includes\link-template.php:456: return apply_filters('feed_link', $output, $feed);
.\wp-includes\link-template.php:495: return apply_filters('post_comments_feed_link', $url);
.\wp-includes\link-template.php:519: echo apply_filters( 'post_comments_feed_link_html', "<a href='$url'>$link_text</a>", $post_id, $feed );
.\wp-includes\link-template.php:555: $link = apply_filters('author_feed_link', $link, $feed);
.\wp-includes\link-template.php:625: $link = apply_filters( 'category_feed_link', $link, $feed );
.\wp-includes\link-template.php:627: $link = apply_filters( 'category_feed_link', $link, $feed );
.\wp-includes\link-template.php:629: $link = apply_filters( 'taxonomy_feed_link', $link, $feed, $taxonomy );
.\wp-includes\link-template.php:657: return apply_filters( 'get_edit_tag_link', get_edit_term_link( $tag_id, $taxonomy ) );
.\wp-includes\link-template.php:673: echo $before . apply_filters( 'edit_tag_link', $link ) . $after;
.\wp-includes\link-template.php:704: return apply_filters( 'get_edit_term_link', $location, $term_id, $taxonomy, $object_type );
.\wp-includes\link-template.php:731: $link = $before . apply_filters( 'edit_term_link', $link, $term->term_id ) . $after;
.\wp-includes\link-template.php:765: return apply_filters( 'search_link', $link, $search );
.\wp-includes\link-template.php:793: $link = apply_filters('search_feed_link', $link, $feed, 'posts');
.\wp-includes\link-template.php:822: $link = apply_filters('search_feed_link', $link, $feed, 'comments');
.\wp-includes\link-template.php:854: return apply_filters( 'post_type_archive_link', $link, $post_type );
.\wp-includes\link-template.php:883: return apply_filters( 'post_type_archive_feed_link', $link, $feed );
.\wp-includes\link-template.php:914: return apply_filters( 'get_edit_post_link', admin_url( sprintf($post_type_object->_edit_link . $action, $post->ID) ), $post->ID, $context );
.\wp-includes\link-template.php:939: echo $before . apply_filters( 'edit_post_link', $link, $post->ID ) . $after;
.\wp-includes\link-template.php:972: return apply_filters( 'get_delete_post_link', wp_nonce_url( $delete_link, "$action-{$post->post_type}_{$post->ID}" ), $post->ID, $force_delete );
.\wp-includes\link-template.php:990: return apply_filters( 'get_edit_comment_link', $location );
.\wp-includes\link-template.php:1013: echo $before . apply_filters( 'edit_comment_link', $link, $comment->comment_ID ) . $after;
.\wp-includes\link-template.php:1031: return apply_filters( 'get_edit_bookmark_link', $location, $link->link_id );
.\wp-includes\link-template.php:1054: echo $before . apply_filters( 'edit_bookmark_link', $link, $bookmark->link_id ) . $after;
.\wp-includes\link-template.php:1144: $join = apply_filters( "get_{$adjacent}_post_join", $join, $in_same_cat, $excluded_categories );
.\wp-includes\link-template.php:1145: $where = apply_filters( "get_{$adjacent}_post_where", $wpdb->prepare("WHERE p.post_date $op %s AND p.post_type = %s AND p.post_status = 'publish' $posts_in_ex_cats_sql", $current_post_date, $post->post_type), $in_same_cat, $excluded_categories );
.\wp-includes\link-template.php:1146: $sort = apply_filters( "get_{$adjacent}_post_sort", "ORDER BY p.post_date $order LIMIT 1" );
.\wp-includes\link-template.php:1191: $title = apply_filters('the_title', $title, $post->ID);
.\wp-includes\link-template.php:1198: return apply_filters( "{$adjacent}_post_rel_link", $link );
.\wp-includes\link-template.php:1354: $title = apply_filters('the_title', $title, $post->ID);
.\wp-includes\link-template.php:1366: echo apply_filters( "{$adjacent}_post_link", $format, $link );
.\wp-includes\link-template.php:1428: $result = apply_filters('get_pagenum_link', $result);
.\wp-includes\link-template.php:1499: $attr = apply_filters( 'next_posts_link_attributes', '' );
.\wp-includes\link-template.php:1570: $attr = apply_filters( 'previous_posts_link_attributes', '' );
.\wp-includes\link-template.php:1671: $result = apply_filters('get_comments_pagenum_link', $result);
.\wp-includes\link-template.php:1707: return '<a href="' . esc_url( get_comments_pagenum_link( $nextpage, $max_page ) ) . '" ' . apply_filters( 'next_comments_link_attributes', '' ) . '>'. preg_replace('/&([^#])(?![a-z]{1,8};)/i', '&#038;$1', $label) .'</a>';
.\wp-includes\link-template.php:1744: return '<a href="' . esc_url( get_comments_pagenum_link( $prevpage ) ) . '" ' . apply_filters( 'previous_comments_link_attributes', '' ) . '>' . preg_replace('/&([^#])(?![a-z]{1,8};)/i', '&#038;$1', $label) .'</a>';
.\wp-includes\link-template.php:1825: return apply_filters('shortcut_link', $link);
.\wp-includes\link-template.php:1882: return apply_filters( 'home_url', $url, $path, $orig_scheme, $blog_id );
.\wp-includes\link-template.php:1947: return apply_filters( 'site_url', $url, $path, $orig_scheme, $blog_id );
.\wp-includes\link-template.php:1981: return apply_filters('admin_url', $url, $path, $blog_id);
.\wp-includes\link-template.php:1999: return apply_filters('includes_url', $url, $path);
.\wp-includes\link-template.php:2019: return apply_filters('content_url', $url, $path);
.\wp-includes\link-template.php:2058: return apply_filters('plugins_url', $url, $path, $plugin);
.\wp-includes\link-template.php:2101: return apply_filters('network_site_url', $url, $path, $orig_scheme);
.\wp-includes\link-template.php:2137: return apply_filters( 'network_home_url', $url, $path, $orig_scheme);
.\wp-includes\link-template.php:2159: return apply_filters('network_admin_url', $url, $path);
.\wp-includes\link-template.php:2178: return apply_filters('user_admin_url', $url, $path);
.\wp-includes\link-template.php:2227: return apply_filters( 'set_url_scheme', $url, $scheme, $orig_scheme );
.\wp-includes\link-template.php:2265: return apply_filters( 'user_dashboard_url', $url, $user_id, $path, $scheme);
.\wp-includes\link-template.php:2287: return apply_filters( 'edit_profile_url', $url, $user, $scheme);
.\wp-includes\link-template.php:2325: $shortlink = apply_filters('pre_get_shortlink', false, $id, $context, $allow_slugs);
.\wp-includes\link-template.php:2347: return apply_filters('get_shortlink', $shortlink, $id, $context, $allow_slugs);
.\wp-includes\link-template.php:2416: $link = apply_filters( 'the_shortlink', $link, $shortlink, $text, $title );
.\wp-includes\media.php:76: list( $max_width, $max_height ) = apply_filters( 'editor_max_image_size', array( $max_width, $max_height ), $size );
.\wp-includes\media.php:143: if ( $out = apply_filters('image_downsize', false, $id, $size) )
.\wp-includes\media.php:229: $class = apply_filters('get_image_tag_class', $class, $id, $align, $size);
.\wp-includes\media.php:233: $html = apply_filters( 'get_image_tag', $html, $id, $alt, $title, $align, $size );
.\wp-includes\media.php:257: @ini_set( 'memory_limit', apply_filters( 'image_memory_limit', WP_MAX_MEMORY_LIMIT ) );
.\wp-includes\media.php:349: $output = apply_filters( 'image_resize_dimensions', null, $orig_w, $orig_h, $dest_w, $dest_h, $crop );
.\wp-includes\media.php:467: if ( !imagejpeg( $newimage, $destfilename, apply_filters( 'jpeg_quality', $jpeg_quality, 'image_resize' ) ) )
.\wp-includes\media.php:500: $resized_file = apply_filters('image_make_intermediate_size', $resized_file);
.\wp-includes\media.php:598: return apply_filters( 'intermediate_image_sizes', $image_sizes );
.\wp-includes\media.php:622: $icon_dir = apply_filters( 'icon_dir', ABSPATH . WPINC . '/images/crystal' );
.\wp-includes\media.php:671: $attr = apply_filters( 'wp_get_attachment_image_attributes', $attr, $attachment );
.\wp-includes\media.php:744: $output = apply_filters('img_caption_shortcode', '', $attr, $content);
.\wp-includes\media.php:784: $output = apply_filters('post_gallery', '', $attr);
.\wp-includes\media.php:846: if ( apply_filters( 'use_default_gallery_style', true ) )
.\wp-includes\media.php:868: $output = apply_filters( 'gallery_style', $gallery_style . "\n\t\t" . $gallery_div );
.\wp-includes\media.php:1188: return apply_filters( 'embed_handler_html', $return, $url, $attr );
.\wp-includes\media.php:1210: return apply_filters( 'embed_oembed_html', $cache, $url, $attr, $post_ID );
.\wp-includes\media.php:1214: $attr['discover'] = ( apply_filters('embed_oembed_discover', false) && author_can( $post_ID, 'unfiltered_html' ) );
.\wp-includes\media.php:1223: return apply_filters( 'embed_oembed_html', $html, $url, $attr, $post_ID );
.\wp-includes\media.php:1254: if ( empty($post->ID) || !in_array( $post->post_type, apply_filters( 'embed_cache_oembed_types', array( 'post', 'page' ) ) ) )
.\wp-includes\media.php:1307: return apply_filters( 'embed_maybe_make_link', $output, $url );
.\wp-includes\media.php:1358: return apply_filters( 'embed_defaults', array(
.\wp-includes\media.php:1431: if ( ! apply_filters( 'load_default_embeds', true ) )
.\wp-includes\media.php:1457: return apply_filters( 'embed_googlevideo', '<embed type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docid=' . esc_attr($matches[2]) . '&amp;hl=en&amp;fs=true" style="width:' . esc_attr($width) . 'px;height:' . esc_attr($height) . 'px" allowFullScreen="true" allowScriptAccess="always" />', $matches, $attr, $url, $rawattr );
.\wp-includes\media.php:1483: $defaults = apply_filters( 'plupload_default_settings', $defaults );
.\wp-includes\media.php:1489: $params = apply_filters( 'plupload_default_params', $params );
.\wp-includes\meta.php:50: $check = apply_filters( "add_{$meta_type}_metadata", null, $object_id, $meta_key, $meta_value, $unique );
.\wp-includes\meta.php:122: $check = apply_filters( "update_{$meta_type}_metadata", null, $object_id, $meta_key, $meta_value, $prev_value );
.\wp-includes\meta.php:202: $check = apply_filters( "delete_{$meta_type}_metadata", null, $object_id, $meta_key, $meta_value, $delete_all );
.\wp-includes\meta.php:274: $check = apply_filters( "get_{$meta_type}_metadata", null, $object_id, $meta_key, $single );
.\wp-includes\meta.php:322: $check = apply_filters( "get_{$meta_type}_metadata", null, $object_id, $meta_key, true );
.\wp-includes\meta.php:791: return apply_filters_ref_array( 'get_meta_sql', array( compact( 'join', 'where' ), $this->queries, $type, $primary_table, $primary_id_column, $context ) );
.\wp-includes\meta.php:826: return apply_filters( 'is_protected_meta', $protected, $meta_key, $meta_type );
.\wp-includes\meta.php:840: return apply_filters( "sanitize_{$meta_type}_meta_{$meta_key}", $meta_value, $meta_key, $meta_type );
.\wp-includes\ms-blogs.php:229: $details = apply_filters( 'blog_details', $details );
.\wp-includes\ms-blogs.php:350: return apply_filters( 'blog_option_' . $setting, $value, $blog_id );
.\wp-includes\ms-blogs.php:377: return apply_filters( 'blog_option_' . $setting, maybe_unserialize( $value ), $blog_id );
.\wp-includes\ms-deprecated.php:69: $message = apply_filters( 'graceful_fail', $message );
.\wp-includes\ms-deprecated.php:70: $message_template = apply_filters( 'graceful_fail_template',
.\wp-includes\ms-functions.php:519: return apply_filters('wpmu_validate_user_signup', $result);
.\wp-includes\ms-functions.php:559: $illegal_names = array_merge($illegal_names, apply_filters( 'subdirectory_reserved_names', array( 'page', 'comments', 'blog', 'files', 'feed' ) ) );
.\wp-includes\ms-functions.php:586: $blogname = apply_filters( 'newblogname', $blogname );
.\wp-includes\ms-functions.php:621: return apply_filters('wpmu_validate_blog_signup', $result);
.\wp-includes\ms-functions.php:723: if ( !apply_filters('wpmu_signup_blog_notification', $domain, $path, $title, $user, $user_email, $key, $meta) )
.\wp-includes\ms-functions.php:739: apply_filters( 'wpmu_signup_blog_notification_email',
.\wp-includes\ms-functions.php:749: apply_filters( 'wpmu_signup_blog_notification_subject',
.\wp-includes\ms-functions.php:782: if ( !apply_filters('wpmu_signup_user_notification', $user, $user_email, $key, $meta) )
.\wp-includes\ms-functions.php:792: apply_filters( 'wpmu_signup_user_notification_email',
.\wp-includes\ms-functions.php:800: apply_filters( 'wpmu_signup_user_notification_subject',
.\wp-includes\ms-functions.php:1032: $msg = apply_filters( 'newblog_notify_siteadmin', $msg );
.\wp-includes\ms-functions.php:1067: $msg = apply_filters( 'newuser_notify_siteadmin', $msg, $user );
.\wp-includes\ms-functions.php:1215: if ( !apply_filters('wpmu_welcome_notification', $blog_id, $user_id, $password, $title, $meta) )
.\wp-includes\ms-functions.php:1243: $welcome_email = apply_filters( 'update_welcome_email', $welcome_email, $blog_id, $user_id, $password, $title, $meta);
.\wp-includes\ms-functions.php:1256: $subject = apply_filters( 'update_welcome_subject', sprintf(__('New %1$s Site: %2$s'), $current_site->site_name, stripslashes( $title ) ) );
.\wp-includes\ms-functions.php:1279: if ( !apply_filters('wpmu_welcome_user_notification', $user_id, $password, $meta) )
.\wp-includes\ms-functions.php:1286: $welcome_email = apply_filters( 'update_welcome_user_email', $welcome_email, $user_id, $password, $meta);
.\wp-includes\ms-functions.php:1304: $subject = apply_filters( 'update_welcome_user_subject', sprintf(__('New %1$s User: %2$s'), $current_site->site_name, $user->user_login) );
.\wp-includes\ms-functions.php:1702: if ( is_main_site() && is_404() && defined( 'NOBLOGREDIRECT' ) && ( $destination = apply_filters( 'blog_redirect_404', NOBLOGREDIRECT ) ) ) {
.\wp-includes\ms-load.php:75: $check = apply_filters('ms_site_check', null);
.\wp-includes\nav-menu-template.php:76: $class_names = join( ' ', apply_filters( 'nav_menu_css_class', array_filter( $classes ), $item, $args ) );
.\wp-includes\nav-menu-template.php:79: $id = apply_filters( 'nav_menu_item_id', 'menu-item-'. $item->ID, $item, $args );
.\wp-includes\nav-menu-template.php:91: $item_output .= $args->link_before . apply_filters( 'the_title', $item->title, $item->ID ) . $args->link_after;
.\wp-includes\nav-menu-template.php:95: $output .= apply_filters( 'walker_nav_menu_start_el', $item_output, $item, $depth, $args );
.\wp-includes\nav-menu-template.php:145: $args = apply_filters( 'wp_nav_menu_args', $args );
.\wp-includes\nav-menu-template.php:183: $allowed_tags = apply_filters( 'wp_nav_menu_container_allowedtags', array( 'div', 'nav' ) );
.\wp-includes\nav-menu-template.php:201: $sorted_menu_items = apply_filters( 'wp_nav_menu_objects', $sorted_menu_items, $args );
.\wp-includes\nav-menu-template.php:223: $items = apply_filters( 'wp_nav_menu_items', $items, $args );
.\wp-includes\nav-menu-template.php:224: $items = apply_filters( "wp_nav_menu_{$menu->slug}_items", $items, $args );
.\wp-includes\nav-menu-template.php:232: $nav_menu = apply_filters( 'wp_nav_menu', $nav_menu, $args );
.\wp-includes\nav-menu.php:412: return apply_filters( 'wp_get_nav_menus', get_terms( 'nav_menu', $args), $args );
.\wp-includes\nav-menu.php:544: return apply_filters( 'wp_get_nav_menu_items', $items, $menu, $args );
.\wp-includes\nav-menu.php:620: $menu_item->attr_title = empty( $menu_item->attr_title ) ? apply_filters( 'nav_menu_attr_title', $menu_item->post_excerpt ) : $menu_item->attr_title;
.\wp-includes\nav-menu.php:623: $menu_item->description = apply_filters( 'nav_menu_description', wp_trim_words( $menu_item->post_content, 200 ) );
.\wp-includes\nav-menu.php:641: $menu_item->attr_title = apply_filters( 'nav_menu_attr_title', '' );
.\wp-includes\nav-menu.php:642: $menu_item->description = apply_filters( 'nav_menu_description', '' );
.\wp-includes\nav-menu.php:668: return apply_filters( 'wp_setup_nav_menu_item', $menu_item );
.\wp-includes\option.php:36: $pre = apply_filters( 'pre_option_' . $option, false );
.\wp-includes\option.php:51: return apply_filters( 'default_option_' . $option, $default );
.\wp-includes\option.php:70: return apply_filters( 'default_option_' . $option, $default );
.\wp-includes\option.php:81: return apply_filters( 'default_option_' . $option, $default );
.\wp-includes\option.php:91: return apply_filters( 'option_' . $option, maybe_unserialize( $value ) );
.\wp-includes\option.php:229: $newvalue = apply_filters( 'pre_update_option_' . $option, $newvalue, $oldvalue );
.\wp-includes\option.php:445: $pre = apply_filters( 'pre_transient_' . $transient, false );
.\wp-includes\option.php:469: return apply_filters( 'transient_' . $transient, $value );
.\wp-includes\option.php:494: $value = apply_filters( 'pre_set_transient_' . $transient, $value );
.\wp-includes\option.php:753: $pre = apply_filters( 'pre_site_option_' . $option, false );
.\wp-includes\option.php:758: $default = apply_filters( 'default_site_option_' . $option, $default );
.\wp-includes\option.php:774: $value = apply_filters( 'default_site_option_' . $option, $default );
.\wp-includes\option.php:779: return apply_filters( 'site_option_' . $option, $value );
.\wp-includes\option.php:803: $value = apply_filters( 'pre_add_site_option_' . $option, $value );
.\wp-includes\option.php:892: $value = apply_filters( 'pre_update_site_option_' . $option, $value, $oldvalue );
.\wp-includes\option.php:975: $pre = apply_filters( 'pre_site_transient_' . $transient, false );
.\wp-includes\option.php:998: return apply_filters( 'site_transient_' . $transient, $value );
.\wp-includes\option.php:1024: $value = apply_filters( 'pre_set_site_transient_' . $transient, $value );
.\wp-includes\pluggable.php:216: extract( apply_filters( 'wp_mail', compact( 'to', 'subject', 'message', 'headers', 'attachments' ) ) );
.\wp-includes\pluggable.php:340: $phpmailer->From = apply_filters( 'wp_mail_from' , $from_email );
.\wp-includes\pluggable.php:341: $phpmailer->FromName = apply_filters( 'wp_mail_from_name', $from_name );
.\wp-includes\pluggable.php:412: $content_type = apply_filters( 'wp_mail_content_type', $content_type );
.\wp-includes\pluggable.php:425: $phpmailer->CharSet = apply_filters( 'wp_mail_charset', $charset );
.\wp-includes\pluggable.php:474: $user = apply_filters('authenticate', null, $username, $password);
.\wp-includes\pluggable.php:588: return apply_filters('auth_cookie', $cookie, $user_id, $expiration, $scheme);
.\wp-includes\pluggable.php:654: $expiration = $expire = time() + apply_filters('auth_cookie_expiration', 1209600, $user_id, $remember);
.\wp-includes\pluggable.php:656: $expiration = time() + apply_filters('auth_cookie_expiration', 172800, $user_id, $remember);
.\wp-includes\pluggable.php:663: $secure = apply_filters('secure_auth_cookie', $secure, $user_id);
.\wp-includes\pluggable.php:664: $secure_logged_in_cookie = apply_filters('secure_logged_in_cookie', false, $user_id, $secure);
.\wp-includes\pluggable.php:747: $secure = apply_filters('secure_auth_redirect', $secure);
.\wp-includes\pluggable.php:763: $scheme = apply_filters( 'auth_redirect_scheme', '' );
.\wp-includes\pluggable.php:870: $location = apply_filters('wp_redirect', $location, $status);
.\wp-includes\pluggable.php:871: $status = apply_filters('wp_redirect_status', $status, $location);
.\wp-includes\pluggable.php:974: $allowed_hosts = (array) apply_filters('allowed_redirect_hosts', array($wpp['host']), isset($lp['host']) ? $lp['host'] : '');
.\wp-includes\pluggable.php:1074: $notify_message = apply_filters('comment_notification_text', $notify_message, $comment_id);
.\wp-includes\pluggable.php:1075: $subject = apply_filters('comment_notification_subject', $subject, $comment_id);
.\wp-includes\pluggable.php:1076: $message_headers = apply_filters('comment_notification_headers', $message_headers, $comment_id);
.\wp-includes\pluggable.php:1156: $notify_message = apply_filters('comment_moderation_text', $notify_message, $comment_id);
.\wp-includes\pluggable.php:1157: $subject = apply_filters('comment_moderation_subject', $subject, $comment_id);
.\wp-includes\pluggable.php:1158: $message_headers = apply_filters('comment_moderation_headers', $message_headers);
.\wp-includes\pluggable.php:1237: $nonce_life = apply_filters('nonce_life', 86400);
.\wp-includes\pluggable.php:1330: return apply_filters( 'salt', $cached_salts[ $scheme ], $scheme );
.\wp-includes\pluggable.php:1376: return apply_filters( 'salt', $cached_salts[ $scheme ], $scheme );
.\wp-includes\pluggable.php:1457: return apply_filters('check_password', $check, $password, $hash, $user_id);
.\wp-includes\pluggable.php:1470: return apply_filters('check_password', $check, $password, $hash, $user_id);
.\wp-includes\pluggable.php:1499: return apply_filters('random_password', $password);
.\wp-includes\pluggable.php:1603: $allowed_comment_types = apply_filters( 'get_avatar_comment_types', array( 'comment' ) );
.\wp-includes\pluggable.php:1667: return apply_filters('get_avatar', $avatar, $id_or_email, $size, $default, $alt);
.\wp-includes\post-template.php:111: $protected_title_format = apply_filters('protected_title_format', __('Protected: %s'));
.\wp-includes\post-template.php:114: $private_title_format = apply_filters('private_title_format', __('Private: %s'));
.\wp-includes\post-template.php:118: return apply_filters( 'the_title', $title, $id );
.\wp-includes\post-template.php:153: return apply_filters('get_the_guid', $post->guid);
.\wp-includes\post-template.php:166: $content = apply_filters('the_content', $content);
.\wp-includes\post-template.php:217: $output .= apply_filters( 'the_content_more_link', ' <a href="' . get_permalink() . "#more-{$post->ID}\" class=\"more-link\">$more_link_text</a>", $more_link_text );
.\wp-includes\post-template.php:247: echo apply_filters('the_excerpt', get_the_excerpt());
.\wp-includes\post-template.php:269: return apply_filters('get_the_excerpt', $output);
.\wp-includes\post-template.php:375: return apply_filters('post_class', $classes, $class, $post->ID);
.\wp-includes\post-template.php:544: return apply_filters( 'body_class', $classes, $class );
.\wp-includes\post-template.php:641: $r = apply_filters( 'wp_link_pages_args', $r );
.\wp-includes\post-template.php:750: echo apply_filters('the_meta_key', "<li><span class='post-meta-key'>$key:</span> $value</li>\n", $key, $value);
.\wp-includes\post-template.php:796: $output = apply_filters('wp_dropdown_pages', $output);
.\wp-includes\post-template.php:833: $r['exclude'] = implode( ',', apply_filters('wp_list_pages_excludes', $exclude_array) );
.\wp-includes\post-template.php:852: $output = apply_filters('wp_list_pages', $output, $r);
.\wp-includes\post-template.php:888: $args = apply_filters( 'wp_page_menu_args', $args );
.\wp-includes\post-template.php:923: $menu = apply_filters( 'wp_page_menu', $menu, $args );
.\wp-includes\post-template.php:1046: $css_class = implode( ' ', apply_filters( 'page_css_class', $css_class, $page, $depth, $args, $current_page ) );
.\wp-includes\post-template.php:1048: $output .= $indent . '<li class="' . $css_class . '"><a href="' . get_permalink($page->ID) . '">' . $link_before . apply_filters( 'the_title', $page->post_title, $page->ID ) . $link_after . '</a>';
.\wp-includes\post-template.php:1113: $title = apply_filters( 'list_pages', $page->post_title, $page );
.\wp-includes\post-template.php:1178: return apply_filters( 'wp_get_attachment_link', "<a href='$url' title='$post_title'>$link_text</a>", $id, $size, $permalink, $icon, $text );
.\wp-includes\post-template.php:1200: $p = apply_filters('prepend_attachment', $p);
.\wp-includes\post-template.php:1225: return apply_filters('the_password_form', $output);
.\wp-includes\post-thumbnail-template.php:88: $size = apply_filters( 'post_thumbnail_size', $size );
.\wp-includes\post-thumbnail-template.php:98: return apply_filters( 'post_thumbnail_html', $html, $post_id, $post_thumbnail_id, $size, $attr );
.\wp-includes\post.php:186: return apply_filters( 'get_attached_file', $file, $attachment_id );
.\wp-includes\post.php:206: $file = apply_filters( 'update_attached_file', $file, $attachment_id );
.\wp-includes\post.php:233: return apply_filters( '_wp_relative_upload_path', $new_path, $path );
.\wp-includes\post.php:1750: $value = apply_filters("edit_{$field}", $value, $post_id);
.\wp-includes\post.php:1752: $value = apply_filters("{$field_no_prefix}_edit_pre", $value, $post_id);
.\wp-includes\post.php:1754: $value = apply_filters("edit_post_{$field}", $value, $post_id);
.\wp-includes\post.php:1767: $value = apply_filters("pre_{$field}", $value);
.\wp-includes\post.php:1768: $value = apply_filters("{$field_no_prefix}_save_pre", $value);
.\wp-includes\post.php:1770: $value = apply_filters("pre_post_{$field}", $value);
.\wp-includes\post.php:1771: $value = apply_filters("{$field}_pre", $value);
.\wp-includes\post.php:1776: $value = apply_filters($field, $value, $post_id, $context);
.\wp-includes\post.php:1778: $value = apply_filters("post_{$field}", $value, $post_id, $context);
.\wp-includes\post.php:2489: if ( apply_filters( 'wp_insert_post_empty_content', $maybe_empty, $postarr ) ) {
.\wp-includes\post.php:2598: $post_parent = apply_filters( 'wp_insert_post_parent', $post_parent, $post_ID, compact( array_keys( $postarr ) ), $postarr );
.\wp-includes\post.php:2612: $data = apply_filters('wp_insert_post_data', $data, $postarr);
.\wp-includes\post.php:2850: if ( $post_name_check || in_array( $slug, $feeds ) || apply_filters( 'wp_unique_post_slug_is_bad_attachment_slug', false, $slug ) ) {
.\wp-includes\post.php:2865: if ( $post_name_check || in_array( $slug, $feeds ) || preg_match( "@^($wp_rewrite->pagination_base)?\d+$@", $slug ) || apply_filters( 'wp_unique_post_slug_is_bad_hierarchical_slug', false, $slug, $post_type, $post_parent ) ) {
.\wp-includes\post.php:2879: if ( $post_name_check || in_array( $slug, $feeds ) || apply_filters( 'wp_unique_post_slug_is_bad_flat_slug', false, $slug, $post_type ) ) {
.\wp-includes\post.php:2890: return apply_filters( 'wp_unique_post_slug', $slug, $post_ID, $post_status, $post_type, $post_parent );
.\wp-includes\post.php:3050: $new = apply_filters('add_ping', $new);
.\wp-includes\post.php:3079: $pung = apply_filters('get_enclosed', $pung, $post_id);
.\wp-includes\post.php:3097: $pung = apply_filters('get_pung', $pung);
.\wp-includes\post.php:3115: $to_ping = apply_filters('get_to_ping', $to_ping);
.\wp-includes\post.php:3406: $pages = apply_filters('get_pages', $cache[ $key ], $r );
.\wp-includes\post.php:3548: $pages = apply_filters('get_pages', array(), $r);
.\wp-includes\post.php:3581: $pages = apply_filters('get_pages', $pages, $r);
.\wp-includes\post.php:3860: $thumbfile = apply_filters('wp_delete_file', $thumbfile);
.\wp-includes\post.php:3867: $intermediate_file = apply_filters( 'wp_delete_file', $intermediate['path'] );
.\wp-includes\post.php:3874: $del_file = apply_filters('wp_delete_file', $del_file);
.\wp-includes\post.php:3879: $file = apply_filters('wp_delete_file', $file);
.\wp-includes\post.php:3908: return apply_filters( 'wp_get_attachment_metadata', $data, $post->ID );
.\wp-includes\post.php:3925: $data = apply_filters( 'wp_update_attachment_metadata', $data, $post->ID );
.\wp-includes\post.php:3961: $url = apply_filters( 'wp_get_attachment_url', $url, $post->ID );
.\wp-includes\post.php:3987: return apply_filters( 'wp_get_attachment_thumb_file', $thumbfile, $post->ID );
.\wp-includes\post.php:4015: return apply_filters( 'wp_get_attachment_thumb_url', $url, $post->ID );
.\wp-includes\post.php:4078: $icon_dir = apply_filters( 'icon_dir', ABSPATH . WPINC . '/images/crystal' );
.\wp-includes\post.php:4079: $icon_dir_uri = apply_filters( 'icon_dir_uri', includes_url('images/crystal') );
.\wp-includes\post.php:4080: $dirs = apply_filters( 'icon_dirs', array($icon_dir => $icon_dir_uri) );
.\wp-includes\post.php:4127: return apply_filters( 'wp_mime_type_icon', $icon, $mime, $post_id ); // Last arg is 0 if function pass mime type.
.\wp-includes\post.php:4209: if ( ! $cap = apply_filters( 'pub_priv_sql_capability', '' ) )
.\wp-includes\post.php:4257: return apply_filters( 'get_lastpostdate', _get_last_post_time( $timezone, 'date' ), $timezone );
.\wp-includes\post.php:4280: return apply_filters( 'get_lastpostmodified', $lastpostmodified, $timezone );
.\wp-includes\post.php:4679: $fields = apply_filters( '_wp_post_revision_fields', $fields );
.\wp-includes\query.php:2202: $search = apply_filters_ref_array('posts_search', array( $search, &$this ) );
.\wp-includes\query.php:2504: $where = apply_filters_ref_array('posts_where', array( $where, &$this ) );
.\wp-includes\query.php:2505: $join = apply_filters_ref_array('posts_join', array( $join, &$this ) );
.\wp-includes\query.php:2536: $cjoin = apply_filters_ref_array('comment_feed_join', array( $cjoin, &$this ) );
.\wp-includes\query.php:2537: $cwhere = apply_filters_ref_array('comment_feed_where', array( $cwhere, &$this ) );
.\wp-includes\query.php:2538: $cgroupby = apply_filters_ref_array('comment_feed_groupby', array( $cgroupby, &$this ) );
.\wp-includes\query.php:2539: $corderby = apply_filters_ref_array('comment_feed_orderby', array( 'comment_date_gmt DESC', &$this ) );
.\wp-includes\query.php:2540: $climits = apply_filters_ref_array('comment_feed_limits', array( 'LIMIT ' . get_option('posts_per_rss'), &$this ) );
.\wp-includes\query.php:2566: $where = apply_filters_ref_array( 'posts_where_paged', array( $where, &$this ) );
.\wp-includes\query.php:2567: $groupby = apply_filters_ref_array( 'posts_groupby', array( $groupby, &$this ) );
.\wp-includes\query.php:2568: $join = apply_filters_ref_array( 'posts_join_paged', array( $join, &$this ) );
.\wp-includes\query.php:2569: $orderby = apply_filters_ref_array( 'posts_orderby', array( $orderby, &$this ) );
.\wp-includes\query.php:2570: $distinct = apply_filters_ref_array( 'posts_distinct', array( $distinct, &$this ) );
.\wp-includes\query.php:2571: $limits = apply_filters_ref_array( 'post_limits', array( $limits, &$this ) );
.\wp-includes\query.php:2572: $fields = apply_filters_ref_array( 'posts_fields', array( $fields, &$this ) );
.\wp-includes\query.php:2575: $clauses = (array) apply_filters_ref_array( 'posts_clauses', array( compact( $pieces ), &$this ) );
.\wp-includes\query.php:2585: $where = apply_filters_ref_array( 'posts_where_request', array( $where, &$this ) );
.\wp-includes\query.php:2586: $groupby = apply_filters_ref_array( 'posts_groupby_request', array( $groupby, &$this ) );
.\wp-includes\query.php:2587: $join = apply_filters_ref_array( 'posts_join_request', array( $join, &$this ) );
.\wp-includes\query.php:2588: $orderby = apply_filters_ref_array( 'posts_orderby_request', array( $orderby, &$this ) );
.\wp-includes\query.php:2589: $distinct = apply_filters_ref_array( 'posts_distinct_request', array( $distinct, &$this ) );
.\wp-includes\query.php:2590: $fields = apply_filters_ref_array( 'posts_fields_request', array( $fields, &$this ) );
.\wp-includes\query.php:2591: $limits = apply_filters_ref_array( 'post_limits_request', array( $limits, &$this ) );
.\wp-includes\query.php:2594: $clauses = (array) apply_filters_ref_array( 'posts_clauses_request', array( compact( $pieces ), &$this ) );
.\wp-includes\query.php:2611: $this->request = apply_filters_ref_array( 'posts_request', array( $this->request, &$this ) );
.\wp-includes\query.php:2631: $split_the_query = apply_filters( 'split_the_query', $split_the_query, $this );
.\wp-includes\query.php:2638: $this->request = apply_filters( 'posts_request_ids', $this->request, $this );
.\wp-includes\query.php:2659: $this->posts = apply_filters_ref_array('posts_results', array( $this->posts, &$this ) );
.\wp-includes\query.php:2662: $cjoin = apply_filters_ref_array('comment_feed_join', array( '', &$this ) );
.\wp-includes\query.php:2663: $cwhere = apply_filters_ref_array('comment_feed_where', array( "WHERE comment_post_ID = '{$this->posts[0]->ID}' AND comment_approved = '1'", &$this ) );
.\wp-includes\query.php:2664: $cgroupby = apply_filters_ref_array('comment_feed_groupby', array( '', &$this ) );
.\wp-includes\query.php:2666: $corderby = apply_filters_ref_array('comment_feed_orderby', array( 'comment_date_gmt DESC', &$this ) );
.\wp-includes\query.php:2668: $climits = apply_filters_ref_array('comment_feed_limits', array( 'LIMIT ' . get_option('posts_per_rss'), &$this ) );
.\wp-includes\query.php:2703: $this->posts[0] = apply_filters_ref_array('the_preview', array( $this->posts[0], &$this ));
.\wp-includes\query.php:2757: $this->posts = apply_filters_ref_array('the_posts', array( $this->posts, &$this ) );
.\wp-includes\query.php:2782: $this->found_posts = $wpdb->get_var( apply_filters_ref_array( 'found_posts_query', array( 'SELECT FOUND_ROWS()', &$this ) ) );
.\wp-includes\query.php:2783: $this->found_posts = apply_filters_ref_array( 'found_posts', array( $this->found_posts, &$this ) );
.\wp-includes\rewrite.php:284: $url = apply_filters('url_to_postid', $url);
.\wp-includes\rewrite.php:1541: $post_rewrite = apply_filters('post_rewrite_rules', $post_rewrite);
.\wp-includes\rewrite.php:1545: $date_rewrite = apply_filters('date_rewrite_rules', $date_rewrite);
.\wp-includes\rewrite.php:1549: $root_rewrite = apply_filters('root_rewrite_rules', $root_rewrite);
.\wp-includes\rewrite.php:1553: $comments_rewrite = apply_filters('comments_rewrite_rules', $comments_rewrite);
.\wp-includes\rewrite.php:1558: $search_rewrite = apply_filters('search_rewrite_rules', $search_rewrite);
.\wp-includes\rewrite.php:1562: $author_rewrite = apply_filters('author_rewrite_rules', $author_rewrite);
.\wp-includes\rewrite.php:1566: $page_rewrite = apply_filters('page_rewrite_rules', $page_rewrite);
.\wp-includes\rewrite.php:1579: $rules = apply_filters($permastructname . '_rewrite_rules', $rules);
.\wp-includes\rewrite.php:1581: $rules = apply_filters('tag_rewrite_rules', $rules);
.\wp-includes\rewrite.php:1593: $this->rules = apply_filters('rewrite_rules_array', $this->rules);
.\wp-includes\rewrite.php:1701: $rules = apply_filters('mod_rewrite_rules', $rules);
.\wp-includes\rewrite.php:1702: $rules = apply_filters('rewrite_rules', $rules); // Deprecated
.\wp-includes\rewrite.php:1806: $rules = apply_filters('iis7_url_rewrite_rules', $rules);
.\wp-includes\script-loader.php:610: if ( apply_filters('print_head_scripts', true) )
.\wp-includes\script-loader.php:632: if ( apply_filters('print_footer_scripts', true) )
.\wp-includes\script-loader.php:737: if ( apply_filters('print_admin_styles', true) )
.\wp-includes\script-loader.php:758: if ( apply_filters('print_late_styles', true) )
.\wp-includes\taxonomy.php:27: $post_format_base = apply_filters( 'post_format_rewrite_base', 'type' );
.\wp-includes\taxonomy.php:878: $_term = apply_filters('get_term', $_term, $taxonomy);
.\wp-includes\taxonomy.php:879: $_term = apply_filters("get_$taxonomy", $_term, $taxonomy);
.\wp-includes\taxonomy.php:950: $term = apply_filters('get_term', $term, $taxonomy);
.\wp-includes\taxonomy.php:951: $term = apply_filters("get_$taxonomy", $term, $taxonomy);
.\wp-includes\taxonomy.php:1204: $args = apply_filters( 'get_terms_args', $args, $taxonomies );
.\wp-includes\taxonomy.php:1231: $cache = apply_filters('get_terms', $cache, $taxonomies, $args);
.\wp-includes\taxonomy.php:1251: $orderby = apply_filters( 'get_terms_orderby', $orderby, $args );
.\wp-includes\taxonomy.php:1307: $exclusions = apply_filters('list_terms_exclusions', $exclusions, $args );
.\wp-includes\taxonomy.php:1363: $fields = implode(', ', apply_filters( 'get_terms_fields', $selects, $args ));
.\wp-includes\taxonomy.php:1368: $clauses = apply_filters( 'terms_clauses', compact( $pieces ), $taxonomies, $args );
.\wp-includes\taxonomy.php:1388: $terms = apply_filters('get_terms', array(), $taxonomies, $args);
.\wp-includes\taxonomy.php:1440: $terms = apply_filters('get_terms', $terms, $taxonomies, $args);
.\wp-includes\taxonomy.php:1624: $value = apply_filters("edit_term_{$field}", $value, $term_id, $taxonomy);
.\wp-includes\taxonomy.php:1625: $value = apply_filters("edit_{$taxonomy}_{$field}", $value, $term_id);
.\wp-includes\taxonomy.php:1631: $value = apply_filters("pre_term_{$field}", $value, $taxonomy);
.\wp-includes\taxonomy.php:1632: $value = apply_filters("pre_{$taxonomy}_{$field}", $value);
.\wp-includes\taxonomy.php:1635: $value = apply_filters('pre_category_nicename', $value);
.\wp-includes\taxonomy.php:1638: $value = apply_filters("term_{$field}_rss", $value, $taxonomy);
.\wp-includes\taxonomy.php:1639: $value = apply_filters("{$taxonomy}_{$field}_rss", $value);
.\wp-includes\taxonomy.php:1642: $value = apply_filters("term_{$field}", $value, $term_id, $taxonomy, $context);
.\wp-includes\taxonomy.php:1643: $value = apply_filters("{$taxonomy}_{$field}", $value, $term_id, $context);
.\wp-includes\taxonomy.php:1958: return apply_filters('wp_get_object_terms', $terms, $object_ids, $taxonomies, $args);
.\wp-includes\taxonomy.php:2020: $term = apply_filters( 'pre_insert_term', $term, $taxonomy );
.\wp-includes\taxonomy.php:2110: $term_id = apply_filters('term_id_filter', $term_id, $tt_id);
.\wp-includes\taxonomy.php:2372: $parent = apply_filters( 'wp_update_term_parent', $parent, $term_id, $taxonomy, compact( array_keys( $args ) ), $args );
.\wp-includes\taxonomy.php:2400: $term_id = apply_filters('term_id_filter', $term_id, $tt_id);
.\wp-includes\taxonomy.php:3008: $termlink = apply_filters( 'tag_link', $termlink, $term->term_id );
.\wp-includes\taxonomy.php:3010: $termlink = apply_filters( 'category_link', $termlink, $term->term_id );
.\wp-includes\taxonomy.php:3012: return apply_filters('term_link', $termlink, $term, $taxonomy);
.\wp-includes\taxonomy.php:3201: return apply_filters('get_ancestors', $ancestors, $object_id, $object_type);
.\wp-includes\taxonomy.php:3222: return apply_filters('get_ancestors', $ancestors, $object_id, $object_type);
.\wp-includes\template-loader.php:42: if ( $template = apply_filters( 'template_include', $template ) )
.\wp-includes\template.php:29: return apply_filters( "{$type}_template", locate_template( $templates ) );
.\wp-includes\theme.php:135: return apply_filters('stylesheet', get_option('stylesheet'));
.\wp-includes\theme.php:151: return apply_filters( 'stylesheet_directory', $stylesheet_dir, $stylesheet, $theme_root );
.\wp-includes\theme.php:166: return apply_filters( 'stylesheet_directory_uri', $stylesheet_dir_uri, $stylesheet, $theme_root_uri );
.\wp-includes\theme.php:183: return apply_filters('stylesheet_uri', $stylesheet_uri, $stylesheet_dir_uri);
.\wp-includes\theme.php:216: return apply_filters('locale_stylesheet_uri', $stylesheet_uri, $stylesheet_dir_uri);
.\wp-includes\theme.php:228: return apply_filters('template', get_option('template'));
.\wp-includes\theme.php:244: return apply_filters( 'template_directory', $template_dir, $template, $theme_root );
.\wp-includes\theme.php:260: return apply_filters( 'template_directory_uri', $template_dir_uri, $template, $theme_root_uri );
.\wp-includes\theme.php:339: if ( $cache_expiration = apply_filters( 'wp_cache_themes_persistently', false, 'search_theme_directories' ) ) {
.\wp-includes\theme.php:443: return apply_filters( 'theme_root', $theme_root );
.\wp-includes\theme.php:483: return apply_filters( 'theme_root_uri', $theme_root_uri, get_option('siteurl'), $stylesheet_or_template );
.\wp-includes\theme.php:693: if ( defined('WP_INSTALLING') || !apply_filters( 'validate_current_theme', true ) )
.\wp-includes\theme.php:755: return apply_filters( "theme_mod_$name", $mods[ $name ] );
.\wp-includes\theme.php:760: return apply_filters( "theme_mod_$name", $default );
.\wp-includes\theme.php:1517: return apply_filters('current_theme_supports-' . $feature, true, $args, $_wp_theme_features[$feature]);
.\wp-includes\update.php:43: $locale = apply_filters( 'core_version_check_locale', get_locale() );
.\wp-includes\user.php:46: $secure_cookie = apply_filters('secure_signon_cookie', $secure_cookie, $credentials);
.\wp-includes\user.php:105: $userdata = apply_filters('wp_authenticate_user', $userdata, $password);
.\wp-includes\user.php:160: return apply_filters('get_usernumposts', $count, $userid);
.\wp-includes\user.php:272: return apply_filters("get_user_option_{$option}", $result, $option, $user);
.\wp-includes\user.php:559: $this->total_users = $wpdb->get_var( apply_filters( 'found_users_query', 'SELECT FOUND_ROWS()' ) );
.\wp-includes\user.php:724: return apply_filters( 'get_blogs_of_user', $blogs, $user_id, $all );
.\wp-includes\user.php:1045: $output = apply_filters('wp_dropdown_users', $output);
.\wp-includes\user.php:1090: $value = apply_filters("edit_{$field}", $value, $user_id);
.\wp-includes\user.php:1092: $value = apply_filters("edit_user_{$field}", $value, $user_id);
.\wp-includes\user.php:1101: $value = apply_filters("pre_{$field}", $value);
.\wp-includes\user.php:1103: $value = apply_filters("pre_user_{$field}", $value);
.\wp-includes\user.php:1108: $value = apply_filters($field, $value, $user_id, $context);
.\wp-includes\user.php:1110: $value = apply_filters("user_{$field}", $value, $user_id, $context);
.\wp-includes\user.php:1202: return apply_filters( 'validate_username', $valid, $username );
.\wp-includes\user.php:1268: $user_login = apply_filters('pre_user_login', $user_login);
.\wp-includes\user.php:1281: $user_nicename = apply_filters('pre_user_nicename', $user_nicename);
.\wp-includes\user.php:1285: $user_url = apply_filters('pre_user_url', $user_url);
.\wp-includes\user.php:1289: $user_email = apply_filters('pre_user_email', $user_email);
.\wp-includes\user.php:1296: $display_name = apply_filters('pre_user_display_name', $display_name);
.\wp-includes\user.php:1300: $nickname = apply_filters('pre_user_nickname', $nickname);
.\wp-includes\user.php:1304: $first_name = apply_filters('pre_user_first_name', $first_name);
.\wp-includes\user.php:1308: $last_name = apply_filters('pre_user_last_name', $last_name);
.\wp-includes\user.php:1312: $description = apply_filters('pre_user_description', $description);
.\wp-includes\user.php:1490: return apply_filters( 'user_contactmethods', $user_contactmethods, $user );
.\wp-includes\vars.php:55: if ( $is_chrome = apply_filters( 'use_google_chrome_frame', is_admin() ) )
.\wp-includes\widgets.php:180: $instance = apply_filters('widget_display_callback', $instance, $this, $args);
.\wp-includes\widgets.php:235: $instance = apply_filters('widget_update_callback', $instance, $new_instance, $old_instance, $this);
.\wp-includes\widgets.php:266: $instance = apply_filters('widget_form_callback', $instance, $this);
.\wp-includes\widgets.php:886: $params = apply_filters( 'dynamic_sidebar_params', $params );
.\wp-includes\widgets.php:1016: $sidebars_widgets = apply_filters('sidebars_widgets', $sidebars_widgets);
.\wp-includes\wp-db.php:1081: $query = apply_filters( 'query', $query );
'wp_atom_server_class'
'comment_post_redirect'
'link_category'
'link_title'
'shake_error_codes'
'login_headerurl'
'login_headertitle'
'login_message'
'login_errors'
'login_messages'
'allow_password_reset'
'retrieve_password_title'
'retrieve_password_message'
'user_registration_email'
'registration_errors'
'lostpassword_redirect'
'wp_signup_location'
'registration_redirect'
'login_redirect'
'enable_post_by_email_configuration'
'wp_mail_original_content'
'phone_content'
'signup_another_blog_init'
'signup_create_blog_meta'
'add_signup_meta'
'signup_user_init'
'add_signup_meta'
'signup_blog_init'
'add_signup_meta'
'wpmu_active_signup'
'wp_xmlrpc_server_class'
'update_footer'
'admin_footer_text'
'admin_title'
'admin_body_class'
'do_mu_upgrade'
'admin_memory_limit'
'force_filtered_html_on_import'
"async_upload_{$type}"
'comment_edit_redirect'
'image_size_names_choose'
'wp_create_file_in_uploads'
'wp_create_file_in_uploads'
'wp_delete_file'
'wp_delete_file'
'customize_allowed_urls'
'post_updated_messages'
'enter_title_here'
'get_comment_author_link'
'editable_slug'
'the_category'
'media_upload_default_type'
'media_upload_default_tab'
"parent_file"
'delete_site_email_content'
'myblogs_options'
'myblogs_blog_actions'
'myblogs_options'
'allow_subdirectory_install'
'thread_comments_depth_max'
'avatar_defaults'
'default_avatar_select'
'date_formats'
'time_formats'
'enable_post_by_email_configuration'
'enable_update_services_configuration'
"option_page_capability_{$option_page}"
'enable_post_by_email_configuration'
'whitelist_options'
'editable_extensions'
'redirect_post_location'
"_wp_post_revision_field_$field"
"_wp_post_revision_field_$field"
"_wp_post_revision_field_$field"
'enable_edit_any_user_configuration'
'user_'.$name.'_label'
'show_password_fields'
'additional_capabilities_display'
'pre_user_login'
'autocomplete_users_for_site_admins'
'show_password_fields'
'autocomplete_users_for_site_admins'
'wp_edit_nav_menu_walker'
'nav_menu_meta_box_object'
'wp_check_post_lock_window'
'comments_per_page'
'comment_status_links'
'admin_comment_types_dropdown'
'comment_edit_pre'
'comment_row_actions'
'views_' . $screen->id
'bulk_actions-' . $screen->id
$option
"manage_{$screen->id}_sortable_columns"
'manage_media_columns'
'media_row_actions'
'wpmu_blogs_columns'
'manage_sites_action_links'
'all_themes'
'theme_action_links'
"theme_action_links_$theme_key"
'theme_row_meta'
'wpmu_users_columns'
'ms_user_row_actions'
'ms_user_list_site_actions'
'manage_users_custom_column'
'install_plugins_tabs'
'install_plugins_nonmenu_tabs'
'plugin_install_action_links'
'all_plugins'
'show_advanced_plugins'
'show_advanced_plugins'
$prefix . 'plugin_action_links'
$prefix . "plugin_action_links_$plugin_file"
'plugin_row_meta'
'edit_posts_per_page'
'manage_pages_columns'
'manage_posts_columns'
"manage_{$post_type}_posts_columns"
'the_title'
'page_row_actions'
'post_row_actions'
'post_date_column_time'
'post_date_column_time'
'quick_edit_dropdown_pages_args'
'edit_tags_per_page'
'tagsperpage'
'edit_categories_per_page'
'term_name'
'tag_row_actions'
"{$taxonomy}_row_actions"
'editable_slug'
'editable_slug'
"manage_{$screen->taxonomy}_custom_column"
'install_themes_tabs'
'install_themes_nonmenu_tabs'
'theme_install_actions'
'theme_action_links'
'upgrader_pre_install'
'upgrader_source_selection'
'upgrader_clear_destination'
'upgrader_post_install'
'update_plugin_complete_actions'
'update_bulk_plugins_complete_actions'
'update_bulk_theme_complete_actions'
'install_plugin_complete_actions'
'install_theme_complete_actions'
'update_theme_complete_actions'
'user_row_actions'
'manage_users_custom_column'
'comment_edit_pre'
'dashboard_incoming_links_link'
'dashboard_incoming_links_feed'
'dashboard_primary_link'
'dashboard_primary_feed'
'dashboard_primary_title'
'dashboard_secondary_link'
'dashboard_secondary_feed'
'dashboard_secondary_title'
'wp_network_dashboard_widgets'
'wp_user_dashboard_widgets'
'wp_dashboard_widgets'
'privacy_on_link_title'
'privacy_on_link_text'
'comment_row_actions'
'browse-happy-notice'
'get_editable_authors'
'get_others_drafts'
'the_title_rss'
'the_content_export'
'the_excerpt_export'
'wxr_export_skip_postmeta'
'wp_handle_upload_prefilter'
'wp_handle_upload'
'wp_handle_upload'
'admin_memory_limit'
'unzip_file_use_ziparchive'
'filesystem_method_file'
'filesystem_method'
'request_filesystem_credentials'
'fs_ftp_connection_types'
'image_save_pre'
'image_save_pre'
'wp_save_image_file'
'jpeg_quality'
'image_edit_before_change'
'admin_memory_limit'
'wp_delete_file'
'wp_delete_file'
'admin_memory_limit'
'wp_delete_file'
'wp_create_thumbnail'
'jpeg_quality'
'intermediate_image_sizes_advanced'
'wp_generate_attachment_metadata'
'wp_read_image_metadata_types'
'wp_read_image_metadata'
'file_is_displayable_image'
'load_image_to_edit'
'load_image_to_edit_filesystempath'
'load_image_to_edit_attachmenturl'
'load_image_to_edit_path'
'media_upload_tabs'
'media_upload_default_tab'
'image_send_to_editor'
'disable_captions'
'image_add_caption_shortcode'
'media_buttons_context'
$type . '_upload_iframe_src'
'attachment_fields_to_save'
'media_send_to_editor'
$type . '_send_to_editor_url'
'image_send_to_editor_url'
'image_size_names_choose'
'attachment_fields_to_edit'
'get_media_item_args'
'media_meta'
'upload_post_params'
'plupload_init'
'media_upload_form_url'
'media_upload_form_url'
'disable_captions'
'type_url_form_media'
'media_upload_form_url'
'media_upload_form_url'
'media_upload_mime_type_links'
'disable_captions'
'add_menu_classes'
'custom_menu_order'
'menu_order'
'preview_post_link'
'editable_slug'
'page_attributes_dropdown_pages_args'
'got_rewrite'
'documentation_ignore_functions'
'set-screen-option'
'wpmu_drop_tables'
'wpmu_delete_blog_upload_dir'
'new_admin_email_content'
'new_user_email_content'
'lang_codes'
'mu_dropdown_languages'
'wp_signup_location'
'can_edit_network'
'wp_is_large_network'
'wp_is_large_network'
'nav_menu_meta_box_object'
'nav_menu_meta_box_object'
'nav_menu_items_'.$post_type_name
'wp_edit_nav_menu_walker'
'plugins_api_args'
'plugins_api'
'plugins_api_result'
'default_content'
'default_title'
'default_excerpt'
"edit_{$post_type}_per_page"
'edit_posts_per_page'
'post_mime_types'
'upload_per_page'
"postbox_classes_{$page}_{$id}"
'editable_slug'
'editable_slug'
'get_sample_permalink_html'
'get_sample_permalink_html'
'admin_post_thumbnail_html'
'wp_check_post_lock_window'
'manage_' . $screen->id . '_columns'
'default_hidden_meta_boxes'
'hidden_meta_boxes'
'contextual_help_list'
'contextual_help'
'default_contextual_help'
'screen_layout_columns'
'screen_settings'
'screen_options_show_screen'
'comments_per_page'
'edit_categories_per_page'
$option
'edit_posts_per_page'
'terms_to_edit'
'the_category'
'wp_terms_checklist_args'
'the_category'
'the_category'
'editable_slug'
'wp_comment_reply'
'postmeta_form_limit'
'upload_size_limit'
'import_upload_size_limit'
'admin_body_class'
'display_post_states'
'display_media_states'
'themes_api_args'
'themes_api'
'themes_api_result'
'update_feedback'
'update_feedback'
'update_feedback'
'dbdelta_queries'
'dbdelta_create_queries'
'dbdelta_insert_queries'
'editable_roles'
'get_users_drafts'
'post_types_to_delete_with_user'
'tables_to_repair'
'redirect_network_admin_request'
'mu_menu_items'
'subdirectory_reserved_names'
'show_network_site_users_add_existing_form'
'show_network_site_users_add_existing_form'
'show_network_site_users_add_new_form'
'show_network_site_users_add_new_form'
'network_sites_updated_message_' . $_REQUEST['action']
'redirect_user_admin_request'
'akismet_show_user_comments_approved'
'akismet_ua'
'akismet_spam_count_incr'
'akismet_comment_nonce'
'akismet_spam_count_incr'
'akismet_optimize_table'
'akismet_delete_commentmeta_interval'
'akismet_optimize_table'
'akismet_comment_nonce'
"p2_add_component_$component"
'p2_custom_background_args'
'the_title'
'comment_text'
'tags_with_count'
'comment_reply_link'
'prologue_poweredby_link'
'p2_get_supported_post_formats'
'p2_is_iphone'
'the_editor_content'
'p2_get_comment_content'
'p2_get_quote_content'
'the_content'
'comment_text'
'p2_accepted_post_cats'
'p2_custom_header_args'
'p2_mentions_taxonomy_args'
'p2_found_mentions'
'p2_mention_link'
'p2_user_suggestion'
'p2_get_user_display_name'
'p2_get_quote_content'
'p2_get_the_category'
'p2_get_user_prompt'
'p2_get_page_number'
'p2_get_archive_author'
'p2_get_author_feed_link'
$filter
'twentyeleven_author_bio_avatar_size'
'category_archive_meta'
'twentyeleven_author_bio_avatar_size'
'twentyeleven_status_avatar'
'twentyeleven_header_image_width'
'twentyeleven_header_image_height'
'twentyeleven_attachment_size'
'tag_archive_meta'
'twentyeleven_color_schemes'
'twentyeleven_layouts'
'twentyeleven_default_theme_options'
'twentyeleven_theme_options_validate'
'twentyeleven_layout_classes'
'widget_title'
'twentyten_author_bio_avatar_size'
'twentyten_header_image_width'
'twentyten_header_image_height'
'twentyten_attachment_size'
'twentyten_attachment_height'
'twentyten_author_bio_avatar_size'
'wp_admin_bar_class'
'show_admin_bar'
'the_author'
'the_modified_author'
'get_the_author_' . $field
'the_author_' . $field
'the_author_posts_link'
'author_link'
'is_multi_author'
"link_category"
'wp_list_bookmarks'
'get_bookmarks'
'get_bookmarks'
'get_bookmarks'
"edit_$field"
"pre_$field"
$field
'wp_signup_location'
'redirect_canonical'
'role_has_cap'
'user_has_cap'
"auth_post_meta_{$meta_key}"
'map_meta_cap'
'get_the_categories'
'the_category'
'the_category'
'the_category'
'list_cats'
'list_cats'
'list_cats'
'wp_dropdown_cats'
'wp_list_categories'
'wp_tag_cloud'
'tag_cloud_sort'
'wp_generate_tag_cloud'
'list_cats'
'category_description'
'list_cats'
'get_the_tags'
'the_tags'
'get_the_terms'
"term_links-$taxonomy"
'the_terms'
'get_categories_taxonomy'
'get_tags'
'wp_feed_cache_transient_lifetime'
'http_request_timeout'
'http_request_redirection_count'
'http_request_version'
'http_headers_useragent'
'http_request_args'
'pre_http_request'
'http_response'
'block_local_requests'
'use_fsockopen_transport'
'https_local_ssl_verify'
'https_ssl_verify'
'use_streams_transport'
'https_local_ssl_verify'
'https_ssl_verify'
'use_curl_transport'
'wp_http_cookie_value'
'oembed_providers'
'oembed_result'
'oembed_linktypes'
'oembed_dataparse'
"customize_sanitize_{$this->id}"
'customize_value_' . $this->id_data[ 'base' ]
"customize_sanitize_js_{$this->id}"
'the_editor'
'the_editor_content'
'quicktags_settings'
'disable_captions'
'teeny_mce_plugins'
'mce_external_plugins'
'mce_external_languages'
'tiny_mce_plugins'
'mce_spellchecker_languages'
'mce_css'
'teeny_mce_buttons'
'mce_buttons'
'mce_buttons_2'
'mce_buttons_3'
'mce_buttons_4'
'teeny_mce_before_init'
'tiny_mce_before_init'
'wp_fullscreen_buttons'
'enter_title_here'
'wp_cache_themes_persistently'
'xmlrpc_methods'
'xmlrpc_blog_options'
'xmlrpc_prepare_taxonomy'
'xmlrpc_prepare_term'
'xmlrpc_prepare_post'
'xmlrpc_prepare_post_type'
'xmlrpc_prepare_media_item'
'xmlrpc_prepare_page'
'xmlrpc_prepare_comment'
'xmlrpc_wp_insert_post_data'
'xmlrpc_default_post_fields'
'xmlrpc_default_post_fields'
'xmlrpc_default_taxonomy_fields'
'xmlrpc_default_taxonomy_fields'
'xmlrpc_allow_anonymous_comments'
'xmlrpc_default_posttype_fields'
'xmlrpc_default_posttype_fields'
'pre_upload_error'
'wp_handle_upload'
'xmlrpc_text_filters'
'pre_remote_source'
'query_vars'
'request'
'wp_headers'
'query_string'
'script_loader_src'
'script_loader_src'
'print_scripts_array'
'style_loader_tag'
'style_loader_tag'
'print_styles_array'
'style_loader_src'
'get_comment_author'
'comment_author'comment author email
'get_comment_author_email'
'author_email'comment author's emailcomment author's email
'comment_email'
'get_comment_author_link'
'get_comment_author_IP'author's URL
'get_comment_author_url'
'comment_url'
'get_comment_author_url_link'
'comment_class'
'get_comment_date'
'get_comment_excerpt'
'comment_excerpt'
'get_comment_ID'
'get_comment_link'
'get_comments_number'
'comments_number'
'get_comment_text'
'comment_text'
'get_comment_time'
'get_comment_type'
'trackback_url'
'comments_open'
'pings_open'
'comments_array'
'comments_template'
'comments_popup_link_attributes'
'comment_reply_link'
'post_comments_link'
'cancel_comment_reply_link'
'comment_id_fields'
'comment_form_default_fields'
'the_permalink'
'the_permalink'
'comment_form_defaults'
'comment_form_logged_in'
"comment_form_field_{$name}"
'comment_form_field_comment'
'comment_text'
'comment_max_links_url'
'get_comment'
'comments_clauses'
'the_comments'
'comment_cookie_lifetime'
'pre_comment_author_name'
'pre_comment_author_email'
'pre_comment_author_url'
'pre_comment_approved'
'comment_flood_filter'
'wp_count_comments'
'wp_get_current_commenter'author's email address
'pre_user_id'
'pre_user_id'
'pre_comment_user_agent'
'pre_comment_author_name'
'pre_comment_content'
'pre_comment_user_ip'
'pre_comment_author_url'
'pre_comment_author_email'
'preprocess_comment'
'comment_save_pre'
'the_content'
'the_excerpt'
'the_title'
'pingback_useragent'
'close_comments_for_post_types'
'close_comments_for_post_types'
'schedule_event'
'schedule_event'
'https_local_ssl_verify'
'cron_schedules'
'widget_title'
'widget_pages_args'
'widget_links_args'
'widget_title'
'widget_title'
'widget_archives_dropdown_args'
'widget_archives_args'
'widget_title'
'widget_title'
'widget_title'
'widget_text'
'widget_title'
'widget_categories_dropdown_args'
'widget_categories_args'
'widget_title'
'widget_posts_args'
'show_recent_comments_widget_style'
'widget_title'
'widget_comments_args'
'widget_title'
'widget_title'
'widget_tag_cloud_args'
'widget_title'
'the_title'
'the_title'
'link_category'
'the_content_rss'
'icon_dir'
'attachment_max_dims'
'attachment_icon'
'attachment_innerHTML'
'the_title'
"{$boundary}_post_rel_link"
"index_rel_link"
'the_title'
"parent_post_rel_link"
'extra_theme_headers'
'the_title_rss'
'rss_update_period'
'rss_update_frequency'
'rss_update_period'
'rss_update_frequency'
'the_title_rss'
'rss_update_period'
'rss_update_frequency'
'get_bloginfo_rss'
'bloginfo_rss'
'default_feed'
'get_wp_title_rss'
'wp_title_rss'
'the_title_rss'processing.
'the_content'
'the_content_feed'
'the_excerpt_rss'
'the_permalink_rss'
'comment_author_rss'
'comment_text_rss'
'get_bloginfo_rss'
'the_category_rss'
'rss_enclosure'
'atom_enclosure'
'feed_content_type'
'wp_feed_cache_transient_lifetime'
'no_texturize_tags'
'no_texturize_shortcodes'
'sanitize_file_name_chars'
'sanitize_file_name'
'sanitize_file_name'
'sanitize_user'
'sanitize_key'
'sanitize_title'
'sanitize_html_class'
'format_to_edit'
'format_to_post'
'smilies_src'
'is_email'
'is_email'
'is_email'
'is_email'
'is_email'
'is_email'
'is_email'
'is_email'
'is_email'
'sanitize_email'
'sanitize_email'
'sanitize_email'
'sanitize_email'
'sanitize_email'
'sanitize_email'
'sanitize_email'
'sanitize_email'
'the_content'
'excerpt_length'
'excerpt_more'
'wp_trim_excerpt'
'wp_trim_words'
'pre_ent2ncr'
'richedit_pre'
'richedit_pre'
'htmledit_pre'
'clean_url'
'js_escape'
'esc_html'
'attribute_escape'
'esc_textarea'
'tag_escape'
"sanitize_option_{$option}"
'wp_parse_str'
'wp_sprintf'
'wp_sprintf_l'
'sanitize_text_field'
'sanitize_mime_type'
'sanitize_trackback_urls'
'date_i18n'
'number_format_i18n'
'status_header'
apply_filters') ) {
'nocache_headers'
'robots_txt'
'upload_dir'
'wp_upload_bits'
'ext2type'
'getimagesize_mimes_to_exts'
'wp_check_filetype_and_ext'
'upload_mimes'
'wp_die_ajax_handler'
'wp_die_xmlrpc_handler'
'wp_die_app_handler'
'wp_die_handler'
'load_default_widgets'
'deprecated_function_trigger_error'
'deprecated_file_trigger_error'
'deprecated_argument_trigger_error'
'doing_it_wrong_trigger_error'
'iis7_supports_permalinks'
'global_terms_enabled'
"extra_{$context}_headers"
'kses_allowed_protocols'
'get_search_form'
'get_search_form'
'loginout'
'loginout'
'logout_url'
'login_url'
'login_form_defaults'
'login_form_top'
'login_form_middle'
'login_form_bottom'
'lostpassword_url'
'register'
'register'
'bloginfo_url'
'bloginfo'
'wp_title'
'single_post_title'
'post_type_archive_title'
'single_cat_title'
'single_tag_title'
'single_term_title'
'get_archives_link'
'getarchives_where'
'getarchives_join'
'the_title'
'get_calendar'
'get_calendar'
'the_title'
'get_calendar'
'get_calendar'
'the_date'
'get_the_date'
'the_modified_date'
'get_the_modified_date'
'the_time'
'get_the_time'
'get_post_time'
'the_modified_time'
'get_the_modified_time'
'get_post_modified_time'
'the_weekday'
'the_weekday_date'
'user_can_richedit'
'wp_default_editor'
'get_search_query'
'the_search_query'
'language_attributes'
'paginate_links'
'paginate_links'
'paginate_links'
'wp_admin_css_uri'
'wp_admin_css'
'wp_admin_css'
'wp_generator_type'
'the_generator'
"get_the_generator_{$type}"
'http_origin'
'allowed_http_origins'
'allowed_http_origin'
'pre_kses'
'safe_style_css'
'locale'
'locale'
'gettext'
'gettext_with_context'
'ngettext'
'ngettext_with_context'
'override_load_textdomain'
'load_textdomain_mofile'
'override_unload_textdomain'
'plugin_locale'
'plugin_locale'
'theme_locale'
'theme_locale'
'the_permalink'
'user_trailingslashit'
'pre_post_link'
'post_link'
'post_type_link'
'page_link'
'_get_page_link'
'attachment_link'
'year_link'
'year_link'
'month_link'
'month_link'
'day_link'
'day_link'
'the_feed_link'
'feed_link'
'post_comments_feed_link'
'post_comments_feed_link_html'
'author_feed_link'
'category_feed_link'
'category_feed_link'
'taxonomy_feed_link'
'get_edit_tag_link'
'edit_tag_link'
'get_edit_term_link'
'edit_term_link'
'search_link'
'search_feed_link'
'search_feed_link'
'post_type_archive_link'
'post_type_archive_feed_link'
'get_edit_post_link'
'edit_post_link'
'get_delete_post_link'
'get_edit_comment_link'
'edit_comment_link'
'get_edit_bookmark_link'
'edit_bookmark_link'
"get_{$adjacent}_post_join"
"get_{$adjacent}_post_where"
"get_{$adjacent}_post_sort"
'the_title'
"{$adjacent}_post_rel_link"
'the_title'
"{$adjacent}_post_link"
'get_pagenum_link'
'next_posts_link_attributes'
'previous_posts_link_attributes'
'get_comments_pagenum_link'
'next_comments_link_attributes'
'previous_comments_link_attributes'
'shortcut_link'
'home_url'
'site_url'
'admin_url'
'includes_url'
'content_url'
'plugins_url'
'network_site_url'
'network_home_url'
'network_admin_url'
'user_admin_url'
'set_url_scheme'
'user_dashboard_url'
'edit_profile_url'
'pre_get_shortlink'
'get_shortlink'
'the_shortlink'
'editor_max_image_size'
'image_downsize'
'get_image_tag_class'
'get_image_tag'
'image_memory_limit'
'image_resize_dimensions'
'jpeg_quality'
'image_make_intermediate_size'
'intermediate_image_sizes'
'icon_dir'attributes array
'wp_get_attachment_image_attributes'
'img_caption_shortcode'
'post_gallery'
'use_default_gallery_style'
'gallery_style'
'embed_handler_html'
'embed_oembed_html'
'embed_oembed_discover'
'embed_oembed_html'
'embed_cache_oembed_types'
'embed_maybe_make_link'
'embed_defaults'
'load_default_embeds'
'embed_googlevideo'
'plupload_default_settings'
'plupload_default_params'
"add_{$meta_type}_metadata"
"update_{$meta_type}_metadata"
"delete_{$meta_type}_metadata"
"get_{$meta_type}_metadata"
"get_{$meta_type}_metadata"
'get_meta_sql'
'is_protected_meta'
"sanitize_{$meta_type}_meta_{$meta_key}"
'blog_details'
'blog_option_' . $setting
'blog_option_' . $setting
'graceful_fail'
'graceful_fail_template'
'wpmu_validate_user_signup'
'subdirectory_reserved_names'
'newblogname'
'wpmu_validate_blog_signup'
'wpmu_signup_blog_notification'
'wpmu_signup_blog_notification_email'
'wpmu_signup_blog_notification_subject'
'wpmu_signup_user_notification'
'wpmu_signup_user_notification_email'
'wpmu_signup_user_notification_subject'
'newblog_notify_siteadmin'
'newuser_notify_siteadmin'
'wpmu_welcome_notification'
'update_welcome_email'
'update_welcome_subject'
'wpmu_welcome_user_notification'
'update_welcome_user_email'
'update_welcome_user_subject'
'blog_redirect_404'
'ms_site_check'
'nav_menu_css_class'
'nav_menu_item_id'
'the_title'
'walker_nav_menu_start_el'
'wp_nav_menu_args'
'wp_nav_menu_container_allowedtags'
'wp_nav_menu_objects'
'wp_nav_menu_items'
"wp_nav_menu_{$menu->slug}_items"
'wp_nav_menu'
'wp_get_nav_menus'
'wp_get_nav_menu_items'
'nav_menu_attr_title'
'nav_menu_description'
'nav_menu_attr_title'
'nav_menu_description'
'wp_setup_nav_menu_item'
'pre_option_' . $option
'default_option_' . $option
'default_option_' . $option
'default_option_' . $option
'option_' . $option
'pre_update_option_' . $option
'pre_transient_' . $transient
'transient_' . $transient
'pre_set_transient_' . $transient
'pre_site_option_' . $option
'default_site_option_' . $option
'default_site_option_' . $option
'site_option_' . $option
'pre_add_site_option_' . $option
'pre_update_site_option_' . $option
'pre_site_transient_' . $transient
'site_transient_' . $transient
'pre_set_site_transient_' . $transient
'wp_mail'
'wp_mail_from'
'wp_mail_from_name'
'wp_mail_content_type'
'wp_mail_charset'
'authenticate'
'auth_cookie'
'auth_cookie_expiration'
'auth_cookie_expiration'
'secure_auth_cookie'
'secure_logged_in_cookie'
'secure_auth_redirect'
'auth_redirect_scheme'
'wp_redirect'
'wp_redirect_status'
'allowed_redirect_hosts'
'comment_notification_text'
'comment_notification_subject'
'comment_notification_headers'
'comment_moderation_text'
'comment_moderation_subject'
'comment_moderation_headers'
'nonce_life'
'salt'
'salt'
'check_password'
'check_password'
'random_password'
'get_avatar_comment_types'
'get_avatar'
'protected_title_format'
'private_title_format'
'the_title'
'get_the_guid'
'the_content'
'the_content_more_link'
'the_excerpt'
'get_the_excerpt'
'post_class'
'body_class'
'wp_link_pages_args'
'the_meta_key'
'wp_dropdown_pages'
'wp_list_pages_excludes'
'wp_list_pages'
'wp_page_menu_args'
'wp_page_menu'
'page_css_class'
'the_title'
'list_pages'
'wp_get_attachment_link'
'prepend_attachment'
'the_password_form'
'post_thumbnail_size'
'post_thumbnail_html'
'get_attached_file'
'update_attached_file'
'_wp_relative_upload_path'
"edit_{$field}"
"{$field_no_prefix}_edit_pre"
"edit_post_{$field}"
"pre_{$field}"
"{$field_no_prefix}_save_pre"
"pre_post_{$field}"
"{$field}_pre"
$field
"post_{$field}"
'wp_insert_post_empty_content'
'wp_insert_post_parent'
'wp_insert_post_data'
'wp_unique_post_slug_is_bad_attachment_slug'
'wp_unique_post_slug_is_bad_hierarchical_slug'
'wp_unique_post_slug_is_bad_flat_slug'
'wp_unique_post_slug'
'add_ping'
'get_enclosed'
'get_pung'
'get_to_ping'
'get_pages'
'get_pages'
'get_pages'
'wp_delete_file'
'wp_delete_file'
'wp_delete_file'
'wp_delete_file'
'wp_get_attachment_metadata'
'wp_update_attachment_metadata'
'wp_get_attachment_url'
'wp_get_attachment_thumb_file'
'wp_get_attachment_thumb_url'
'icon_dir'
'icon_dir_uri'
'icon_dirs'
'wp_mime_type_icon'
'pub_priv_sql_capability'
'get_lastpostdate'
'get_lastpostmodified'
'_wp_post_revision_fields'
'posts_search'
'posts_where'
'posts_join'
'comment_feed_join'
'comment_feed_where'
'comment_feed_groupby'
'comment_feed_orderby'
'comment_feed_limits'
'posts_where_paged'
'posts_groupby'
'posts_join_paged'
'posts_orderby'
'posts_distinct'
'post_limits'
'posts_fields'
'posts_clauses'
'posts_where_request'
'posts_groupby_request'
'posts_join_request'
'posts_orderby_request'
'posts_distinct_request'
'posts_fields_request'
'post_limits_request'
'posts_clauses_request'
'posts_request'
'split_the_query'
'posts_request_ids'
'posts_results'
'comment_feed_join'
'comment_feed_where'
'comment_feed_groupby'
'comment_feed_orderby'
'comment_feed_limits'
'the_preview'
'the_posts'
'found_posts_query'
'found_posts'
'url_to_postid'
'post_rewrite_rules'
'date_rewrite_rules'
'root_rewrite_rules'
'comments_rewrite_rules'
'search_rewrite_rules'
'author_rewrite_rules'
'page_rewrite_rules'
$permastructname . '_rewrite_rules'
'tag_rewrite_rules'
'rewrite_rules_array'
'mod_rewrite_rules'
'rewrite_rules'
'iis7_url_rewrite_rules'
'print_head_scripts'
'print_footer_scripts'
'print_admin_styles'
'print_late_styles'
'post_format_rewrite_base'
'get_term'
"get_$taxonomy"
'get_term'
"get_$taxonomy"
'get_terms_args'
'get_terms'
'get_terms_orderby'
'list_terms_exclusions'
'get_terms_fields'
'terms_clauses'
'get_terms'
'get_terms'
"edit_term_{$field}"
"edit_{$taxonomy}_{$field}"
"pre_term_{$field}"
"pre_{$taxonomy}_{$field}"
'pre_category_nicename'
"term_{$field}_rss"
"{$taxonomy}_{$field}_rss"
"term_{$field}"
"{$taxonomy}_{$field}"
'wp_get_object_terms'
'pre_insert_term'
'term_id_filter'
'wp_update_term_parent'
'term_id_filter'
'tag_link'
'category_link'
'term_link'
'get_ancestors'
'get_ancestors'
'template_include'
"{$type}_template"
'stylesheet'
'stylesheet_directory'
'stylesheet_directory_uri'
'stylesheet_uri'
'locale_stylesheet_uri'
'template'
'template_directory'
'template_directory_uri'
'wp_cache_themes_persistently'
'theme_root'
'theme_root_uri'
'validate_current_theme'
"theme_mod_$name"
"theme_mod_$name"
'current_theme_supports-' . $feature
'core_version_check_locale'
'secure_signon_cookie'
'wp_authenticate_user'
'get_usernumposts'
"get_user_option_{$option}"
'found_users_query'
'get_blogs_of_user'
'wp_dropdown_users'
"edit_{$field}"
"edit_user_{$field}"
"pre_{$field}"
"pre_user_{$field}"
$field
"user_{$field}"
'validate_username'
'pre_user_login'
'pre_user_nicename'
'pre_user_url'
'pre_user_email'
'pre_user_display_name'
'pre_user_nickname'
'pre_user_first_name'
'pre_user_last_name'
'pre_user_description'
'user_contactmethods'
'use_google_chrome_frame'
'widget_display_callback'
'widget_update_callback'
'widget_form_callback'
'dynamic_sidebar_params'
'sidebars_widgets'
'query'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment