akismet_excluded_comment_types, array(
akismet_excluded_comment_types, array(
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('akismet_excluded_comment_types, array(') is found 1 times:
- /wp-content/plugins/akismet/class.akismet.php line 996
* when counting a user's approved comments. * * @since 4.2.2 */ $excluded_comment_types = apply_filters( 'akismet_excluded_comment_types', array() ); $comment_type_where = ''; if ( is_array( $excluded_comment_types ) && ! empty( $excluded_comment_types ) ) { $excluded_comment_types = array_unique( $excluded_comment_types );