No review is created
-
$review = glsr_create_review([ 'rating' => 5, 'title' => 'Fantastic plugin!', 'content' => 'This is my review.', 'name' => 'Jane Doe', 'email' => '[email protected]', 'date' => '2020-06-13', ]); var_dump($review);die;
No review is created after executing the function. var_dump return false.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘No review is created’ is closed to new replies.