learndash_assignments_comments_open( boolean $open, int $post_id )

Handles whether the comments should be open for assignments.


Description Description

Fires on comments_open hook.


Parameters Parameters

$open

(Required) Whether the current post is open for comments.

$post_id

(Required) The post ID.


Top ↑

Return Return

(boolean) True if the comments should be open otherwise false.


Top ↑

Source Source

File: includes/ld-assignment-uploads.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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