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.


Top ↑

Source Source

File: includes/ld-misc-functions.php


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.