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