Changeset 50371 for trunk/src/wp-includes/default-filters.php
- Timestamp:
- 02/17/2021 10:49:13 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-filters.php
r50370 r50371 239 239 // Robots filters. 240 240 add_filter( 'wp_robots', 'wp_robots_noindex' ); 241 add_filter( 'wp_robots', 'wp_robots_noindex_embeds' ); 241 242 add_filter( 'wp_robots', 'wp_robots_noindex_search' ); 242 243 add_filter( 'wp_robots', 'wp_robots_max_image_preview_large' ); … … 612 613 add_action( 'embed_footer', 'wp_print_footer_scripts', 20 ); 613 614 614 add_filter( 'wp_robots', 'wp_embed_no_robots' );615 615 add_filter( 'excerpt_more', 'wp_embed_excerpt_more', 20 ); 616 616 add_filter( 'the_excerpt_embed', 'wptexturize' );
Note: See TracChangeset
for help on using the changeset viewer.