Allows the user to view a given post manually.
Usage
pvc_view_post( $post_id = 0 );
Parameters
$post_id
int
Post ID
Return
The function returns a bool value. FALSE if the post doesn’t exist; TRUE if the post exists.
Allows the user to view a given post manually.
Usage
pvc_view_post( $post_id = 0 );
Parameters
$post_id
int
Post ID
Return
The function returns a bool value. FALSE if the post doesn’t exist; TRUE if the post exists.