esc_html__('Installing', 'newstore'), 'activating' => esc_html__('Activating', 'newstore'), 'error' => esc_html__('Error', 'newstore'), 'ajax_url' => esc_url_raw(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; } $hide_install = get_option('newstore_hide_customizer_notice_'.$this->slug, false); if($hide_install){ return; } global $newstore_about_page; if(!is_object($newstore_about_page)){ return; } $path = $newstore_about_page->get_plugin_basename_from_slug($this->slug); if($newstore_about_page->is_plugin_active($path)){ return; } ?>
label ) ) : ?> label ); ?> description ) ) : ?> description ; ?> get_plugin_buttion($this->slug, $this->name); echo $button['button']; ?>