ASTRA_Ext_WooCommerce_Markup::is_ajax_pagination()
Check if ajax pagination is calling.
Description
Return
(boolean) classes
Source
File: addons/woocommerce/classes/class-astra-ext-woocommerce-markup.php
if ( SCRIPT_DEBUG ) {
$file_prefix = $rtl;
$dir_name = 'unminified';
}
$css_uri = $uri . $dir_name . '/';
$css_dir = $path . $dir_name . '/';
if ( defined( 'ASTRA_THEME_HTTP2' ) && ASTRA_THEME_HTTP2 ) {
Expand full source code Collapse full source code View on Trac