Cette page donne la liste, pour WordPressMu 1.2.1, des apply_filter appelés et les fichiers sources concernés.
./wp-comments-post.php:67:$location = apply_filters('comment_post_redirect', $location, $comment);
./wp-signup.php:144: $filtered_results = apply_filters('signup_another_blog_init', array('blog_id' => $blog_id, 'blog_title' => $blog_title, 'errors' => $errors ));
./wp-signup.php:196: $meta = apply_filters('signup_create_blog_meta', array ('lang_id' => 1, 'public' => $public));
./wp-signup.php:222: $filtered_results = apply_filters('signup_user_init', array('user_name' => $user_name, 'user_email' => $user_email, 'errors' => $errors ));
./wp-signup.php:270: wpmu_signup_user($user_name, $user_email, apply_filters( "add_signup_meta", array() ) );
./wp-signup.php:289: $filtered_results = apply_filters('signup_blog_init', array('user_name' => $user_name, 'user_email' => $user_email, 'blog_id' => $blog_id, 'blog_title' => $blog_title, 'errors' => $errors ));
./wp-signup.php:335: $meta = apply_filters( "add_signup_meta", $meta );
./wp-includes/plugin.php:15:function apply_filters($tag, $string) {
./wp-includes/feed-rss2-comments.php:32: $title = apply_filters('the_title', $title);
./wp-includes/feed-rss2-comments.php:33: $title = apply_filters('the_title_rss', $title);
./wp-includes/post-template.php:22: $title = apply_filters('the_title', $before . $title . $after, $before, $after);
./wp-includes/post-template.php:50: return apply_filters('get_the_guid', $post->guid);
./wp-includes/post-template.php:55: $content = apply_filters('the_content', $content);
./wp-includes/post-template.php:114: echo apply_filters('the_excerpt', get_the_excerpt());
./wp-includes/post-template.php:129: return apply_filters('get_the_excerpt', $output);
./wp-includes/post-template.php:269: $output = apply_filters('wp_dropdown_pages', $output);
./wp-includes/post-template.php:294: $r['exclude'] = implode(',', apply_filters('wp_list_pages_excludes', explode(',', $r['exclude'])));
./wp-includes/post-template.php:312: $output = apply_filters('wp_list_pages', $output);
./wp-includes/post-template.php:381: $icon_dir = apply_filters( 'icon_dir', get_template_directory() . '/images' );
./wp-includes/post-template.php:402: if ( ($max_dims = apply_filters('attachment_max_dims', $max_dims)) && file_exists($src_file) ) {
./wp-includes/post-template.php:428: return apply_filters( 'attachment_icon', $icon, $post->ID );
./wp-includes/post-template.php:442: return apply_filters('attachment_innerHTML', $innerHTML, $post->ID);
./wp-includes/post-template.php:449: $p = apply_filters('prepend_attachment', $p);
./wp-includes/js/tinymce/tiny_mce_config.php:26: $valid_elements = apply_filters('mce_valid_elements', $valid_elements);
./wp-includes/js/tinymce/tiny_mce_config.php:29: $plugins = apply_filters('mce_plugins', $plugins);
./wp-includes/js/tinymce/tiny_mce_config.php:32: $mce_buttons = apply_filters('mce_buttons', array('bold', 'italic', 'strikethrough', 'separator', 'bullist', 'numlist', 'outdent', 'indent', 'separator', 'justifyleft', 'justifycenter', 'justifyright', 'separator', 'link', 'unlink', 'image', 'wp_more', 'separator', 'spellchecker', 'separator', 'wp_help', 'wp_adv_start', 'wp_adv', 'separator', 'formatselect', 'underline', 'justifyfull', 'forecolor', 'separator', 'pastetext', 'pasteword', 'separator', 'removeformat', 'cleanup', 'separator', 'charmap', 'separator', 'undo', 'redo', 'wp_adv_end'));
./wp-includes/js/tinymce/tiny_mce_config.php:35: $mce_buttons_2 = apply_filters('mce_buttons_2', array());
./wp-includes/js/tinymce/tiny_mce_config.php:38: $mce_buttons_3 = apply_filters('mce_buttons_3', array());
./wp-includes/js/tinymce/tiny_mce_config.php:41: $mce_browsers = apply_filters('mce_browsers', array('msie', 'gecko', 'opera', 'safari'));
./wp-includes/js/tinymce/tiny_mce_config.php:46: $mce_css = apply_filters('mce_css', $mce_css);
./wp-includes/wpmu-functions.php:936: return apply_filters('wpmu_validate_user_signup', $result);
./wp-includes/wpmu-functions.php:973: $blog_id = apply_filters( "newblog_id", $blog_id );
./wp-includes/wpmu-functions.php:1014: return apply_filters('wpmu_validate_blog_signup', $result);
./wp-includes/wpmu-functions.php:1143: $random_password = apply_filters('random_password', $random_password);
./wp-includes/wpmu-functions.php:1347: $welcome_email = apply_filters( "update_welcome_email", $welcome_email, $blog_id, $user_id, $password, $title, $meta);
./wp-includes/wpmu-functions.php:1377: $welcome_email = apply_filters( "update_welcome_user_email", $welcome_email, $user_id, $password, $meta);
./wp-includes/bookmark.php:41: return apply_filters('get_bookmarks', $cache[ $key ], $r );
./wp-includes/bookmark.php:140: return apply_filters('get_bookmarks', $results, $r);
./wp-includes/query.php:989: $where = apply_filters('posts_where', $where);
./wp-includes/query.php:990: $join = apply_filters('posts_join', $join);
./wp-includes/query.php:1022: $cjoin = apply_filters('comment_feed_join', $cjoin);
./wp-includes/query.php:1023: $cwhere = apply_filters('comment_feed_where', $cwhere);
./wp-includes/query.php:1024: $cgroupby = apply_filters('comment_feed_groupby', $cgroupby);
./wp-includes/query.php:1044: $where = apply_filters('posts_where_paged', $where);
./wp-includes/query.php:1045: $groupby = apply_filters('posts_groupby', $groupby);
./wp-includes/query.php:1048: $join = apply_filters('posts_join_paged', $join);
./wp-includes/query.php:1049: $orderby = apply_filters('posts_orderby', $q['orderby']);
./wp-includes/query.php:1050: $distinct = apply_filters('posts_distinct', $distinct);
./wp-includes/query.php:1051: $fields = apply_filters('posts_fields', "$wpdb->posts.*");
./wp-includes/query.php:1052: $limits = apply_filters( 'post_limits', $limits );
./wp-includes/query.php:1058: $this->request = apply_filters('posts_request', $request);
./wp-includes/query.php:1063: $cjoin = apply_filters('comment_feed_join', '');
./wp-includes/query.php:1064: $cwhere = apply_filters('comment_feed_where', "WHERE comment_post_ID = {$this->posts[0]->ID} AND comment_approved = '1'");
./wp-includes/query.php:1071: $found_posts_query = apply_filters( 'found_posts_query', 'SELECT FOUND_ROWS()' );
./wp-includes/query.php:1073: $this->found_posts = apply_filters( 'found_posts', $this->found_posts );
./wp-includes/query.php:1107: $this->posts = apply_filters('the_posts', $this->posts);
./wp-includes/link-template.php:5: echo apply_filters('the_permalink', get_permalink());
./wp-includes/link-template.php:10: echo apply_filters('the_permalink', get_permalink());
./wp-includes/link-template.php:31: $string = apply_filters('user_trailingslashit', $string, $type_of_url);
./wp-includes/link-template.php:104: return apply_filters('post_link', $permalink, $post);
./wp-includes/link-template.php:107: return apply_filters('post_link', $permalink, $post);
./wp-includes/link-template.php:129: return apply_filters('page_link', $link, $id);
./wp-includes/link-template.php:150: return apply_filters( '_get_page_link', $link, $id );
./wp-includes/link-template.php:177: return apply_filters('attachment_link', $link, $id);
./wp-includes/link-template.php:187: return apply_filters('year_link', get_option('home') . user_trailingslashit($yearlink, 'year'), $year);
./wp-includes/link-template.php:189: return apply_filters('year_link', get_option('home') . '/?m=' . $year, $year);
./wp-includes/link-template.php:203: return apply_filters('month_link', get_option('home') . user_trailingslashit($monthlink, 'month'), $year, $month);
./wp-includes/link-template.php:205: return apply_filters('month_link', get_option('home') . '/?m=' . $year . zeroise($month, 2), $year, $month);
./wp-includes/link-template.php:223: return apply_filters('day_link', get_option('home') . user_trailingslashit($daylink, 'day'), $year, $month, $day);
./wp-includes/link-template.php:225: return apply_filters('day_link', get_option('home') . '/?m=' . $year . zeroise($month, 2) . zeroise($day, 2), $year, $month, $day);
./wp-includes/link-template.php:255: return apply_filters('feed_link', $output, $feed);
./wp-includes/link-template.php:273: return apply_filters('post_comments_feed_link', $url);
./wp-includes/link-template.php:343: $join = apply_filters( 'get_previous_post_join', $join, $in_same_cat, $excluded_categories );
./wp-includes/link-template.php:344: $where = apply_filters( 'get_previous_post_where', "WHERE post_date < '$current_post_date' AND post_type = 'post' AND post_status = 'publish' $posts_in_ex_cats_sql", $in_same_cat, $excluded_categories );
./wp-includes/link-template.php:345: $sort = apply_filters( 'get_previous_post_sort', 'ORDER BY post_date DESC LIMIT 1' );
./wp-includes/link-template.php:380: $join = apply_filters( 'get_next_post_join', $join, $in_same_cat, $excluded_categories );
./wp-includes/link-template.php:381: $where = apply_filters( 'get_next_post_where', "WHERE post_date > '$current_post_date' AND post_type = 'post' AND post_status = 'publish' $posts_in_ex_cats_sql AND ID != $post->ID", $in_same_cat, $excluded_categories );
./wp-includes/link-template.php:382: $sort = apply_filters( 'get_next_post_sort', 'ORDER BY post_date ASC LIMIT 1' );
./wp-includes/link-template.php:398: $title = apply_filters('the_title', $post->post_title, $post);
./wp-includes/link-template.php:414: $title = apply_filters('the_title', $post->post_title, $post);
./wp-includes/formatting.php:311: return apply_filters('sanitize_user', $username, $raw_username, $strict);
./wp-includes/formatting.php:316: $title = apply_filters('sanitize_title', $title);
./wp-includes/formatting.php:542: $content = apply_filters('format_to_edit', $content);
./wp-includes/formatting.php:550: $content = apply_filters('format_to_post', $content);
./wp-includes/formatting.php:776: $text = apply_filters('the_content', $text);
./wp-includes/formatting.php:1056: if ( empty($text) ) return apply_filters('richedit_pre', '');
./wp-includes/formatting.php:1066: return apply_filters('richedit_pre', $output);
./wp-includes/formatting.php:1101: return apply_filters('js_escape', $safe_text, $text);
./wp-includes/formatting.php:1107: return apply_filters('attribute_escape', $safe_text, $text);
./wp-includes/wp-db.php:203: if ( function_exists('apply_filters') )
./wp-includes/wp-db.php:204: $query = apply_filters('query', $query);
./wp-includes/author-template.php:5: return apply_filters('the_author', $authordata->display_name);
./wp-includes/author-template.php:72: echo apply_filters('the_author_email', get_the_author_email() );
./wp-includes/author-template.php:163: $link = apply_filters('author_link', $link, $author_id, $author_nicename);
./wp-includes/category.php:36: return apply_filters('get_categories', $cache[$key], $r);
./wp-includes/category.php:72: $exclusions = apply_filters('list_cats_exclusions', $exclusions, $r );
./wp-includes/category.php:134: return apply_filters('get_categories', $categories, $r);
./wp-includes/category.php:155: $_category = apply_filters('get_category', $_category);
./wp-includes/rewrite.php:714: $post_rewrite = apply_filters('post_rewrite_rules', $post_rewrite);
./wp-includes/rewrite.php:718: $date_rewrite = apply_filters('date_rewrite_rules', $date_rewrite);
./wp-includes/rewrite.php:722: $root_rewrite = apply_filters('root_rewrite_rules', $root_rewrite);
./wp-includes/rewrite.php:726: $comments_rewrite = apply_filters('comments_rewrite_rules', $comments_rewrite);
./wp-includes/rewrite.php:731: $search_rewrite = apply_filters('search_rewrite_rules', $search_rewrite);
./wp-includes/rewrite.php:735: $category_rewrite = apply_filters('category_rewrite_rules', $category_rewrite);
./wp-includes/rewrite.php:739: $author_rewrite = apply_filters('author_rewrite_rules', $author_rewrite);
./wp-includes/rewrite.php:743: $page_rewrite = apply_filters('page_rewrite_rules', $page_rewrite);
./wp-includes/rewrite.php:749: $this->rules = apply_filters('rewrite_rules_array', $this->rules);
./wp-includes/rewrite.php:826: $rules = apply_filters('mod_rewrite_rules', $rules);
./wp-includes/rewrite.php:827: $rules = apply_filters('rewrite_rules', $rules); // Deprecated
./wp-includes/post.php:11: return apply_filters( 'get_attached_file', $file, $attachment_id );
./wp-includes/post.php:20: $file = apply_filters( 'update_attached_file', $file, $attachment_id );
./wp-includes/post.php:513: $post_content = apply_filters('content_save_pre', $post_content);
./wp-includes/post.php:514: $post_content_filtered = apply_filters('content_filtered_save_pre', $post_content_filtered);
./wp-includes/post.php:515: $post_excerpt = apply_filters('excerpt_save_pre', $post_excerpt);
./wp-includes/post.php:516: $post_title = apply_filters('title_save_pre', $post_title);
./wp-includes/post.php:517: $post_category = apply_filters('category_save_pre', $post_category);
./wp-includes/post.php:518: $post_status = apply_filters('status_save_pre', $post_status);
./wp-includes/post.php:519: $post_name = apply_filters('name_save_pre', $post_name);
./wp-includes/post.php:520: $comment_status = apply_filters('comment_status_pre', $comment_status);
./wp-includes/post.php:521: $ping_status = apply_filters('ping_status_pre', $ping_status);
./wp-includes/post.php:843: $new = apply_filters('add_ping', $new);
./wp-includes/post.php:862: $pung = apply_filters('get_enclosed', $pung);
./wp-includes/post.php:871: $pung = apply_filters('get_pung', $pung);
./wp-includes/post.php:880: $to_ping = apply_filters('get_to_ping', $to_ping);
./wp-includes/post.php:1083: return apply_filters('get_pages', $cache[ $key ], $r );
./wp-includes/post.php:1153: $pages = apply_filters('get_pages', $pages, $r);
./wp-includes/post.php:1235: $post_content = apply_filters('content_save_pre', $post_content);
./wp-includes/post.php:1236: $post_content_filtered = apply_filters('content_filtered_save_pre', $post_content_filtered);
./wp-includes/post.php:1237: $post_excerpt = apply_filters('excerpt_save_pre', $post_excerpt);
./wp-includes/post.php:1238: $post_title = apply_filters('title_save_pre', $post_title);
./wp-includes/post.php:1239: $post_category = apply_filters('category_save_pre', $post_category);
./wp-includes/post.php:1240: $post_name = apply_filters('name_save_pre', $post_name);
./wp-includes/post.php:1241: $comment_status = apply_filters('comment_status_pre', $comment_status);
./wp-includes/post.php:1242: $ping_status = apply_filters('ping_status_pre', $ping_status);
./wp-includes/post.php:1243: $post_mime_type = apply_filters('post_mime_type_pre', $post_mime_type);
./wp-includes/post.php:1405: $thumbfile = apply_filters('wp_delete_file', $thumbfile);
./wp-includes/post.php:1410: $file = apply_filters('wp_delete_file', $file);
./wp-includes/post.php:1428: return apply_filters( 'wp_get_attachment_metadata', $data, $post->ID );
./wp-includes/post.php:1438: $data = apply_filters( 'wp_update_attachment_metadata', $data, $post->ID );
./wp-includes/post.php:1456: return apply_filters( 'wp_get_attachment_url', $url, $post->ID );
./wp-includes/post.php:1469: return apply_filters( 'wp_get_attachment_thumb_file', $thumbfile, $post->ID );
./wp-includes/post.php:1485: return apply_filters( 'wp_get_attachment_thumb_url', $url, $post->ID );
./wp-includes/post.php:1518: $icon_dir = apply_filters( 'icon_dir', get_template_directory() . '/images' );
./wp-includes/post.php:1519: $icon_dir_uri = apply_filters( 'icon_dir_uri', get_template_directory_uri() . '/images' );
./wp-includes/post.php:1541: return apply_filters( 'wp_mime_type_icon', $src, $mime, $post_id ); // Last arg is 0 if function pass mime type.
./wp-includes/bookmark-template.php:149: return apply_filters('link_rating', $link->link_rating);
./wp-includes/bookmark-template.php:269: $desc = attribute_escape(apply_filters('link_description', $bookmark->link_description));
./wp-includes/bookmark-template.php:270: $name = attribute_escape(apply_filters('link_title', $bookmark->link_name));
./wp-includes/bookmark-template.php:339: $catname = apply_filters( "link_category", $cat->cat_name );
./wp-includes/general-template.php:37: echo apply_filters('loginout', $link);
./wp-includes/general-template.php:52: echo apply_filters('register', $link);
./wp-includes/general-template.php:68: $info = apply_filters('bloginfo', $info, $show);
./wp-includes/general-template.php:71: $info = apply_filters('bloginfo_url', $info, $show);
./wp-includes/general-template.php:177: $title = apply_filters('single_cat_title', get_the_category_by_ID($cat));
./wp-includes/general-template.php:187: $title = apply_filters('single_cat_title', $title);
./wp-includes/general-template.php:219: $title = apply_filters('single_post_title', $title);
./wp-includes/general-template.php:228: $title = apply_filters('wp_title', $title, $sep);
./wp-includes/general-template.php:248: $title = apply_filters('single_post_title', $title);
./wp-includes/general-template.php:260: $my_cat_name = apply_filters('single_cat_title', get_the_category_by_ID($cat));
./wp-includes/general-template.php:357: $where = apply_filters('getarchives_where', "WHERE post_type = 'post' AND post_status = 'publish'", $r );
./wp-includes/general-template.php:358: $join = apply_filters('getarchives_join', "", $r);
./wp-includes/general-template.php:588: $post_title = apply_filters( "the_title", $ak_post_title->post_title );
./wp-includes/general-template.php:688: $the_date = apply_filters('the_date', $the_date, $d, $before, $after);
./wp-includes/general-template.php:697: echo apply_filters('the_modified_date', get_the_modified_date($d), $d);
./wp-includes/general-template.php:706: return apply_filters('get_the_modified_date', $the_time, $d);
./wp-includes/general-template.php:711: echo apply_filters('the_time', get_the_time( $d ), $d);
./wp-includes/general-template.php:720: return apply_filters('get_the_time', $the_time, $d);
./wp-includes/general-template.php:732: return apply_filters('get_the_time', $time, $d, $gmt);
./wp-includes/general-template.php:737: echo apply_filters('the_modified_time', get_the_modified_time($d), $d);
./wp-includes/general-template.php:746: return apply_filters('get_the_modified_time', $the_time, $d);
./wp-includes/general-template.php:759: return apply_filters('get_the_modified_time', $time, $d, $gmt);
./wp-includes/general-template.php:766: $the_weekday = apply_filters('the_weekday', $the_weekday);
./wp-includes/general-template.php:780: $the_weekday_date = apply_filters('the_weekday_date', $the_weekday_date, $before, $after);
./wp-includes/general-template.php:816: return apply_filters('user_can_richedit', $wp_rich_edit);
./wp-includes/general-template.php:885: $the_editor = apply_filters('the_editor', "<div><textarea class='mceEditor' $rows cols='40' name='$id' tabindex='2' id='$id'>%s</textarea></div>\n");
./wp-includes/general-template.php:886: $the_editor_content = apply_filters('the_editor_content', $content);
./wp-includes/deprecated.php:95: $string .= apply_filters('the_title', $post->post_title, $post);
./wp-includes/deprecated.php:116: $string .= apply_filters('the_title', $post->post_title, $nextpost);
./wp-includes/capabilities.php:122: $capabilities = apply_filters('role_has_cap', $this->capabilities, $cap, $this->name);
./wp-includes/capabilities.php:268: $capabilities = apply_filters('user_has_cap', $this->allcaps, $caps, $args);
./wp-includes/classes.php:137: $this->public_query_vars = apply_filters('query_vars', $this->public_query_vars);
./wp-includes/classes.php:166: $this->query_vars = apply_filters('request', $this->query_vars);
./wp-includes/classes.php:239: $this->query_string = apply_filters('query_string', $this->query_string);
./wp-includes/classes.php:584: $cat_name = apply_filters( 'list_cats', $cat_name, $category );
./wp-includes/classes.php:589: $link .= 'title="' . attribute_escape( apply_filters( 'category_description', $category->category_description, $category )) . '"';
./wp-includes/classes.php:662: $cat_name = apply_filters('list_cats', $category->cat_name, $category);
./wp-includes/cron.php:136: return array_merge( apply_filters( 'cron_schedules', array() ), $schedules );
./wp-includes/comment.php:156: $comment_author = apply_filters('pre_comment_author_name', $_COOKIE['comment_author_'.COOKIEHASH]);
./wp-includes/comment.php:163: $comment_author_email = apply_filters('pre_comment_author_email', $_COOKIE['comment_author_email_'.COOKIEHASH]);
./wp-includes/comment.php:170: $comment_author_url = apply_filters('pre_comment_author_url', $_COOKIE['comment_author_url_'.COOKIEHASH]);
./wp-includes/comment.php:194: $flood_die = apply_filters('comment_flood_filter', false, $time_lastcomment, $time_newcomment);
./wp-includes/comment.php:220: $approved = apply_filters('pre_comment_approved', $approved);
./wp-includes/comment.php:358: $commentdata['user_id'] = apply_filters('pre_user_id', $commentdata['user_ID']);
./wp-includes/comment.php:359: $commentdata['comment_agent'] = apply_filters('pre_comment_user_agent', $commentdata['comment_agent']);
./wp-includes/comment.php:360: $commentdata['comment_author'] = apply_filters('pre_comment_author_name', $commentdata['comment_author']);
./wp-includes/comment.php:361: $commentdata['comment_content'] = apply_filters('pre_comment_content', $commentdata['comment_content']);
./wp-includes/comment.php:362: $commentdata['comment_author_IP'] = apply_filters('pre_comment_user_ip', $commentdata['comment_author_IP']);
./wp-includes/comment.php:363: $commentdata['comment_author_url'] = apply_filters('pre_comment_author_url', $commentdata['comment_author_url']);
./wp-includes/comment.php:364: $commentdata['comment_author_email'] = apply_filters('pre_comment_author_email', $commentdata['comment_author_email']);
./wp-includes/comment.php:380: $commentdata = apply_filters('preprocess_comment', $commentdata);
./wp-includes/comment.php:461: $comment_content = apply_filters('comment_save_pre', $comment_content);
./wp-includes/comment.php:628: $excerpt = apply_filters('the_content', $post->post_content);
./wp-includes/comment.php:630: $excerpt = apply_filters('the_excerpt', $post->post_excerpt);
./wp-includes/comment.php:638: $post_title = apply_filters('the_title', $post->post_title);
./wp-includes/pluggable.php:174: $mail = apply_filters('wp_mail', $mail);
./wp-includes/pluggable.php:318: $location = apply_filters('wp_redirect', $location, $status);
./wp-includes/pluggable.php:454: $notify_message = apply_filters('comment_notification_text', $notify_message, $comment_id);
./wp-includes/pluggable.php:455: $subject = apply_filters('comment_notification_subject', $subject, $comment_id);
./wp-includes/pluggable.php:456: $message_headers = apply_filters('comment_notification_headers', $message_headers, $comment_id);
./wp-includes/pluggable.php:498: $notify_message = apply_filters('comment_moderation_text', $notify_message, $comment_id);
./wp-includes/pluggable.php:499: $subject = apply_filters('comment_moderation_subject', $subject, $comment_id);
./wp-includes/theme.php:7: return apply_filters('stylesheet', get_option('stylesheet'));
./wp-includes/theme.php:13: return apply_filters('stylesheet_directory', $stylesheet_dir, $stylesheet);
./wp-includes/theme.php:19: return apply_filters('stylesheet_directory_uri', $stylesheet_dir_uri, $stylesheet);
./wp-includes/theme.php:25: return apply_filters('stylesheet_uri', $stylesheet_uri, $stylesheet_dir_uri);
./wp-includes/theme.php:39: return apply_filters('locale_stylesheet_uri', $stylesheet_uri, $stylesheet_dir_uri);
./wp-includes/theme.php:43: return apply_filters('template', get_option('template'));
./wp-includes/theme.php:49: return apply_filters('template_directory', $template_dir, $template);
./wp-includes/theme.php:55: return apply_filters('template_directory_uri', $template_dir_uri, $template);
./wp-includes/theme.php:294: return apply_filters('theme_root', ABSPATH . "wp-content/themes");
./wp-includes/theme.php:298: return apply_filters('theme_root_uri', get_option('siteurl') . "/wp-content/themes", get_option('siteurl'));
./wp-includes/theme.php:306: return apply_filters("{$type}_template", $template);
./wp-includes/theme.php:328: return apply_filters('category_template', $template);
./wp-includes/theme.php:343: return apply_filters('home_template', $template);
./wp-includes/theme.php:362: return apply_filters('page_template', $template);
./wp-includes/theme.php:396: return apply_filters('comments_popup_template', $template);
./wp-includes/theme.php:444: return apply_filters( "theme_mod_$name", $mods[$name] );
./wp-includes/theme.php:446: return apply_filters( "theme_mod_$name", sprintf($default, get_template_directory_uri()) );
./wp-includes/feed.php:5: return apply_filters('bloginfo_rss', convert_chars($info));
./wp-includes/feed.php:15: $title = apply_filters('get_wp_title_rss', $title);
./wp-includes/feed.php:21: $title = apply_filters('the_title', $title);
./wp-includes/feed.php:22: $title = apply_filters('the_title_rss', $title);
./wp-includes/feed.php:34: $content = apply_filters('the_content_rss', $content);
./wp-includes/feed.php:66: echo apply_filters('the_excerpt_rss', $output);
./wp-includes/feed.php:81: return apply_filters('comment_author_rss', get_comment_author() );
./wp-includes/feed.php:92: $comment_text = apply_filters('comment_text_rss', $comment_text);
./wp-includes/feed.php:119: $link = apply_filters('author_feed_link', $link);
./wp-includes/feed.php:137: $link = apply_filters('category_feed_link', $link);
./wp-includes/feed.php:158: return apply_filters('the_category_rss', $the_list, $type);
./wp-includes/feed.php:185: echo apply_filters('rss_enclosure', '<enclosure url="' . trim(htmlspecialchars($enclosure[0])) . '" length="' . trim($enclosure[1]) . '" type="' . trim($enclosure[2]) . '" />' . "\n");
./wp-includes/feed.php:200: echo apply_filters('atom_enclosure', '<link href="' . trim(htmlspecialchars($enclosure[0])) . '" rel="enclosure" length="' . trim($enclosure[1]) . '" type="' . trim($enclosure[2]) . '" />' . "\n");
./wp-includes/kses.php:289: $string = apply_filters('pre_kses', $string);
./wp-includes/functions.php:207: $pre = apply_filters( 'pre_option_' . $setting, false );
./wp-includes/functions.php:257: return apply_filters( 'option_' . $setting, maybe_unserialize($value) );
./wp-includes/functions.php:288: $all_options->{$option->option_name} = apply_filters('pre_option_' . $option->option_name, $value);
./wp-includes/functions.php:290: return apply_filters('all_options', $all_options);
./wp-includes/functions.php:1117: return apply_filters('upload_dir', $uploads);
./wp-includes/functions.php:1174: $mimes = is_array($mimes) ? $mimes : apply_filters('upload_mimes', array (
./wp-includes/functions.php:1288: return apply_filters( 'explain_nonce_' . $verb . '-' . $noun, __('Are you sure you want to do this?'), $matches[4] );
./wp-includes/script-loader.php:19: $mce_config = apply_filters('tiny_mce_config_url', '/wp-includes/js/tinymce/tiny_mce_config.php');
./wp-includes/script-loader.php:24: 'autosaveInterval' => apply_filters('autosave_interval', '120'),
./wp-includes/script-loader.php:153: $src = clean_url(apply_filters( 'script_loader_src', $src ));
./wp-includes/l10n.php:6: return apply_filters( 'locale', $locale );
./wp-includes/l10n.php:15: $locale = apply_filters('locale', $locale);
./wp-includes/l10n.php:25: return apply_filters('gettext', $l10n[$domain]->translate($text), $text);
./wp-includes/l10n.php:35: echo apply_filters('gettext', $l10n[$domain]->translate($text), $text);
./wp-includes/l10n.php:44: $whole = apply_filters('gettext', $l10n[$domain]->translate($text), $text);
./wp-includes/registration.php:28: return apply_filters('validate_username', $valid, $username);
./wp-includes/registration.php:48: $user_login = apply_filters('pre_user_login', $user_login);
./wp-includes/registration.php:52: $user_nicename = apply_filters('pre_user_nicename', $user_nicename);
./wp-includes/registration.php:56: $user_url = apply_filters('pre_user_url', $user_url);
./wp-includes/registration.php:60: $user_email = apply_filters('pre_user_email', $user_email);
./wp-includes/registration.php:64: $display_name = apply_filters('pre_user_display_name', $display_name);
./wp-includes/registration.php:68: $nickname = apply_filters('pre_user_nickname', $nickname);
./wp-includes/registration.php:72: $first_name = apply_filters('pre_user_first_name', $first_name);
./wp-includes/registration.php:76: $last_name = apply_filters('pre_user_last_name', $last_name);
./wp-includes/registration.php:80: $description = apply_filters('pre_user_description', $description);
./wp-includes/registration.php:90: $query = apply_filters('update_user_query', $query);
./wp-includes/registration.php:98: $query = apply_filters('create_user_query', $query);
./wp-includes/comment-template.php:12: return apply_filters('get_comment_author', $author);
./wp-includes/comment-template.php:16: $author = apply_filters('comment_author', get_comment_author() );
./wp-includes/comment-template.php:22: return apply_filters('get_comment_author_email', $comment->comment_author_email);
./wp-includes/comment-template.php:26: echo apply_filters('author_email', get_comment_author_email() );
./wp-includes/comment-template.php:31: $email = apply_filters('comment_email', $comment->comment_author_email);
./wp-includes/comment-template.php:49: return apply_filters('get_comment_author_link', $return);
./wp-includes/comment-template.php:58: return apply_filters('get_comment_author_IP', $comment->comment_author_IP);
./wp-includes/comment-template.php:67: return apply_filters('get_comment_author_url', $comment->comment_author_url);
./wp-includes/comment-template.php:71: echo apply_filters('comment_url', get_comment_author_url());
./wp-includes/comment-template.php:83: return apply_filters('get_comment_author_url_link', $return);
./wp-includes/comment-template.php:96: return apply_filters('get_comment_date', $date, $d);
./wp-includes/comment-template.php:119: return apply_filters('get_comment_excerpt', $excerpt);
./wp-includes/comment-template.php:123: echo apply_filters('comment_excerpt', get_comment_excerpt() );
./wp-includes/comment-template.php:128: return apply_filters('get_comment_ID', $comment->comment_ID);
./wp-includes/comment-template.php:161: return apply_filters('get_comments_number', $count);
./wp-includes/comment-template.php:175: echo apply_filters('comments_number', $output, $number);
./wp-includes/comment-template.php:180: return apply_filters('get_comment_text', $comment->comment_content);
./wp-includes/comment-template.php:184: echo apply_filters('comment_text', get_comment_text() );
./wp-includes/comment-template.php:194: return apply_filters('get_comment_time', $date, $d, $gmt);
./wp-includes/comment-template.php:207: return apply_filters('get_comment_type', $comment->comment_type);
./wp-includes/comment-template.php:300: $comments = $wp_query->comments = apply_filters( 'comments_array', $comments, $post->ID );
./wp-includes/comment-template.php:304: $include = apply_filters('comments_template', TEMPLATEPATH . $file );
./wp-includes/comment-template.php:364: $title = attribute_escape(apply_filters('the_title', get_the_title()));
./wp-includes/feed-atom-comments.php:36: $title = apply_filters('the_title', $title);
./wp-includes/feed-atom-comments.php:37: $title = apply_filters('the_title_rss', $title);
./wp-includes/category-template.php:43: return apply_filters('category_link', $catlink, $category_id);
./wp-includes/category-template.php:99: return apply_filters('the_category', __('Uncategorized'), $separator, $parents);
./wp-includes/category-template.php:150: return apply_filters('the_category', $thelist, $separator, $parents);
./wp-includes/category-template.php:171: return apply_filters('category_description', $category->category_description, $category->cat_ID);
./wp-includes/category-template.php:197: $show_option_all = apply_filters('list_cats', $show_option_all);
./wp-includes/category-template.php:202: $show_option_none = apply_filters('list_cats', $show_option_none);
./wp-includes/category-template.php:215: $output = apply_filters('wp_dropdown_cats', $output);
./wp-includes/category-template.php:269: echo apply_filters('wp_list_categories', $output);
./wp-login.php:49:<div id="login"><h1><a href="<?php echo apply_filters('login_headerurl', 'http://' . $current_site->domain . $current_site->path ); ?>" title="<?php echo apply_filters('login_headertitle', $current_site->site_name ); ?>"><span class="hide"><?php bloginfo('name'); ?></span></a></h1>
./wp-login.php:51: if ( !empty( $message ) ) echo apply_filters('login_message', $message) . "\n";
./wp-login.php:66: echo '<div id="login_error">' . apply_filters('login_errors', $errors) . "</div>\n";
./wp-content/themes/default/functions.php:24: return apply_filters('kubrick_header_image', get_option('kubrick_header_image'));
./wp-content/themes/default/functions.php:53: return apply_filters('kubrick_header_color', get_option('kubrick_header_color'));
./wp-content/themes/default/functions.php:65: return apply_filters('kubrick_header_display', get_option('kubrick_header_display'));
./wp-content/themes/home/functions.php:24: return apply_filters('kubrick_header_image', get_option('kubrick_header_image'));
./wp-content/themes/home/functions.php:53: return apply_filters('kubrick_header_color', get_option('kubrick_header_color'));
./wp-content/themes/home/functions.php:65: return apply_filters('kubrick_header_display', get_option('kubrick_header_display'));
./wp-mail.php:123: $post_content = apply_filters('phone_content', $content);
./xmlrpc.php:127: $this->methods = apply_filters('xmlrpc_methods', $this->methods);
./xmlrpc.php:996: $post_content = apply_filters( 'content_save_pre', $content_struct['description'] );
./xmlrpc.php:1169: $post_content = apply_filters( 'content_save_pre', $content_struct['description'] );
./xmlrpc.php:1445: if ( $upload_err = apply_filters( "pre_upload_error", false ) )
./xmlrpc.php:1470: return apply_filters( 'wp_handle_upload', array( 'file' => $name, 'url' => $upload[ 'url' ], 'type' => $type ) );
./xmlrpc.php:1625: return apply_filters('xmlrpc_text_filters', array());
./app.php:572: $header = apply_filters('wp_create_file_in_uploads', $file); // replicate
./wp-admin/wpmu-blogs.php:337:$posts_columns = apply_filters('manage_posts_columns', $posts_columns);
./wp-admin/users.php:336: $new_user_login = apply_filters('pre_user_login', sanitize_user(stripslashes($_POST['user_login']), true));
./wp-admin/post.php:72: <iframe src="<?php echo clean_url(apply_filters('preview_post_link', add_query_arg('preview', 'true', get_permalink($post->ID)))); ?>" width="100%" height="600" ></iframe>
./wp-admin/admin-functions.php:204: $delta = apply_filters( 'autosave_interval', 120 ) / 2;
./wp-admin/admin-functions.php:341: $post->post_content = apply_filters( 'content_edit_pre', $post->post_content);
./wp-admin/admin-functions.php:344: $post->post_excerpt = apply_filters( 'excerpt_edit_pre', $post->post_excerpt);
./wp-admin/admin-functions.php:347: $post->post_title = apply_filters( 'title_edit_pre', $post->post_title );
./wp-admin/admin-functions.php:387: $post->post_content = apply_filters( 'default_content', $post_content);
./wp-admin/admin-functions.php:388: $post->post_title = apply_filters( 'default_title', $post_title );
./wp-admin/admin-functions.php:389: $post->post_excerpt = apply_filters( 'default_excerpt', $post_excerpt);
./wp-admin/admin-functions.php:401: $comment->comment_content = apply_filters( 'comment_edit_pre', $comment->comment_content);
./wp-admin/admin-functions.php:712: echo '<li id="category-', $category['cat_ID'], '"><label for="in-category-', $category['cat_ID'], '" class="selectit"><input value="', $category['cat_ID'], '" type="checkbox" name="post_category[]" id="in-category-', $category['cat_ID'], '"', ($category['checked'] ? ' checked="checked"' : "" ), '/> ', wp_specialchars( apply_filters('the_category', $category['cat_name'] )), "</label></li>";
./wp-admin/admin-functions.php:792: $output = apply_filters('cat_rows', $output);
./wp-admin/admin-functions.php:1004: $limit = (int) apply_filters( 'postmeta_form_limit', 30 );
./wp-admin/admin-functions.php:1923: $return = apply_filters( 'wp_handle_upload', array( 'file' => $new_file, 'url' => $url, 'type' => $type ) );
./wp-admin/admin-functions.php:2151: $max = apply_filters( 'wp_thumbnail_creation_size_limit', 3 * 1024 * 1024, $attachment_id, $file );
./wp-admin/admin-functions.php:2154: $max_side = apply_filters( 'wp_thumbnail_max_side_length', 128, $attachment_id, $file );
./wp-admin/admin-functions.php:2161: return apply_filters( 'wp_generate_attachment_metadata', $metadata );
./wp-admin/admin-functions.php:2224: if ( basename( $file ) == $thumb = apply_filters( 'thumbnail_filename', basename( $file ) ) )
./wp-admin/admin-functions.php:2254: return apply_filters( 'wp_create_thumbnail', $thumbpath );
./wp-admin/wpmu-users.php:213:$posts_columns = apply_filters('manage_posts_columns', $posts_columns);
./wp-admin/custom-header.php:226: $header = apply_filters('wp_create_file_in_uploads', $file, $id); // For replication
./wp-admin/custom-header.php:231: $image = apply_filters('wp_create_file_in_uploads', $image, $id); // For replication
./wp-admin/custom-header.php:276: $header = apply_filters('wp_create_file_in_uploads', $header); // For replication
./wp-admin/custom-header.php:289: @unlink( apply_filters( 'wp_delete_file', $medium ) );
./wp-admin/comment.php:99:<td><?php echo apply_filters( 'comment_text', $comment->comment_content ); ?></td>
./wp-admin/comment.php:203: $location = apply_filters('comment_edit_redirect', $location, $comment_ID);
./wp-admin/index.php:53: echo '<li>' . sprintf(__('%1$s on %2$s'), get_comment_author_link(), '<a href="'. get_permalink($comment->comment_post_ID) . '#comment-' . $comment->comment_ID . '">' . apply_filters('the_title', get_the_title($comment->comment_post_ID)) . '</a>');
./wp-admin/edit-page-form.php:157: $uploading_iframe_src = apply_filters('uploading_iframe_src', $uploading_iframe_src);
./wp-admin/admin-db.php:7: $query = apply_filters('get_users_drafts', $query);
./wp-admin/admin-db.php:25: return apply_filters('get_others_drafts', $other_drafts);
./wp-admin/admin-db.php:40: return apply_filters('get_editable_authors', $authors);
./wp-admin/admin-db.php:99: $cat_name = apply_filters('pre_category_name', $cat_name);
./wp-admin/admin-db.php:108: $category_nicename = apply_filters('pre_category_nicename', $category_nicename);
./wp-admin/admin-db.php:112: $category_description = apply_filters('pre_category_description', $category_description);
./wp-admin/admin-db.php:152: $cat_ID = apply_filters('cat_id_filter', $cat_ID, $update);
./wp-admin/admin-db.php:310: $link_name = apply_filters('pre_link_name', $link_name);
./wp-admin/admin-db.php:314: $link_url = apply_filters('pre_link_url', $link_url);
./wp-admin/admin-db.php:323: $link_image = apply_filters('pre_link_image', $link_image);
./wp-admin/admin-db.php:327: $link_target = apply_filters('pre_link_target', $link_target);
./wp-admin/admin-db.php:340: $link_notes = apply_filters('pre_link_notes', $link_notes);
./wp-admin/admin-db.php:344: $link_description = apply_filters('pre_link_description', $link_description);
./wp-admin/admin-db.php:348: $link_rss = apply_filters('pre_link_rss', $link_rss);
./wp-admin/admin-db.php:352: $link_rel = apply_filters('pre_link_rel', $link_rel);
./wp-admin/upload.php:44: $wp_upload_tabs = array_merge($wp_upload_tabs, apply_filters( 'wp_upload_tabs', array() ));
./wp-admin/link-import.php:51:<option value="<?php echo $category->cat_ID; ?>"><?php echo wp_specialchars(apply_filters('link_category', $category->cat_name)); ?></option>
./wp-admin/upload-functions.php:21: $post_content = attribute_escape(apply_filters( 'content_edit_pre', $post->post_content ));
./wp-admin/edit-form-advanced.php:184: $uploading_iframe_src = apply_filters('uploading_iframe_src', $uploading_iframe_src);
./wp-admin/edit.php:24: $draft->post_title = apply_filters('the_title', stripslashes($draft->post_title));
./wp-admin/edit.php:41: $draft->post_title = apply_filters('the_title', stripslashes($draft->post_title));
./wp-admin/edit.php:67: printf(__('Comments on %s'), apply_filters( "the_title", $post->post_title));
./wp-admin/edit.php:137:$posts_columns = apply_filters('manage_posts_columns', $posts_columns);
./wp-admin/profile.php:105:$show_password_fields = apply_filters('show_password_fields', true);
./wp-admin/user-edit.php:177:$show_password_fields = apply_filters('show_password_fields', true);
./wp-admin/link-manager.php:83: $select_cat .= '<option value="' . $cat->cat_ID . '"' . (($cat->cat_ID == $cat_id) ? " selected='selected'" : '') . '>' . wp_specialchars(apply_filters('link_category', $cat->cat_name)) . "</option>\n";
./wp-admin/link-manager.php:106:$link_columns = apply_filters('manage_link_columns', $link_columns);
./wp-admin/link-manager.php:134: $link->link_name = attribute_escape(apply_filters('link_title', $link->link_name));
./wp-admin/link-manager.php:135: $link->link_description = wp_specialchars(apply_filters('link_description', $link->link_description));
./wp-admin/link-manager.php:163: $cat_name = wp_specialchars(apply_filters('link_category', $cat_name));
./wp-admin/page.php:68: <iframe src="<?php echo clean_url(apply_filters('preview_page_link', add_query_arg('preview', 'true', get_permalink($post->ID)))); ?>" width="100%" height="600" ></iframe>
./wp-admin/categories.php:117:<p><?php printf(__('<strong>Note:</strong><br />Deleting a category does not delete the posts and links in that category. Instead, posts that were only assigned to the deleted category are set to the category <strong>%s</strong> and links that were only assigned to the deleted category are set to <strong>%s</strong>.'), apply_filters('the_category', get_catname(get_option('default_category'))), apply_filters('the_category', get_catname(get_option('default_link_category')))) ?></p>
./wp-links-opml.php:32: $catname = apply_filters('link_category', $cat->cat_name);
./wp-links-opml.php:40: $title = attribute_escape(apply_filters('link_title', $bookmark->link_name));