_bbp_akismet_delete_spam_count

_bbp_akismet_delete_spam_count

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('_bbp_akismet_delete_spam_count') is found 1 times:

  • /includes/extend/akismet.php line 1085
    1081
    1082
    1083
    1084
    1085
    1086
    1087
    1088
    1089
    1090
    1091
         *
         * @param int   Count of topic/reply IDs
         * @param array Array of topic/reply IDs
         */
        do_action( '_bbp_akismet_delete_spam_count', count( $spam_ids ), $spam_ids );
    }
     
    /**
     * Determines whether tables should be optimized.
     *
     * @param int Random number between 1 and 5000.