apply_filters( 'torro_form_button_prev_step_label', string $prev_button_label, int $form_id )

Filters the label for the Previous button for a form in the frontend.

Description

Parameters

$prev_button_label

(string) (Optional) Previous button label. Default 'Previous Step'.

$form_id

(int) (Optional) Form ID.

Changelog

Changelog
Version Description
1.0.0 Introduced.