This action will be executed when value of social settings will get updated.
Hook Name: arm_update_social_settings
Hook Type: Action
Source: core/classes/class.arm_social_feature.php
Usage:
add_action( 'arm_update_social_settings', 'your_function', 10, 2);
function your_function($post_data = array(), $files = array()) {
//Do Your Action.
//$post_data Updated Social Settings Array.
//$files Uploaded files array
}
Parameters:
$post_data
Updated Social Settings Array
$files
Uploaded files array