wpscont/shortcodes/features/list/do_shortcode_tag
Description:
If you are not happy enough with what we offer by default, you can also filter our default functions. This is for example interesting if you want to give them custom priorities.
Parameter | Type | Description |
---|---|---|
$tags | array | An array of all available default functions of the plugin. |
/** * Filter the defined tags based on your needs */ $tags = apply_filters('wpscont/shortcodes/features/list/do_shortcode_tag', $tags);
Source:
wp-content/plugins/wp-shortcode-control/core/includes/classes/features.php