%s –', __( 'Password Protect WordPress', 'password-protect-page' ) ); } public function get_query_limit() { // TODO: Implement get_query_limit() method. } public function get_migrations_class() { return 'PPW_Default_PW_Migrations'; } public function get_migration_label() { return sprintf( '%s –', __( 'PPWP Data Migration', 'password-protect-page' ) ); } public function get_success_message() { return '

' . sprintf( __( '%s The password migration process is now complete. Thank you for your patience!', 'password-protect-page' ), $this->get_updater_label() ) . '

'; } } }