Filter: juiz_sps_share_text_for_*

apply_filters( 'juiz_sps_share_text_for_*', $text, $nw_name ) → {string}
The tooltip for a specific network. Default one is Share this on %s.

Parameters:

Name Type Description
$text string The original text in the tooltip.
$nw_name string The original name β€”or modified name if you filtered juiz_sps_share_name_for_*β€” of the network.
Since:
  • 1.0.0 First version
Author:
Source:

Returns:

The string returned text in the tooltip for this specific network.
Type
string