Manifest_Reader::read_manifests( array $plugin_paths, string $manifest_path, array $path_map )

Reads all of the manifests in the given plugin paths.


Description Description


Parameters Parameters

$plugin_paths

(Required) The paths to the plugins we're loading the manifest in.

$manifest_path

(Required) The path that we're loading the manifest from in each plugin.

$path_map

(Required) The path map to add the contents of the manifests to.


Top ↑

Return Return

(array) $path_map The path map we've built using the manifests in each plugin.


Top ↑

Source Source

File: vendor/automattic/jetpack-autoloader/src/class-manifest-reader.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.