jetpack_subscriptions_exclude_these_categories, array(

jetpack_subscriptions_exclude_these_categories, array(

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_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;
    		}