commandStatus = $commandStatus; } public function add_hooks() { add_action( 'wpml_troubleshooting_after_fix_element_type_collation', [ $this, 'displayButton' ] ); add_action( 'admin_enqueue_scripts', array( $this, 'enqueueScripts' ) ); add_action( 'wp_ajax_' . self::ACTION_ID, array( $this, 'clearExecutedStateToForceUpgrade' ) ); } public function displayButton() { ?>


commandStatus->markAsExecuted( Command::class, false ); wp_send_json_success(); } }