bbp_get_trash_days

bbp_get_trash_days

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_trash_days') is found 1 times:

  • /includes/common/functions.php line 271
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
            ? (int) EMPTY_TRASH_DAYS
            : 30;
     
        // Filter & return
        return (int) apply_filters( 'bbp_get_trash_days', $days, $context );
    }
     
    /** Statistics ****************************************************************/
     
    /**
     * Get the forum statistics