esc_html__('Installing', 'busicare'), 'activating' => esc_html__('Activating', 'busicare'), 'error' => esc_html__('Error', 'busicare'), '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; } $hide_install = get_option('busicare_hide_customizer_notice_'.$this->slug, false); if($hide_install){ return; } global $busicare_about_page; if(!is_object($busicare_about_page)){ return; } ?>
label ) ) : ?> label ); ?> description ) ) : ?> description) ; ?> get_plugin_buttion($this->slug, $this->name); echo wp_kses_post($button['button']); ?>