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