if (function_exists('glsr_create_review')) {
$review = glsr_create_review([
'rating' => 5,
'title' => 'Fantastic plugin!',
'content' => 'This is my review.',
'name' => 'Jane Doe',
'email' => 'jane@doe.com',
'date' => '2020-06-13',
]);
}