woocommerce_queued_js

woocommerce_queued_js

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_queued_js') is found 1 times:

  • /includes/wc-core-functions.php line 1029
    		 *
    		 * @since 2.6.0
    		 * @param string $js JavaScript code.
    		 */
    		echo apply_filters( 'woocommerce_queued_js', $js ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
    
    		unset( $wc_queued_js );
    	}
    }
    
    /**