wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



akismet_excluded_comment_types › Filtr WordPress Hooks

Od4.2.2
Przestarzałyn/a
apply_filters( 'akismet_excluded_comment_types', array()
Parametry:
  • (array) $comment_types An array of comment types that won't be considered when counting a user's approved comments.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Which comment types should be ignored when counting a user's approved comments?

Some plugins add entries to the comments table that are not actual comments that could have been checked by Akismet. Allow these comments to be excluded from the "approved comment count" query in order to avoid artificially inflating the approved comment count.





Źródło

$excluded_comment_types = apply_filters( 'akismet_excluded_comment_types', array() );