apply_filters( "{$shortcode}_shortcode_tag", string $shortcode )
Filters the shortcode tag.
Description Description
The dynamic portion of the hook name, $shortcode
refers to the shortcode tag itself.
Parameters Parameters
- $shortcode
-
(string) The shortcode tag.