This Action will be executed just after the general options will be rendered in general setting - admin side page.
Hook Name: arm_after_global_settings_html
Hook Type: Action
Source: core/views/arm_global_settings.php
Usage:
add_action( 'arm_after_global_settings_html', 'your_function' );
function your_function($general_settings) {
echo "Your options HTML.";
}
Parameters:
$general_settings
Array of General Settings