Home
last modified time | relevance | path

Searched refs:apply_filters (Results 1 – 25 of 942) sorted by relevance

12345678910>>...38

/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dfeed.php67 echo apply_filters( 'bloginfo_rss', get_bloginfo_rss( $show ), $show );
89 $default_feed = apply_filters( 'default_feed', 'rss2' );
166 return apply_filters( 'the_title_rss', $title );
194 $content = apply_filters( 'the_content', get_the_content() );
206 return apply_filters( 'the_content_feed', $content, $feed_type );
234 echo apply_filters( 'the_excerpt_rss', $output );
337 return apply_filters( 'comment_author_rss', get_comment_author() );
363 $comment_text = apply_filters( 'comment_text_rss', $comment_text );
426 return apply_filters( 'the_category_rss', $the_list, $type );
559 echo apply_filters( 'atom_enclosure', $html_link_tag );
[all …]
H A Dcomment-template.php73 echo apply_filters( 'comment_author', $author, $comment->comment_ID );
397 return apply_filters( 'get_comment_author_url_link', $return );
872 return apply_filters( 'get_comments_number', $count, $post_id );
951 return apply_filters( 'comments_number', $output, $number );
1163 return apply_filters( 'trackback_url', $tb_url );
1254 return apply_filters( 'comments_open', $open, $post_id );
1284 return apply_filters( 'pings_open', $open, $post_id );
1551 $include = apply_filters( 'comments_template', $theme_template );
1620 echo apply_filters( 'respond_link', $respond_link, $post_id );
2433 $fields = apply_filters( 'comment_form_default_fields', $fields );
[all …]
H A Dlink-template.php451 return apply_filters( '_get_page_link', $link, $post->ID );
563 return apply_filters( 'year_link', $yearlink, $year );
674 echo apply_filters( 'the_feed_link', $link, $feed );
727 return apply_filters( 'feed_link', $output, $feed );
815 return apply_filters( 'post_comments_feed_link', $url );
894 $link = apply_filters( 'author_feed_link', $link, $feed );
984 $link = apply_filters( 'tag_feed_link', $link, $feed );
1201 return apply_filters( 'search_link', $link, $search );
3505 return apply_filters( 'content_url', $url, $path );
4436 return apply_filters( 'theme_file_uri', $url, $file );
[all …]
H A Duser.php169 $user = apply_filters( 'wp_authenticate_user', $user, $password );
240 $user = apply_filters( 'wp_authenticate_user', $user, $password );
1420 $html = apply_filters( 'wp_dropdown_users', $output );
1464 $value = apply_filters( "edit_{$field}", $value, $user_id );
1489 $value = apply_filters( "pre_{$field}", $value );
1502 $value = apply_filters( "pre_user_{$field}", $value );
1643 return apply_filters( 'username_exists', $user_id, $username );
1675 return apply_filters( 'email_exists', $user_id, $email );
1902 $user_url = apply_filters( 'pre_user_url', $raw_user_url );
2501 return apply_filters( 'password_hint', $hint );
[all …]
H A Dgeneral-template.php284 $args = apply_filters( 'search_form_args', $args );
391 echo apply_filters( 'loginout', $link );
394 return apply_filters( 'loginout', $link );
680 $link = apply_filters( 'register', $link );
903 $output = apply_filters( 'bloginfo', $output, $show );
1143 $title = apply_filters( 'pre_get_document_title', '' );
1249 $title = apply_filters( 'document_title', $title );
2954 echo apply_filters( 'the_weekday', $the_weekday );
3492 return apply_filters( 'wp_default_editor', $r );
4274 esc_url( apply_filters( 'paginate_links', $link ) ),
[all …]
H A Dl10n.php35 return apply_filters( 'locale', $locale );
80 return apply_filters( 'locale', $locale );
131 $determined_locale = apply_filters( 'pre_determine_locale', null );
158 return apply_filters( 'determine_locale', $determined_locale );
189 $translation = apply_filters( 'gettext', $translation, $text, $domain );
202 $translation = apply_filters( "gettext_{$domain}", $translation, $text, $domain );
739 $mofile = apply_filters( 'load_textdomain_mofile', $mofile, $domain );
878 $locale = apply_filters( 'plugin_locale', determine_locale(), $domain );
912 $locale = apply_filters( 'plugin_locale', determine_locale(), $domain );
951 $locale = apply_filters( 'theme_locale', determine_locale(), $domain );
[all …]
H A Dpluggable.php222 $pre_wp_mail = apply_filters( 'pre_wp_mail', null, $atts );
396 $from_email = apply_filters( 'wp_mail_from', $from_email );
405 $from_name = apply_filters( 'wp_mail_from_name', $from_name );
501 $phpmailer->CharSet = apply_filters( 'wp_mail_charset', $charset );
998 if ( ! apply_filters( 'send_auth_cookies', true ) ) {
1026 if ( ! apply_filters( 'send_auth_cookies', true ) ) {
1099 $secure = apply_filters( 'secure_auth_redirect', $secure );
1301 $location = apply_filters( 'wp_redirect', $location, $status );
2158 $nonce_life = apply_filters( 'nonce_life', DAY_IN_SECONDS );
2191 $uid = apply_filters( 'nonce_user_logged_out', $uid, $action );
[all …]
H A Dembed.php91 return apply_filters( 'embed_defaults', compact( 'width', 'height' ), $url );
201 if ( ! apply_filters( 'load_default_embeds', true ) ) {
353 echo apply_filters( 'oembed_discovery_links', $output );
395 return esc_url_raw( apply_filters( 'post_embed_url', $embed_url, $post ) );
431 return apply_filters( 'oembed_endpoint_url', $url, $permalink, $format );
503 return apply_filters( 'embed_html', $output, $post, $width, $height );
540 $min_max_width = apply_filters(
578 return apply_filters( 'oembed_response_data', $data, $post, $width, $height );
636 $post_id = apply_filters( 'oembed_request_post_id', $post_id, $url );
988 echo apply_filters( 'the_excerpt_embed', $output );
[all …]
H A Dclass-walker-nav-menu.php75 …$class_names = implode( ' ', apply_filters( 'nav_menu_submenu_css_class', $classes, $args, $depth …
140 $args = apply_filters( 'nav_menu_item_args', $args, $item, $depth );
153 …$class_names = implode( ' ', apply_filters( 'nav_menu_css_class', array_filter( $classes ), $item,…
167 $id = apply_filters( 'nav_menu_item_id', 'menu-item-' . $item->ID, $item, $args, $depth );
202 $atts = apply_filters( 'nav_menu_link_attributes', $atts, $item, $args, $depth );
213 $title = apply_filters( 'the_title', $item->title, $item->ID );
225 $title = apply_filters( 'nav_menu_item_title', $title, $item, $args, $depth );
247 $output .= apply_filters( 'walker_nav_menu_start_el', $item_output, $item, $depth, $args );
H A Dformatting.php2156 return apply_filters( 'sanitize_key', $key, $raw_key );
2651 $content = apply_filters( 'format_to_edit', $content );
2875 $rel = apply_filters( 'make_clickable_rel', $rel, $url );
3828 $text = apply_filters( 'the_content', $text );
3944 $filtered = apply_filters( 'pre_ent2ncr', null, $text );
4472 return apply_filters( 'js_escape', $safe_text, $text );
4497 return apply_filters( 'esc_html', $safe_text, $text );
4600 return apply_filters( 'esc_xml', $safe_text, $text );
4961 $array = apply_filters( 'wp_parse_str', $array );
5130 $l = apply_filters(
[all …]
H A Dpost-template.php171 return apply_filters( 'the_title', $title, $id );
203 echo apply_filters( 'the_guid', $guid, $id );
232 return apply_filters( 'get_the_guid', $guid, $id );
253 $content = apply_filters( 'the_content', $content );
394 echo apply_filters( 'the_excerpt', get_the_excerpt() );
836 $classes = apply_filters( 'body_class', $classes, $class );
973 $link = apply_filters( 'wp_link_pages_link', $link, $i );
1012 $html = apply_filters( 'wp_link_pages', $output, $args );
1427 $args = apply_filters( 'wp_page_menu_args', $args );
1502 $menu = apply_filters( 'wp_page_menu', $menu, $args );
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dfeed.php67 echo apply_filters( 'bloginfo_rss', get_bloginfo_rss( $show ), $show );
89 $default_feed = apply_filters( 'default_feed', 'rss2' );
166 return apply_filters( 'the_title_rss', $title );
194 $content = apply_filters( 'the_content', get_the_content() );
206 return apply_filters( 'the_content_feed', $content, $feed_type );
234 echo apply_filters( 'the_excerpt_rss', $output );
337 return apply_filters( 'comment_author_rss', get_comment_author() );
363 $comment_text = apply_filters( 'comment_text_rss', $comment_text );
426 return apply_filters( 'the_category_rss', $the_list, $type );
559 echo apply_filters( 'atom_enclosure', $html_link_tag );
[all …]
H A Dcomment-template.php73 echo apply_filters( 'comment_author', $author, $comment->comment_ID );
397 return apply_filters( 'get_comment_author_url_link', $return );
872 return apply_filters( 'get_comments_number', $count, $post_id );
951 return apply_filters( 'comments_number', $output, $number );
1163 return apply_filters( 'trackback_url', $tb_url );
1254 return apply_filters( 'comments_open', $open, $post_id );
1284 return apply_filters( 'pings_open', $open, $post_id );
1551 $include = apply_filters( 'comments_template', $theme_template );
1620 echo apply_filters( 'respond_link', $respond_link, $post_id );
2433 $fields = apply_filters( 'comment_form_default_fields', $fields );
[all …]
H A Dlink-template.php451 return apply_filters( '_get_page_link', $link, $post->ID );
563 return apply_filters( 'year_link', $yearlink, $year );
674 echo apply_filters( 'the_feed_link', $link, $feed );
727 return apply_filters( 'feed_link', $output, $feed );
815 return apply_filters( 'post_comments_feed_link', $url );
894 $link = apply_filters( 'author_feed_link', $link, $feed );
984 $link = apply_filters( 'tag_feed_link', $link, $feed );
1201 return apply_filters( 'search_link', $link, $search );
3505 return apply_filters( 'content_url', $url, $path );
4436 return apply_filters( 'theme_file_uri', $url, $file );
[all …]
H A Duser.php169 $user = apply_filters( 'wp_authenticate_user', $user, $password );
240 $user = apply_filters( 'wp_authenticate_user', $user, $password );
1420 $html = apply_filters( 'wp_dropdown_users', $output );
1464 $value = apply_filters( "edit_{$field}", $value, $user_id );
1489 $value = apply_filters( "pre_{$field}", $value );
1502 $value = apply_filters( "pre_user_{$field}", $value );
1643 return apply_filters( 'username_exists', $user_id, $username );
1675 return apply_filters( 'email_exists', $user_id, $email );
1902 $user_url = apply_filters( 'pre_user_url', $raw_user_url );
2501 return apply_filters( 'password_hint', $hint );
[all …]
H A Dgeneral-template.php284 $args = apply_filters( 'search_form_args', $args );
391 echo apply_filters( 'loginout', $link );
394 return apply_filters( 'loginout', $link );
680 $link = apply_filters( 'register', $link );
903 $output = apply_filters( 'bloginfo', $output, $show );
1143 $title = apply_filters( 'pre_get_document_title', '' );
1249 $title = apply_filters( 'document_title', $title );
2954 echo apply_filters( 'the_weekday', $the_weekday );
3492 return apply_filters( 'wp_default_editor', $r );
4274 esc_url( apply_filters( 'paginate_links', $link ) ),
[all …]
H A Dl10n.php35 return apply_filters( 'locale', $locale );
80 return apply_filters( 'locale', $locale );
131 $determined_locale = apply_filters( 'pre_determine_locale', null );
158 return apply_filters( 'determine_locale', $determined_locale );
189 $translation = apply_filters( 'gettext', $translation, $text, $domain );
202 $translation = apply_filters( "gettext_{$domain}", $translation, $text, $domain );
739 $mofile = apply_filters( 'load_textdomain_mofile', $mofile, $domain );
878 $locale = apply_filters( 'plugin_locale', determine_locale(), $domain );
912 $locale = apply_filters( 'plugin_locale', determine_locale(), $domain );
951 $locale = apply_filters( 'theme_locale', determine_locale(), $domain );
[all …]
H A Dpluggable.php222 $pre_wp_mail = apply_filters( 'pre_wp_mail', null, $atts );
396 $from_email = apply_filters( 'wp_mail_from', $from_email );
405 $from_name = apply_filters( 'wp_mail_from_name', $from_name );
501 $phpmailer->CharSet = apply_filters( 'wp_mail_charset', $charset );
998 if ( ! apply_filters( 'send_auth_cookies', true ) ) {
1026 if ( ! apply_filters( 'send_auth_cookies', true ) ) {
1099 $secure = apply_filters( 'secure_auth_redirect', $secure );
1301 $location = apply_filters( 'wp_redirect', $location, $status );
2158 $nonce_life = apply_filters( 'nonce_life', DAY_IN_SECONDS );
2191 $uid = apply_filters( 'nonce_user_logged_out', $uid, $action );
[all …]
H A Dembed.php91 return apply_filters( 'embed_defaults', compact( 'width', 'height' ), $url );
201 if ( ! apply_filters( 'load_default_embeds', true ) ) {
353 echo apply_filters( 'oembed_discovery_links', $output );
395 return esc_url_raw( apply_filters( 'post_embed_url', $embed_url, $post ) );
431 return apply_filters( 'oembed_endpoint_url', $url, $permalink, $format );
503 return apply_filters( 'embed_html', $output, $post, $width, $height );
540 $min_max_width = apply_filters(
578 return apply_filters( 'oembed_response_data', $data, $post, $width, $height );
636 $post_id = apply_filters( 'oembed_request_post_id', $post_id, $url );
988 echo apply_filters( 'the_excerpt_embed', $output );
[all …]
H A Dclass-walker-nav-menu.php75 …$class_names = implode( ' ', apply_filters( 'nav_menu_submenu_css_class', $classes, $args, $depth …
140 $args = apply_filters( 'nav_menu_item_args', $args, $item, $depth );
153 …$class_names = implode( ' ', apply_filters( 'nav_menu_css_class', array_filter( $classes ), $item,…
167 $id = apply_filters( 'nav_menu_item_id', 'menu-item-' . $item->ID, $item, $args, $depth );
202 $atts = apply_filters( 'nav_menu_link_attributes', $atts, $item, $args, $depth );
213 $title = apply_filters( 'the_title', $item->title, $item->ID );
225 $title = apply_filters( 'nav_menu_item_title', $title, $item, $args, $depth );
247 $output .= apply_filters( 'walker_nav_menu_start_el', $item_output, $item, $depth, $args );
H A Dformatting.php2156 return apply_filters( 'sanitize_key', $key, $raw_key );
2651 $content = apply_filters( 'format_to_edit', $content );
2875 $rel = apply_filters( 'make_clickable_rel', $rel, $url );
3828 $text = apply_filters( 'the_content', $text );
3944 $filtered = apply_filters( 'pre_ent2ncr', null, $text );
4472 return apply_filters( 'js_escape', $safe_text, $text );
4497 return apply_filters( 'esc_html', $safe_text, $text );
4600 return apply_filters( 'esc_xml', $safe_text, $text );
4961 $array = apply_filters( 'wp_parse_str', $array );
5130 $l = apply_filters(
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/wp-content/themes/twentynineteen/inc/
H A Dcolor-patterns.php27 $saturation = apply_filters( 'twentynineteen_custom_colors_saturation', 100 );
37 …$saturation_selection = absint( apply_filters( 'twentynineteen_custom_colors_saturation_selection'…
47 $lightness = apply_filters( 'twentynineteen_custom_colors_lightness', 33 );
57 $lightness_hover = apply_filters( 'twentynineteen_custom_colors_lightness_hover', 23 );
67 $lightness_selection = apply_filters( 'twentynineteen_custom_colors_lightness_selection', 90 );
270 …return apply_filters( 'twentynineteen_custom_colors_css', $theme_css, $primary_color, $saturation …
/dports/chinese/wordpress-zh_TW/wordpress/wp-content/themes/twentynineteen/inc/
H A Dcolor-patterns.php27 $saturation = apply_filters( 'twentynineteen_custom_colors_saturation', 100 );
37 …$saturation_selection = absint( apply_filters( 'twentynineteen_custom_colors_saturation_selection'…
47 $lightness = apply_filters( 'twentynineteen_custom_colors_lightness', 33 );
57 $lightness_hover = apply_filters( 'twentynineteen_custom_colors_lightness_hover', 23 );
67 $lightness_selection = apply_filters( 'twentynineteen_custom_colors_lightness_selection', 90 );
270 …return apply_filters( 'twentynineteen_custom_colors_css', $theme_css, $primary_color, $saturation …
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/sitemaps/providers/
H A Dclass-wp-sitemaps-posts.php49 return apply_filters( 'wp_sitemaps_post_types', $post_types );
81 $url_list = apply_filters(
116 $sitemap_entry = apply_filters( 'wp_sitemaps_posts_show_on_front_entry', $sitemap_entry );
134 $sitemap_entry = apply_filters( 'wp_sitemaps_posts_entry', $sitemap_entry, $post, $post_type );
165 $max_num_pages = apply_filters( 'wp_sitemaps_posts_pre_max_num_pages', null, $post_type );
200 $args = apply_filters(
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/sitemaps/providers/
H A Dclass-wp-sitemaps-posts.php49 return apply_filters( 'wp_sitemaps_post_types', $post_types );
81 $url_list = apply_filters(
116 $sitemap_entry = apply_filters( 'wp_sitemaps_posts_show_on_front_entry', $sitemap_entry );
134 $sitemap_entry = apply_filters( 'wp_sitemaps_posts_entry', $sitemap_entry, $post, $post_type );
165 $max_num_pages = apply_filters( 'wp_sitemaps_posts_pre_max_num_pages', null, $post_type );
200 $args = apply_filters(

12345678910>>...38