_sfw_hook_shortcode
Description
Allows filtering the [sfw] shorttag by attribute
This is done to not flood the shortcode namespace with different codes. Also we don't leave tons of different shortcodes appearing on the page if some functionality is removed in the future.
Since: 1.0.0
Code
<?php function _sfw_hook_shortcode( $atts, $content ){
…
} ?>
Parameter
- $atts
- (array)