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