'content' => esc_html_x('The recommended way to change these values is to use the Site Reviews → Settings → Strings page.', 'admin-text', 'site-reviews'),
33
'group' => 'text',
34
'tab' => 'content',
35
'type' => 'info',
36
],
37
]);
38
return $controls;
39
}
40
41
public function render()
42
{
43
if (!$this->shortcodeInstance()->hasVisibleFields($this->settings)) {
44
$this->render_element_placeholder([
45
'title' => esc_html_x('You have hidden all of the fields.', 'admin-text', 'site-reviews'),