jetpack_get_module_path

jetpack_get_module_path

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('jetpack_get_module_path') is found 1 times:

  • /vendor/automattic/jetpack-status/src/class-modules.php line 533
    529
    530
    531
    532
    533
    534
    535
    536
    537
    538
    539
         *
         * @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.
     *