This filter allows you tom add custom content after social buttons will be displayed in front side.
Hook Name: arm_after_social_login_shortcode_content
Hook Type: Filter
Source: core/classes/class.arm_social_feature.php
Usage:
add_filter( 'arm_after_social_login_shortcode_content', 'your_function', 10, 2);
function your_function($content, $args) {
//$content Active Social Network Options.
$content = $content . ' Some Content';
return $content;
}
Parameters:
$content
Active Social Network Options
$args
Short code arguments