This action will be executed before close account shortcode will be displayed in front side.
Hook Name: arm_before_render_close_account_form
Hook Type: Action
Source: core/classes/class.arm_shortcodes.php
Usage:
add_action( 'arm_before_render_close_account_form', 'your_function' );
function your_function($atts) {
//Do Your Action
//$atts Shortcode Attributes
echo "Close Account Form Starts From Here";
}
Parameters:
$atts
Shortcode Attributes