This action will be executed just after the common message options will get rendered in general settings(Common Messages) admin page.
Hook Name: arm_after_common_messages_settings_html
Hook Type: Action
Source: core/views/arm_common_messages_settings.php
Usage:
add_action( 'arm_after_common_messages_settings_html', 'your_function' );
function your_function($common_messages) {
echo "Your options HTML.";
}
Parameters:
$common_messages
Array of Common Messages