esc_html__('Installing', 'vice'), 'activating' => esc_html__('Activating', 'vice'), 'error' => esc_html__('Error', 'vice'), 'ajax_url' => esc_url(admin_url('admin-ajax.php')), ) ); } /** * Render the section. * * @access protected */ protected function render_content() { // Determine if the plugin is not installed, or just inactive. if (empty($this->name) && empty($this->slug)) { return; } $vice_install = get_option('vice_hide_customizer_notice_' . $this->slug, false); if ($vice_install) { return; } global $vice_about_page; if (!is_object($vice_about_page)) { return; } ?>
label)) : ?> label); ?> description)) : ?> description); ?> get_plugin_buttion($this->slug, $this->name, $this->function); echo wp_kese_post($button['button']); ?>