jetpack_subscriptions_exclude_these_categories, array(
jetpack_subscriptions_exclude_these_categories, array(
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_subscriptions_exclude_these_categories, array(') is found 1 times:
- /modules/subscriptions.php line 302
* @since 3.7.0 * * @param array $args Array of category slugs or ID's. */ $excluded_categories = apply_filters( 'jetpack_subscriptions_exclude_these_categories', array() ); // Never email posts from these categories. if ( ! empty( $excluded_categories ) && in_category( $excluded_categories, $post->ID ) ) { $should_email = false; }