Used By
Used By | Description |
---|---|
wp-includes/shortcodes.php: do_shortcode_tag() | Regular Expression callable for do_shortcode() for calling shortcode hook. |
Filters whether to call a shortcode callback.
Returning a non-false value from filter will short-circuit the shortcode generation process, returning that value instead.
(false|string) Short-circuit return value. Either false or the value to replace the shortcode with.
(string) Shortcode name.
(array|string) Shortcode attributes array or empty string.
(array) Regular expression match array.
Version | Description |
---|---|
4.7.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/pre_do_shortcode_tag