Filter: juiz_sps_button_element_type_for_*

apply_filters( 'juiz_sps_button_element_type_for_*', $element ) → {string}
The type of HTML element you want to use for a specific network. It produces automatically a a href or a button type="button" if it detects of the a or button options.

Parameters:

Name Type Description
$element string It's a link par default, so a
Since:
  • 2.0.0 First version
Author:
Source:

Returns:

The string of HTML element you want.
Type
string