Files
doitinpoland.com/wp-content/plugins/wpml-translation-management/classes/wizard/class-wpml-tm-wizard-options.php
2023-09-12 21:41:04 +02:00

10 lines
396 B
PHP

<?php
class WPML_TM_Wizard_Options {
const CURRENT_STEP = 'WPML_TM_Wizard_For_Manager_Current_Step';
const WIZARD_COMPLETE_FOR_MANAGER = 'WPML_TM_Wizard_For_Manager_Complete';
const WIZARD_COMPLETE_FOR_ADMIN = 'WPML_TM_Wizard_For_Admin_Complete';
const WHO_WILL_TRANSLATE_MODE = 'WPML_TM_Wizard_Who_Mode';
const ONLY_I_USER_META = 'WPML_TM_Wizard_Only_I';
}