jetpack_get_module

jetpack_get_module

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

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

apply_filters('jetpack_get_module') is found 1 times:

  • /vendor/automattic/jetpack-status/src/class-modules.php line 140
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
         * @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.