WordPress:Liste des apply filter

Un article de Wiki.

Jump to: navigation, search
./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:505:		$post_content    = apply_filters('content_save_pre',   $post_content);
./wp-includes/post.php:506:		$post_content_filtered = apply_filters('content_filtered_save_pre',   $post_content_filtered);
./wp-includes/post.php:507:		$post_excerpt    = apply_filters('excerpt_save_pre',   $post_excerpt);
./wp-includes/post.php:508:		$post_title      = apply_filters('title_save_pre',     $post_title);
./wp-includes/post.php:509:		$post_category   = apply_filters('category_save_pre',  $post_category);
./wp-includes/post.php:510:		$post_status     = apply_filters('status_save_pre',    $post_status);
./wp-includes/post.php:511:		$post_name       = apply_filters('name_save_pre',      $post_name);
./wp-includes/post.php:512:		$comment_status  = apply_filters('comment_status_pre', $comment_status);
./wp-includes/post.php:513:		$ping_status     = apply_filters('ping_status_pre',    $ping_status);
./wp-includes/post.php:830:	$new = apply_filters('add_ping', $new);
./wp-includes/post.php:849:	$pung = apply_filters('get_enclosed', $pung);
./wp-includes/post.php:858:	$pung = apply_filters('get_pung', $pung);
./wp-includes/post.php:867:	$to_ping = apply_filters('get_to_ping',  $to_ping);
./wp-includes/post.php:1069:			return apply_filters('get_pages', $cache[ $key ], $r );
./wp-includes/post.php:1139:	$pages = apply_filters('get_pages', $pages, $r);
./wp-includes/post.php:1221:	$post_content    = apply_filters('content_save_pre',   $post_content);
./wp-includes/post.php:1222:	$post_content_filtered = apply_filters('content_filtered_save_pre',   $post_content_filtered);
./wp-includes/post.php:1223:	$post_excerpt    = apply_filters('excerpt_save_pre',   $post_excerpt);
./wp-includes/post.php:1224:	$post_title      = apply_filters('title_save_pre',     $post_title);
./wp-includes/post.php:1225:	$post_category   = apply_filters('category_save_pre',  $post_category);
./wp-includes/post.php:1226:	$post_name       = apply_filters('name_save_pre',      $post_name);
./wp-includes/post.php:1227:	$comment_status  = apply_filters('comment_status_pre', $comment_status);
./wp-includes/post.php:1228:	$ping_status     = apply_filters('ping_status_pre',    $ping_status);
./wp-includes/post.php:1229:	$post_mime_type  = apply_filters('post_mime_type_pre', $post_mime_type);
./wp-includes/post.php:1391:			$thumbfile = apply_filters('wp_delete_file', $thumbfile);
./wp-includes/post.php:1396:	$file = apply_filters('wp_delete_file', $file);
./wp-includes/post.php:1414:	return apply_filters( 'wp_get_attachment_metadata', $data, $post->ID );
./wp-includes/post.php:1424:	$data = apply_filters( 'wp_update_attachment_metadata', $data, $post->ID );
./wp-includes/post.php:1442:	return apply_filters( 'wp_get_attachment_url', $url, $post->ID );
./wp-includes/post.php:1455:		return apply_filters( 'wp_get_attachment_thumb_file', $thumbfile, $post->ID );
./wp-includes/post.php:1471:	return apply_filters( 'wp_get_attachment_thumb_url', $url, $post->ID );
./wp-includes/post.php:1504:	$icon_dir = apply_filters( 'icon_dir', get_template_directory() . '/images' );
./wp-includes/post.php:1505:	$icon_dir_uri = apply_filters( 'icon_dir_uri', get_template_directory_uri() . '/images' );
./wp-includes/post.php:1527:	return apply_filters( 'wp_mime_type_icon', $src, $mime, $post_id ); // Last arg is 0 if function pass mime type.
./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/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:257:	$output = apply_filters('wp_dropdown_pages', $output);
./wp-includes/post-template.php:281:	$r['exclude'] = implode(',', apply_filters('wp_list_pages_excludes', explode(',', $r['exclude'])));
./wp-includes/post-template.php:298:	$output = apply_filters('wp_list_pages', $output);
./wp-includes/post-template.php:367:		$icon_dir = apply_filters( 'icon_dir', get_template_directory() . '/images' );
./wp-includes/post-template.php:388:	if ( ($max_dims = apply_filters('attachment_max_dims', $max_dims)) && file_exists($src_file) ) {
./wp-includes/post-template.php:414:	return apply_filters( 'attachment_icon', $icon, $post->ID );
./wp-includes/post-template.php:428:	return apply_filters('attachment_innerHTML', $innerHTML, $post->ID);
./wp-includes/post-template.php:435:	$p = apply_filters('prepend_attachment', $p);
./wp-includes/plugin.php:25:function apply_filters($tag, $string) {
./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:947:		$where = apply_filters('posts_where', $where);
./wp-includes/query.php:948:		$join = apply_filters('posts_join', $join);
./wp-includes/query.php:970:		$where = apply_filters('posts_where_paged', $where);
./wp-includes/query.php:971:		$groupby = apply_filters('posts_groupby', $groupby);
./wp-includes/query.php:974:		$join = apply_filters('posts_join_paged', $join);
./wp-includes/query.php:975:		$orderby = apply_filters('posts_orderby', $q['orderby']);
./wp-includes/query.php:976:		$distinct = apply_filters('posts_distinct', $distinct);
./wp-includes/query.php:977:		$fields = apply_filters('posts_fields', "$wpdb->posts.*");
./wp-includes/query.php:978:		$limits = apply_filters( 'post_limits', $limits );
./wp-includes/query.php:984:		$this->request = apply_filters('posts_request', $request);
./wp-includes/query.php:988:			$found_posts_query = apply_filters( 'found_posts_query', 'SELECT FOUND_ROWS()' );
./wp-includes/query.php:990:			$this->found_posts = apply_filters( 'found_posts', $this->found_posts );
./wp-includes/query.php:1023:		$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:80:		return apply_filters('post_link', get_option('home') . str_replace($rewritecode, $rewritereplace, $permalink), $post);
./wp-includes/link-template.php:83:		return apply_filters('post_link', $permalink, $post);
./wp-includes/link-template.php:104:	return apply_filters('page_link', $link, $id);
./wp-includes/link-template.php:124:	return apply_filters( '_get_page_link', $link, $id );
./wp-includes/link-template.php:151:	return apply_filters('attachment_link', $link, $id);
./wp-includes/link-template.php:161:		return apply_filters('year_link', get_option('home') . trailingslashit($yearlink), $year);
./wp-includes/link-template.php:163:		return apply_filters('year_link', get_option('home') . '/?m=' . $year, $year);
./wp-includes/link-template.php:177:		return apply_filters('month_link', get_option('home') . trailingslashit($monthlink), $year, $month);
./wp-includes/link-template.php:179:		return apply_filters('month_link', get_option('home') . '/?m=' . $year . zeroise($month, 2), $year, $month);
./wp-includes/link-template.php:197:		return apply_filters('day_link', get_option('home') . trailingslashit($daylink), $year, $month, $day);
./wp-includes/link-template.php:199:		return apply_filters('day_link', get_option('home') . '/?m=' . $year . zeroise($month, 2) . zeroise($day, 2), $year, $month, $day);
./wp-includes/link-template.php:229:	return apply_filters('feed_link', $output, $feed);
./wp-includes/link-template.php:299:	$join  = apply_filters( 'get_previous_post_join', $join, $in_same_cat, $excluded_categories );
./wp-includes/link-template.php:300:	$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:301:	$sort  = apply_filters( 'get_previous_post_sort', 'ORDER BY post_date DESC LIMIT 1' );
./wp-includes/link-template.php:336:	$join  = apply_filters( 'get_next_post_join', $join, $in_same_cat, $excluded_categories );
./wp-includes/link-template.php:337:	$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:338:	$sort  = apply_filters( 'get_next_post_sort', 'ORDER BY post_date ASC LIMIT 1' );
./wp-includes/link-template.php:354:	$title = apply_filters('the_title', $post->post_title, $post);
./wp-includes/link-template.php:370:	$title = apply_filters('the_title', $post->post_title, $post);
./wp-includes/wp-db.php:153:		if ( function_exists('apply_filters') )
./wp-includes/wp-db.php:154:			$query = apply_filters('query', $query);
./wp-includes/formatting.php:313:	return apply_filters('sanitize_user', $username, $raw_username, $strict);
./wp-includes/formatting.php:318:	$title = apply_filters('sanitize_title', $title);
./wp-includes/formatting.php:544:	$content = apply_filters('format_to_edit', $content);
./wp-includes/formatting.php:552:	$content = apply_filters('format_to_post', $content);
./wp-includes/formatting.php:777:		$text = apply_filters('the_content', $text);
./wp-includes/formatting.php:1057:	if ( empty($text) ) return apply_filters('richedit_pre', );
./wp-includes/formatting.php:1067:	return apply_filters('richedit_pre', $output);
./wp-includes/formatting.php:1098:	return apply_filters('js_escape', $safe_text, $text);
./wp-includes/formatting.php:1104:	return apply_filters('attribute_escape', $safe_text, $text);
./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/js/autosave-js.php:11:	autosavePeriodical = new PeriodicalExecuter(autosave, <?php echo apply_filters('autosave_interval', '120'); ?>);
./wp-includes/js/tinymce/tiny_mce_config.php:25:	$valid_elements = apply_filters('mce_valid_elements', $valid_elements);
./wp-includes/js/tinymce/tiny_mce_config.php:28:	$plugins = apply_filters('mce_plugins', $plugins);
./wp-includes/js/tinymce/tiny_mce_config.php:31:	$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:34:	$mce_buttons_2 = apply_filters('mce_buttons_2', array());
./wp-includes/js/tinymce/tiny_mce_config.php:37:	$mce_buttons_3 = apply_filters('mce_buttons_3', array());
./wp-includes/js/tinymce/tiny_mce_config.php:40:	$mce_browsers = apply_filters('mce_browsers', array('msie', 'gecko', 'opera', 'safari'));
./wp-includes/js/tinymce/tiny_mce_config.php:45:	$mce_css = apply_filters('mce_css', $mce_css);
./wp-includes/cron.php:122:	return array_merge( apply_filters( 'cron_schedules', array() ), $schedules );
./wp-includes/rewrite.php:713:		$post_rewrite = apply_filters('post_rewrite_rules', $post_rewrite);
./wp-includes/rewrite.php:717:		$date_rewrite = apply_filters('date_rewrite_rules', $date_rewrite);
./wp-includes/rewrite.php:721:		$root_rewrite = apply_filters('root_rewrite_rules', $root_rewrite);
./wp-includes/rewrite.php:725:		$comments_rewrite = apply_filters('comments_rewrite_rules', $comments_rewrite);
./wp-includes/rewrite.php:730:		$search_rewrite = apply_filters('search_rewrite_rules', $search_rewrite);
./wp-includes/rewrite.php:734:		$category_rewrite = apply_filters('category_rewrite_rules', $category_rewrite);
./wp-includes/rewrite.php:738:		$author_rewrite = apply_filters('author_rewrite_rules', $author_rewrite);
./wp-includes/rewrite.php:742:		$page_rewrite = apply_filters('page_rewrite_rules', $page_rewrite);
./wp-includes/rewrite.php:748:		$this->rules = apply_filters('rewrite_rules_array', $this->rules);
./wp-includes/rewrite.php:825:		$rules = apply_filters('mod_rewrite_rules', $rules);
./wp-includes/rewrite.php:826:		$rules = apply_filters('rewrite_rules', $rules);  // Deprecated
./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:66:		$info = apply_filters('bloginfo', $info, $show);
./wp-includes/general-template.php:69:		$info = apply_filters('bloginfo_url', $info, $show);
./wp-includes/general-template.php:165:				$title = apply_filters('single_cat_title', get_the_category_by_ID($cat));
./wp-includes/general-template.php:176:		$title = apply_filters('single_cat_title', $title);
./wp-includes/general-template.php:207:		$title = apply_filters('single_post_title', $title);
./wp-includes/general-template.php:215:	$title = apply_filters('wp_title', $title, $sep);
./wp-includes/general-template.php:235:		$title = apply_filters('single_post_title', $title);
./wp-includes/general-template.php:247:		$my_cat_name = apply_filters('single_cat_title', get_the_category_by_ID($cat));
./wp-includes/general-template.php:663:	$the_date = apply_filters('the_date', $the_date, $d, $before, $after);
./wp-includes/general-template.php:672:	echo apply_filters('the_modified_date', get_the_modified_date($d), $d);
./wp-includes/general-template.php:681:	return apply_filters('get_the_modified_date', $the_time, $d);
./wp-includes/general-template.php:686:	echo apply_filters('the_time', get_the_time( $d ), $d);
./wp-includes/general-template.php:695:	return apply_filters('get_the_time', $the_time, $d);
./wp-includes/general-template.php:707:	return apply_filters('get_the_time', $time, $d, $gmt);
./wp-includes/general-template.php:712:	echo apply_filters('the_modified_time', get_the_modified_time($d), $d);
./wp-includes/general-template.php:721:	return apply_filters('get_the_modified_time', $the_time, $d);
./wp-includes/general-template.php:734:	return apply_filters('get_the_modified_time', $time, $d, $gmt);
./wp-includes/general-template.php:741:	$the_weekday = apply_filters('the_weekday', $the_weekday);
./wp-includes/general-template.php:755:	$the_weekday_date = apply_filters('the_weekday_date', $the_weekday_date, $before, $after);
./wp-includes/general-template.php:790:	return apply_filters('user_can_richedit', $wp_rich_edit);
./wp-includes/general-template.php:859:	$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:860:	$the_editor_content = apply_filters('the_editor_content', $content);
./wp-includes/feed.php:5:	return apply_filters('bloginfo_rss', convert_chars($info));
./wp-includes/feed.php:16:	$title = apply_filters('the_title', $title);
./wp-includes/feed.php:17:	$title = apply_filters('the_title_rss', $title);
./wp-includes/feed.php:29:	$content = apply_filters('the_content_rss', $content);
./wp-includes/feed.php:61:	echo apply_filters('the_excerpt_rss', $output);
./wp-includes/feed.php:76:	return apply_filters('comment_author_rss', get_comment_author() );
./wp-includes/feed.php:87:	$comment_text = apply_filters('comment_text_rss', $comment_text);
./wp-includes/feed.php:106:	return apply_filters('post_comments_feed_link', $url);
./wp-includes/feed.php:121:	$link = apply_filters('author_feed_link', $link);
./wp-includes/feed.php:139:	$link = apply_filters('category_feed_link', $link);
./wp-includes/feed.php:157:	return apply_filters('the_category_rss', $the_list, $type);
./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:163:		$this->query_vars = apply_filters('request', $this->query_vars);
./wp-includes/classes.php:236:			$this->query_string = apply_filters('query_string', $this->query_string);
./wp-includes/classes.php:585:			$link .= 'title="' . attribute_escape( apply_filters( 'category_description', $category->category_description, $category )) . '"';
./wp-includes/classes.php:587:		$link .= apply_filters( 'list_cats', $category->cat_name, $category ).'</a>';
./wp-includes/classes.php:658:		$cat_name = apply_filters('list_cats', $category->cat_name, $category);
./wp-includes/deprecated.php:97:		$string .= apply_filters('the_title', $post->post_title, $post);
./wp-includes/deprecated.php:118:		$string .= apply_filters('the_title', $post->post_title, $nextpost);
./wp-includes/pluggable.php:259:	$location = apply_filters('wp_redirect', $location, $status);
./wp-includes/pluggable.php:395:	$notify_message = apply_filters('comment_notification_text', $notify_message, $comment_id);
./wp-includes/pluggable.php:396:	$subject = apply_filters('comment_notification_subject', $subject, $comment_id);
./wp-includes/pluggable.php:397:	$message_headers = apply_filters('comment_notification_headers', $message_headers, $comment_id);
./wp-includes/pluggable.php:439:	$notify_message = apply_filters('comment_moderation_text', $notify_message, $comment_id);
./wp-includes/pluggable.php:440:	$subject = apply_filters('comment_moderation_subject', $subject, $comment_id);
./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/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:293:	return apply_filters('theme_root', ABSPATH . "wp-content/themes");
./wp-includes/theme.php:297:	return apply_filters('theme_root_uri', get_option('siteurl') . "/wp-content/themes", get_option('siteurl'));
./wp-includes/theme.php:305:	return apply_filters("{$type}_template", $template);
./wp-includes/theme.php:327:	return apply_filters('category_template', $template);
./wp-includes/theme.php:342:	return apply_filters('home_template', $template);
./wp-includes/theme.php:361:	return apply_filters('page_template', $template);
./wp-includes/theme.php:395:	return apply_filters('comments_popup_template', $template);
./wp-includes/script-loader.php:19:		$mce_config = apply_filters('tiny_mce_config_url', '/wp-includes/js/tinymce/tiny_mce_config.php');
./wp-includes/functions.php:230:	return apply_filters( 'option_' . $setting, maybe_unserialize($value) );
./wp-includes/functions.php:255:		$all_options->{$option->option_name} = apply_filters('pre_option_' . $option->option_name, $value);
./wp-includes/functions.php:257:	return apply_filters('all_options', $all_options);
./wp-includes/functions.php:1014:	return apply_filters('upload_dir', $uploads);
./wp-includes/functions.php:1071:	$mimes = is_array($mimes) ? $mimes : apply_filters('upload_mimes', array (
./wp-includes/functions.php:1185:	return apply_filters( 'explain_nonce_' . $verb . '-' . $noun, __('Are you sure you want to do this?'), $matches[4] );
./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/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:293:	$comments = apply_filters( 'comments_array', $comments, $post->ID );
./wp-includes/comment-template.php:296:	$include = apply_filters('comments_template', TEMPLATEPATH . $file );
./wp-includes/comment-template.php:356:	$title = attribute_escape(apply_filters('the_title', get_the_title()));
./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/bookmark-template.php:149:	return apply_filters('link_rating', $link->link_rating);
./wp-includes/category-template.php:40:	return apply_filters('category_link', $catlink, $category_id);
./wp-includes/category-template.php:90:		return apply_filters('the_category', __('Uncategorized'), $separator, $parents);
./wp-includes/category-template.php:139:	return apply_filters('the_category', $thelist, $separator, $parents);
./wp-includes/category-template.php:160:	return apply_filters('category_description', $category->category_description, $category->cat_ID);
./wp-includes/category-template.php:186:			$show_option_all = apply_filters('list_cats', $show_option_all);
./wp-includes/category-template.php:191:			$show_option_none = apply_filters('list_cats', $show_option_none);
./wp-includes/category-template.php:204:	$output = apply_filters('wp_dropdown_cats', $output);
./wp-includes/category-template.php:258:	echo apply_filters('wp_list_categories', $output);
./wp-content/plugins/miwa-editor-mu/js/tinymce/tiny_mce_config.php:29:        $valid_elements = apply_filters('mce_valid_elements', $valid_elements);
./wp-content/plugins/miwa-editor-mu/js/tinymce/tiny_mce_config.php:32:        $plugins = apply_filters('mce_plugins', $plugins);
./wp-content/plugins/miwa-editor-mu/js/tinymce/tiny_mce_config.php:35:        $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-content/plugins/miwa-editor-mu/js/tinymce/tiny_mce_config.php:41:        $mce_buttons_2 = apply_filters('mce_buttons_2', array());
./wp-content/plugins/miwa-editor-mu/js/tinymce/tiny_mce_config.php:44:        $mce_buttons_3 = apply_filters('mce_buttons_3', array());
./wp-content/plugins/miwa-editor-mu/js/tinymce/tiny_mce_config.php:47:        $mce_browsers = apply_filters('mce_browsers', array('msie', 'gecko', 'opera', 'safari'));
./wp-content/plugins/miwa-editor-mu/js/tinymce/tiny_mce_config.php:52:        $mce_css = apply_filters('mce_css', $mce_css);
./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-login.php:49: echo apply_filters('login_headerurl', 'http://wordpress.org/'); ... echo apply_filters('login_headertitle', __('Powered by WordPress'));
./wp-login.php:51:	if ( !empty( $message ) ) echo apply_filters('login_message', $message) . "\n";
./wp-login.php:66:		apply_filters('login_errors', $errors) 
./wp-login.php:215:		$user_email = apply_filters( 'user_registration_email', $_POST['user_email'] ); 
./wp-login.php:237:		$errors = apply_filters( 'registration_errors', $errors );
./wp-admin/users.php:265:		$new_user_login = apply_filters('pre_user_login', sanitize_user(stripslashes($_POST['user_login']), true));
./wp-admin/users.php:478:<?php if ( apply_filters('show_password_fields', true) ) : ?>
./wp-admin/post.php:72:		<iframe src="<?php echo attribute_escape(apply_filters('preview_post_link', add_query_arg('preview', 'true', get_permalink($post->ID)))); ?>" width="100%" height="600" ></iframe>
./wp-admin/admin-functions.php:198:		$delta = apply_filters( 'autosave_interval', 120 ) / 2;
./wp-admin/admin-functions.php:329:	$post->post_content = apply_filters( 'content_edit_pre', $post->post_content);
./wp-admin/admin-functions.php:332:	$post->post_excerpt = apply_filters( 'excerpt_edit_pre', $post->post_excerpt);
./wp-admin/admin-functions.php:335:	$post->post_title = apply_filters( 'title_edit_pre', $post->post_title );
./wp-admin/admin-functions.php:375:	$post->post_content = apply_filters( 'default_content', $post_content);
./wp-admin/admin-functions.php:376:	$post->post_title = apply_filters( 'default_title', $post_title );
./wp-admin/admin-functions.php:377:	$post->post_excerpt = apply_filters( 'default_excerpt', $post_excerpt);
./wp-admin/admin-functions.php:389:	$comment->comment_content = apply_filters( 'comment_edit_pre', $comment->comment_content);
./wp-admin/admin-functions.php:770:		$output = apply_filters('cat_rows', $output);
./wp-admin/admin-functions.php:980:	$limit = (int) apply_filters( 'postmeta_form_limit', 30 );
./wp-admin/admin-functions.php:1889:	$return = apply_filters( 'wp_handle_upload', array( 'file' => $new_file, 'url' => $url, 'type' => $type ) );
./wp-admin/admin-functions.php:2115:		$max = apply_filters( 'wp_thumbnail_creation_size_limit', 3 * 1024 * 1024, $attachment_id, $file );
./wp-admin/admin-functions.php:2118:			$max_side = apply_filters( 'wp_thumbnail_max_side_length', 128, $attachment_id, $file );
./wp-admin/admin-functions.php:2125:	return apply_filters( 'wp_generate_attachment_metadata', $metadata );
./wp-admin/admin-functions.php:2188:			if ( basename( $file ) == $thumb = apply_filters( 'thumbnail_filename', basename( $file ) ) )
./wp-admin/admin-functions.php:2218:		apply_filters( 'wp_create_thumbnail', $thumbpath );
./wp-admin/custom-header.php:226:			$header = apply_filters('wp_create_file_in_uploads', $header); // For replication
./wp-admin/custom-header.php:231:			$image = apply_filters('wp_create_file_in_uploads', $image); // For replication
./wp-admin/custom-header.php:276:		$header = apply_filters('wp_create_file_in_uploads', $header); // For replication
./wp-admin/custom-header.php:290:		apply_filters( 'wp_delete_file', $medium );
./wp-admin/edit-page-form.php:157:	$uploading_iframe_src = apply_filters('uploading_iframe_src', $uploading_iframe_src);
./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/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:98:	$cat_name = apply_filters('pre_category_name', $cat_name);
./wp-admin/admin-db.php:104:	$category_nicename = apply_filters('pre_category_nicename', $category_nicename);
./wp-admin/admin-db.php:108:	$category_description = apply_filters('pre_category_description', $category_description);
./wp-admin/admin-db.php:147:	$cat_ID = apply_filters('cat_id_filter', $cat_ID, $update);
./wp-admin/admin-db.php:304:	$link_name = apply_filters('pre_link_name', $link_name);
./wp-admin/admin-db.php:308:	$link_url = apply_filters('pre_link_url', $link_url);
./wp-admin/admin-db.php:317:	$link_image = apply_filters('pre_link_image', $link_image);
./wp-admin/admin-db.php:321:	$link_target = apply_filters('pre_link_target', $link_target);
./wp-admin/admin-db.php:334:	$link_notes = apply_filters('pre_link_notes', $link_notes);
./wp-admin/admin-db.php:338:	$link_description = apply_filters('pre_link_description', $link_description);
./wp-admin/admin-db.php:342:	$link_rss = apply_filters('pre_link_rss', $link_rss);
./wp-admin/admin-db.php:346:	$link_rel = apply_filters('pre_link_rel', $link_rel);
./wp-admin/edit-form-advanced.php:184:	$uploading_iframe_src = apply_filters('uploading_iframe_src', $uploading_iframe_src);
./wp-admin/upload.php:44:	$wp_upload_tabs = array_merge($wp_upload_tabs, apply_filters( 'wp_upload_tabs', array() ));
./wp-admin/upload-functions.php:21:	$post_content = apply_filters( 'content_edit_pre', $post->post_content );
./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:171:$show_password_fields = apply_filters('show_password_fields', true);
./wp-admin/link-manager.php:106:$link_columns = apply_filters('manage_link_columns', $link_columns);
./wp-admin/page.php:66:		<iframe src="<?php echo attribute_escape(apply_filters('preview_page_link', add_query_arg('preview', 'true', get_permalink($post->ID)))); ?>" width="100%" height="600" ></iframe>
./wp-comments-post.php:61:$location = apply_filters('comment_post_redirect', $location, $comment);
./wp-mail.php:123:	$post_content = apply_filters('phone_content', $content);
./xmlrpc.php:113:		$this->methods = apply_filters('xmlrpc_methods', $this->methods);
./xmlrpc.php:520:	  $post_content = apply_filters( 'content_save_pre', $content_struct['description'] );
./xmlrpc.php:617:	  $post_content = apply_filters( 'content_save_pre', $content_struct['description'] );
./xmlrpc.php:855:		if ( $upload_err = apply_filters( "pre_upload_error", false ) )
./xmlrpc.php:878:		return apply_filters( 'wp_handle_upload', array( 'file' => $upload[ 'file' ], 'url' => $upload[ 'url' ], 'type' => $type ) );
./wp-commentsrss2.php:57:			$title = apply_filters('the_title', $title);
./wp-commentsrss2.php:58:			$title = apply_filters('the_title_rss', $title);