jetpack_get_module

jetpack_get_module

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('jetpack_get_module') is found 1 times:

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