wccm_admin_menu
The WooCommerce Checkout Manager wccm admin menu function.
Description
wccm_admin_menu();
Usage
if ( !function_exists( 'wccm_admin_menu' ) ) { require_once ABSPATH . PLUGINDIR . 'woocommerce-checkout-manager/includes/pickers/include/ui-1.10.0/ui-lightness/dislawooccm.php'; } // NOTICE! Understand what this does before running. $result = wccm_admin_menu();
Defined (1)
The function is defined in the following location(s).
- /includes/pickers/include/ui-1.10.0/ui-lightness/dislawooccm.php
- function wccm_admin_menu() {
- add_submenu_page( 'woocommerce-checkout-manager-pro' , 'License', 'License', 'manage_options', 'License_check_slug', 'pg_eptxml');
- }