apply_filters( 'learndash_update_posts_comment_status', boolean $update_comment_status , string $post_type , string $comment_status )
Filters whether to update comment status for any post type or not.
Description Description
Parameters Parameters
- $update_comment_status
-
Whether to Update comment status or not.
- $post_type
-
Post type slug.
- $comment_status
-
Status of comments.
Source Source
File: includes/ld-misc-functions.php