Filter: juiz_sps_shortcode_atts

apply_filters( 'juiz_sps_shortcode_atts', $atts ) → {array}
Filters the attributes of the shortcode juiz_social or juiz_sps

Parameters:

Name Type Description
$atts array The shortcode attributes.

Properties

Name Type Default Description
$atts['buttons'] string "twitter,linkedin" The list of network shortnames separated by a comma.
$atts['counters'] int 0 1 to activate counters.
$atts['current'] int 1 0 to share something else than the current URL.
$atts['url'] string NULL The URL to share.
Since:
  • 2.0.0 First version
Author:
Source:

Returns:

The filtered shortcode attributes.
Type
array