Filter request for form submit button label
-
Hi,
Would it be possible to add an extra filter maybe on the
Theme_My_Login_Form_Field
class constructor after the wp_parse_args function so we could customize the value property for example?Something like that:
$args = apply_filters( 'tml_login_form_field_args', wp_parse_args( $args, array( 'type' => 'text', 'value' => '', 'label' => '', 'description' => '', 'error' => '', 'content' => '', 'options' => array(), 'attributes' => array(), ) ) );
File : theme-my-login/includes/class-theme-my-login-form-field.php L129.
Thank you.
Best,
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Filter request for form submit button label’ is closed to new replies.