id = 'logs'; $this->label = __( 'Logs', 'give' ); parent::__construct(); // Do not use main form for this tab. if ( give_get_current_setting_tab() === $this->id ) { add_action( 'give-tools_open_form', '__return_empty_string' ); add_action( 'give-tools_close_form', '__return_empty_string' ); } } /** * Logs list table app container * * @since 2.10.0 */ public function output() { echo '
'; } } endif; return new Give_Settings_Logs();