jetpack_get_module_path

jetpack_get_module_path

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('jetpack_get_module_path') is found 1 times:

  • /vendor/automattic/jetpack-status/src/class-modules.php line 524
    		 *
    		 * @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.
    	 *