wchau_other_field_enabled
The WooCommerce Hear About Us wchau other field enabled function.
Description
wchau_other_field_enabled();
Usage
if ( !function_exists( 'wchau_other_field_enabled' ) ) { require_once ABSPATH . PLUGINDIR . 'woocommerce-hear-about-us/includes/wchau-functions.php'; } // NOTICE! Understand what this does before running. $result = wchau_other_field_enabled();
Defined (1)
The function is defined in the following location(s).
- /includes/wchau-functions.php
- function wchau_other_field_enabled() {
- return wchau_get_option( 'wchau_other', false ) === 'yes';
- }