Filter for button shortcode output. You can use this filter to override the original button shortcode output.
Attributes:
html (string)
The generated HTML output
atts (array)
Shortcode attributes array. Default:
array( 'href' => '', 'text' => '', 'font_family' => '', 'icon' => '', 'icon_display_effect' => '', 'hover_effect' => '', 'hover_animation' => '', 'target' => '', 'size' => '', 'is_3d' => 'false', 'is_rounded' => 'false', 'border_radius' => '50', 'only_border' => 'false', 'block' => 'false', 'color_scheme' => 'default', 'color' => 'unset', 'background_color' => 'unset', 'border_color' => 'unset', 'border_style' => '', 'hover_color' => 'unset', 'hover_background_color' => 'unset', 'hover_border_color' => 'unset', 'box_shadow' => 'false', 'box_shadow_h' => '0', 'box_shadow_v' => '0', 'box_shadow_inset' => 'false', 'box_shadow_color' => 'rgba(0, 0, 0, 0.1)', 'box_shadow_blur' => '5', 'design' => '', 'tooltip' => 'false', 'tooltip_color_scheme' => 'default', 'tooltip_background_color' => '', 'tooltip_color' => '', 'tooltip_text' => '', 'ga_tracking' => 'false', 'ga_event_category' => '', 'ga_event_action' => '', 'ga_event_label' => '', 'ga_event_value' => '' )
Located: Luvthemes Core
File: includes/shortcodes.inc.php