jetpack_module_feature, $mod[feature], $module, $mod
jetpack_module_feature, $mod[feature], $module, $mod
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_module_feature, $mod[feature], $module, $mod') is found 1 times:
- /jetpack_vendor/automattic/jetpack-status/src/class-modules.php line 126
* 'Other' should be the default if no other value is in the array. * @param string $module The slug of the module, e.g. sharedaddy. * @param array $mod All the currently assembled module data. */ $mod['feature'] = apply_filters( 'jetpack_module_feature', $mod['feature'], $module, $mod ); /** * Filter the returned data about a module. * * This filter allows overriding any info about Jetpack modules. It is dangerous, * so please be careful.