'', 'plugin' => '', 'nonce' => '' ); $args = wp_parse_args( $args, $defaults ); $this->plugin = $args['plugin']; $this->plugin_active = is_plugin_active( $this->plugin ); $this->plugin_network_active = is_plugin_active_for_network( $this->plugin ); parent::__construct( $args ); } public function feedback($feedback, ...$args) { // Leave this empty since we don't want html output } public function header() { // Leave this empty since we don't want html output } public function footer() { // Leave this empty since we don't want html output } }