wc_ps_get_popup_item_tpl
Wc_ps_get_popup_item_tpl().
Description
wc_ps_get_popup_item_tpl();
Usage
if ( !function_exists( 'wc_ps_get_popup_item_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_item_tpl();
Defined (1)
The function is defined in the following location(s).
- /includes/wc-predictive-template-functions.php
- function wc_ps_get_popup_item_tpl() {
- wc_ps_get_template( 'popup/item.php',
- apply_filters( 'wc_ps_popup_item_tpl_args', array() )
- );
- }