jetpack_get_file_for_environment

jetpack_get_file_for_environment

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

See hook in core

Displaying hooks found in version: woocommerce.9.4.2

apply_filters('jetpack_get_file_for_environment') is found 1 times:

  • /vendor/automattic/jetpack-assets/src/class-assets.php line 170
    		 * @param string $url The URL to the file.
    		 * @param string $min_path The minified path.
    		 * @param string $non_min_path The non-minified path.
    		 */
    		return apply_filters( 'jetpack_get_file_for_environment', $url, $min_path, $non_min_path );
    	}
    
    	/**
    	 * Passes an array of URLs to wp_resource_hints.
    	 *
    	 * @since 1.5.0