jetpack_get_module, $mod, $module, $file
jetpack_get_module, $mod, $module, $file
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_get_module, $mod, $module, $file') is found 1 times:
- /jetpack_vendor/automattic/jetpack-status/src/class-modules.php line 140
* @param array $mod The details of the requested module. * @param string $module The slug of the module, e.g. sharedaddy * @param string $file The path to the module source file. */ return apply_filters( 'jetpack_get_module', $mod, $module, $file ); } /** * Like core's get_file_data implementation, but caches the result. * * @param string $file Absolute path to the file.