for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace GeminiLabs\SiteReviews\Shortcodes;
class SiteReviewsFormShortcode extends Shortcode
{
protected function hideOptions()
return [
'rating' => __('Hide the rating field', 'site-reviews'),
'title' => __('Hide the title field', 'site-reviews'),
'content' => __('Hide the review field', 'site-reviews'),
'name' => __('Hide the name field', 'site-reviews'),
'email' => __('Hide the email field', 'site-reviews'),
'terms' => __('Hide the terms field', 'site-reviews'),
];
}