Faster, Smoother New Version of ARMember7.0Launched Buy Now

API Documents

Description.

arm_setup_data_before_setup_shortcode

Usage: add_filter( ‘arm_setup_data_before_setup_shortcode’, ‘your_function’, 10, 2); function your_function($setup_data, $atts) { //$setup_data Array of Membership Setup Detail. //$atts Shortcode Arguments. $setup_data[‘setup_name’] […]

arm_before_render_membership_setup_form

Usage: add_action( ‘arm_before_render_membership_setup_form’, ‘your_function’, 10, 2 ); function your_function($setup_data, $atts) { //Do Your Action //$setup_data Array of Membership Setup Detail.

arm_before_render_close_account_form

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

arm_before_render_edit_profile_form

Usage: add_action( ‘arm_before_render_edit_profile_form’, ‘your_function’, 10, 2 ); function your_function($form, $atts) { //Do Your Action //$form Form Object. //$atts Shortcode Attributes

arm_before_render_form

Usage: add_action( ‘arm_before_render_form’, ‘your_function’, 10, 2 ); function your_function($form, $atts) { //Do Your Action //$form Form Object. //$atts Shortcode Attributes

arm_before_restricted_site_access_redirect

Usage: add_action( ‘arm_restrict_site_access_handling’, ‘your_function’, 10, 2); function your_function($redirect_url, $wp) { //Do Your Action. //$redirect_url Redirection URL. //$wp WordPress Object from

arm_restrict_site_access_handling

Usage: add_action( ‘arm_restrict_site_access_handling’, ‘your_function’); function your_function($wp) { //Do Your Action. //$wp WordPress Object from ‘parse_request’ hook. } Parameters: $wp WordPress

arm_saved_manual_payment

Usage: add_action( ‘arm_saved_manual_payment’, ‘your_function’); function your_function($log_data = array()) { //Do Your Action. //$log_data Manual Payment Details. } Parameters: $log_data Manual

arm_save_manual_payment

Usage: add_action( ‘arm_save_manual_payment’, ‘your_function’); function your_function($log_data = array()) { //Do Your Action. //$log_data Manual Payment Details. } Parameters: $log_data Manual