WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about do_shortcode_tag

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/shortcodes.php apply_filters 367 /**
* Filters the output created by a shortcode callback.
*
* @since 4.7.0
*
* @param string $output Shortcode output.
* @param string $tag Shortcode name.
* @param array|string $attr Shortcode attributes array or empty string.
* @param array $m Regular expression match array.
*/

Hook Parameters

Parameter Type Name Description
string $output Shortcode output.
string $tag Shortcode name.
array|string $attr Shortcode attributes array or empty string.
array $m Regular expression match array.