This filter allows to add custom content before social login shortcode content buttons will display.
Hook Name: arm_before_social_login_shortcode_content
Hook Type: Filter
Source: core/classes/class.arm_social_feature.php
Usage:
add_filter( 'arm_before_social_login_shortcode_content', 'your_function', 10, 2);
function your_function($content, $args) {
//$content Active Social Network Options.
$content = 'Some Content ' . $content;
return $content;
}
Parameters:
$content
Active Social Network Options
$args
Shortcode arguments