Returns the default label for the Previous button.
Description
See also
Return
(string) Message to display.
Source
File: src/modules/form-settings/module.php
protected function get_default_previous_button_label() { return _x( 'Previous Step', 'button label', 'torro-forms' ); }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |