-
Crosscall Trekker-X3 SS
865,45 KM
-
Anker Soundcore Headphones K20i Blue
55,00 KM
-
Anker Soundcore Headset Q11i Gray
89,00 KM
Ukupno1.009,45 KM
/** * TechStore fix: * Disable Gizmos Core product search local product list. * This prevents loading all products into JavaScript on every page load. */ add_action( 'wp_enqueue_scripts', 'ctech_disable_gizmos_product_search_local_list', -9999 ); function ctech_disable_gizmos_product_search_local_list() { global $wp_filter; $hook = 'wp_enqueue_scripts'; $callback = 'gizmos_localize_product_list'; if ( ! isset( $wp_filter[ $hook ] ) || ! is_object( $wp_filter[ $hook ] ) ) { return; } foreach ( $wp_filter[ $hook ]->callbacks as $priority => $callbacks ) { foreach ( $callbacks as $callback_data ) { if ( isset( $callback_data['function'] ) && $callback_data['function'] === $callback ) { remove_action( $hook, $callback, $priority ); } } } }
Skip to the content


