Filter: juiz_sps_shortcode

apply_filters( 'juiz_sps_shortcode', $output, $atts ) → {string}
Filters content before returning the HTML generated by the juiz_social or juiz_sps Shortcode.

Parameters:

Name Type Description
$output string The original HTML output of the shortcode.
$atts array The shortcode attributes. Can be filtered juiz_sps_shortcode_atts
Since:
  • 2.0.0 First version
Author:
Source:

Returns:

Return the filtered HTML content.
Type
string