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