wooccm_admin_notice_woo
The WooCommerce Checkout Manager wooccm admin notice woo function.
Description
wooccm_admin_notice_woo();
Usage
if ( !function_exists( 'wooccm_admin_notice_woo' ) ) { require_once ABSPATH . PLUGINDIR . 'woocommerce-checkout-manager/includes/classes/main.php'; } // NOTICE! Understand what this does before running. $result = wooccm_admin_notice_woo();
Defined (1)
The function is defined in the following location(s).
- /includes/classes/main.php
- function wooccm_admin_notice_woo() {
- echo '<div class="error"><p><strong>'.__( 'WooCommerce is not active! WooCommerce Checkout Manager Pro requires WooCommerce to be active.', 'woocommerce-checkout-manager' ).'</strong></p></div>';
- }