wc_predictive_search_global_settings_tab_manager
Wc_admin_ei_email_popup_tab_manager() Define the callback function to show tab content.
Description
wc_predictive_search_global_settings_tab_manager();
Usage
if ( !function_exists( 'wc_predictive_search_global_settings_tab_manager' ) ) { require_once ABSPATH . PLUGINDIR . 'woocommerce-predictive-search-lite/admin/tabs/global-settings-tab.php'; } // NOTICE! Understand what this does before running. $result = wc_predictive_search_global_settings_tab_manager();
Defined (1)
The function is defined in the following location(s).
- /admin/tabs/global-settings-tab.php
- function wc_predictive_search_global_settings_tab_manager() {
- global $wc_predictive_search_global_settings_tab;
- $wc_predictive_search_global_settings_tab->tab_manager();
- }