initActions(); } /* --- Actions --- */ private function initActions() { add_action('admin_notices', [$this, 'showAdminNotice']); add_action('activated_plugin', [$this, 'hideAdminNotice']); add_action('wp_ajax_acf_better_search_notice', [$this, 'saveNoticeClosing']); } /* --- Notice box --- */ public function showAdminNotice() { if ((get_transient('acf_better_search_notice') !== false) || (get_current_screen()->id != 'dashboard')) return false; ?>
'); ?>
= __('Add technical topic', 'acf-better-search'); ?> = __('Add review', 'acf-better-search'); ?> = __('Donate us', 'acf-better-search'); ?>