wc_ps_get_popup_footer_sidebar_tpl
Wc_ps_get_popup_footer_sidebar_tpl().
Description
wc_ps_get_popup_footer_sidebar_tpl();
Usage
if ( !function_exists( 'wc_ps_get_popup_footer_sidebar_tpl' ) ) { require_once ABSPATH . PLUGINDIR . 'woocommerce-predictive-search-lite/includes/wc-predictive-template-functions.php'; } // NOTICE! Understand what this does before running. $result = wc_ps_get_popup_footer_sidebar_tpl();
Defined (1)
The function is defined in the following location(s).
- /includes/wc-predictive-template-functions.php
- function wc_ps_get_popup_footer_sidebar_tpl() {
- global $wc_predictive_search_sidebar_template_settings;
- wc_ps_get_template( 'popup/footer-sidebar.php',
- apply_filters( 'wc_ps_popup_footer_sidebar_tpl_args', array(
- 'popup_seemore_text' => $wc_predictive_search_sidebar_template_settings['sidebar_popup_seemore_text']
- ) )
- );
- }