This Filter provides you access to modify array of active social network options.
Hook Name: arm_get_active_social_options
Hook Type: Filter
Source: core/classes/class.arm_social_feature.php
Usage:
add_filter( 'arm_get_active_social_options', 'your_function');
function your_function($active_opts) {
//$active_opts Active Social Network Options.
return $active_opts;
}
Parameters:
$active_opts
Active Social Network Options