Wordpress/tests
Gary Pendergast 7e4e9f1ce7 Shortcodes: Add a do_shortcode_tag filter.
The addition of the `pre_do_shortcode_tag` in [38506] allows plugins to short-circuit the shortcode execution process, which is particularly helpful for caching expensive shortcodes.

The `do_shortcode_tag` is the corresponding part of that system - when a shortcode hasn't been executed previously, there needs to be a clean method of populating the cache.

Props flixos90.
Fixes #32790.



git-svn-id: https://develop.svn.wordpress.org/trunk@38713 602fd350-edb4-49c9-b593-d223f7449a82
2016-10-04 00:38:45 +00:00
..
phpunit Shortcodes: Add a do_shortcode_tag filter. 2016-10-04 00:38:45 +00:00
qunit Administration: Improve the usage of the button CSS classes. 2016-09-28 19:53:07 +00:00