apply_filters( 'torro_form_button_next_step_label', string $next_button_label, int $form_id )

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

Description

Parameters

$next_button_label

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

$form_id

(int) (Optional) Form ID.

Changelog

Changelog
Version Description
1.0.0 Introduced.