Changes between Initial Version and Version 1 of Ticket #53187, comment 1
- Timestamp:
- 07/25/2021 04:42:29 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53187, comment 1
initial v1 5 5 - [https://core.trac.wordpress.org/browser/trunk/src/wp-includes/default-filters.php?rev=51388#L218 widget_block_content] 6 6 7 Though `the_excerpt` does not have the `do_shortcode` filter by default, it could be good to assign the priority of 12 there anyway .7 Though `the_excerpt` does not have the `do_shortcode` filter by default, it could be good to assign the priority of 12 there anyway (in addition to the other three). 8 8 9 9 ([https://core.trac.wordpress.org/browser/trunk/src/wp-includes/block-template.php?rev=51321#L169 block-template.php] has `run_shortcode` before `wp_filter_content_tags`)