jetpack_get_file_for_environment, $url, $min_path, $non_min_path

jetpack_get_file_for_environment, $url, $min_path, $non_min_path

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_get_file_for_environment, $url, $min_path, $non_min_path') is found 1 times:

  • /jetpack_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