In this article

filter

jetpack_module_feature

Filters the feature array on a module.This filter allows you to control where each module is filtered: Recommended, and the default “Other” listing.

Parameters

$mod['feature']
array

The areas to feature this module: 'Recommended' shows on the main Jetpack admin screen. 'Other' should be the default if no other value is in the array.

$module
string

The slug of the module, e.g. sharedaddy.

$mod
array

All the currently assembled module data.

Changelog

How to use this hook

See “How to use actions and filters to customize Jetpack”.