get_ms_payment_obj
The Membership 2 get ms payment obj function.
Description
get_ms_payment_obj();
Usage
if ( !function_exists( 'get_ms_payment_obj' ) ) { require_once ABSPATH . PLUGINDIR . 'membership-2/app/template/template-tags.php'; } // NOTICE! Understand what this does before running. $result = get_ms_payment_obj();
Defined (1)
The function is defined in the following location(s).
- /app/template/template-tags.php
- function get_ms_payment_obj() {
- return MS_Helper_Template::$ms_front_payment['m2_payment_obj'];
- }