jetpack_get_module_path, JETPACK__PLUGIN_DIR . modules/$slug.php, $slug
jetpack_get_module_path, JETPACK__PLUGIN_DIR . modules/$slug.php, $slug
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_get_module_path, JETPACK__PLUGIN_DIR . modules/$slug.php, $slug') is found 1 times:
- /jetpack_vendor/automattic/jetpack-status/src/class-modules.php line 533
* * @param array $return The absolute path to a module's root php file * @param string $slug The module slug */ return apply_filters( 'jetpack_get_module_path', JETPACK__PLUGIN_DIR . "modules/$slug.php", $slug ); } /** * Saves all the currently active modules to options. * Also fires Action hooks for each newly activated and deactivated module. *