PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
themes
/
flatsome
/
inc
/
integrations
/
wc-yith-ajax-navigation
<?php /** * YITH woocommerce ajax navigation. * * @author UX Themes * @package Flatsome/Integrations */ /** * Enqueues integrations scripts */ function flatsome_yith_woocommerce_ajax_navigation_integrations_scripts() { global $integrations_uri; wp_enqueue_script( 'flatsome-yith-woocommerce-ajax-navigation', $integrations_uri . '/wc-yith-ajax-navigation/yith-ajax-navigation.js', array( 'jquery', 'flatsome-js' ), wp_get_theme( get_template() )->get( 'Version' ), true ); } add_action( 'wp_enqueue_scripts', 'flatsome_yith_woocommerce_ajax_navigation_integrations_scripts' );
[+]
..
[-] yith-ajax-navigation.js
[edit]
[-] yith-ajax-navigation.php
[edit]