Chore fix misstyped explanation

This commit is contained in:
iniznet 2024-09-26 02:45:46 +07:00
parent 5c50875744
commit 742652b12a

View File

@ -1609,7 +1609,7 @@ Filters the arguments for the story chapter posts query, an utility function cal
Filters the boolean return value of the `fictioneer_verify_unpublish_access( $post )` function. By default, this verifies current user has access to unpublished posts (not drafts).
**Parameters:**
* $authorized (boolean) Whether the current user can unpublish the post.
* $authorized (boolean) Whether the current user can access unpublished posts.
* $post_id (int) The post ID.
* $post (WP_Post) The post object.