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

API Documents

Description.

arm_after_setup_order_detail

Usage: add_filter( ‘arm_after_setup_order_detail’, ‘your_function’, 10, 3); function your_function($module_content, $setupID, $setup_data) { //$module_content Membership Setup Shortcode Module Content. //$setupID Setup ID. […]

arm_after_redeem_coupon_section

Usage: add_filter( ‘arm_after_redeem_coupon_section’, ‘your_function’); function your_function($content) { //$content Redeem Coupon HTML Content. return $content; } Parameters: $content Redeem Coupon HTML

arm_before_redeem_coupon_section

Usage: add_filter( ‘arm_before_redeem_coupon_section’, ‘your_function’); function your_function($content) { //$content Redeem Coupon HTML Content. return $content; } Parameters: $content Redeem Coupon HTML

arm_after_setup_gateway_section

Usage: add_filter( ‘arm_after_setup_gateway_section’, ‘your_function’, 10, 3); function your_function($module_content, $setupID, $setup_data) { //$module_content Membership Setup Shortcode Module Content. //$setupID Setup ID.

arm_membership_setup_gateway_option

Usage: add_filter( ‘arm_membership_setup_gateway_option’, ‘your_function’, 10, 3); function your_function($gateway_fields, $gateway_key, $gateway_options) { //$gateway_fields Payment Gateway fields html. //$gateway_key Payment Gateway Key.

arm_after_setup_reg_form_section

Usage: add_filter( ‘arm_after_setup_reg_form_section’, ‘your_function’, 10, 3); function your_function($module_content, $setupID, $setup_data) { //$module_content Membership Setup Shortcode Module Content. //$setupID Setup ID.

arm_after_setup_plan_section

Usage: add_filter( ‘arm_after_setup_plan_section’, ‘your_function’, 10, 3); function your_function($module_content, $setupID, $setup_data) { //$module_content Membership Setup Shortcode Module Content. //$setupID $setupID. //$setup_data

arm_after_setup_form_content

Usage: add_filter( ‘arm_after_setup_form_content’, ‘your_function’, 10, 3); function your_function($content, $setupID, $setup_data) { //$content Membership Setup Shortcode Content. //$setupID Setup ID. //$setup_data

arm_before_setup_form_content

Usage: add_filter( ‘arm_before_setup_form_content’, ‘your_function’, 10, 3); function your_function($content, $setupID, $setup_data) { //$content Membership Setup Shortcode Content. //$setupID Setup ID. //$setup_data

arm_check_member_status_before_login

Usage: add_filter( ‘arm_check_member_status_before_login’, ‘your_function’, 10, 2); function your_function($user_status = true, $user_id) { //$user_status True OR error message. //$user_id User ID.