Last active
August 29, 2015 14:20
-
-
Save richtabor/8d8612f9cca006d192e6 to your computer and use it in GitHub Desktop.
bean_custom_form_filters fix - Basically add these keys and values to the $defaults array in the bean_custom_form_filters function, located within functions.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'id_submit' => 'submit', | |
'class_submit' => 'submit', | |
'name_submit' => 'submit', | |
'submit_field' => '<p class="form-submit">%1$s %2$s</a>', | |
'submit_button' => '<input name="%1$s" type="submit" id="%2$s" class="%3$s" value="%4$s" />', |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment