apply_filters( 'torro_form_button_submit_label', string $submit_button_label, int $form_id )

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

Description

Parameters

$submit_button_label

(string) (Optional) Submit button label. Default 'Submit'.

$form_id

(int) (Optional) Form ID.

Changelog

Changelog
Version Description
1.0.0 Introduced.