Submit button
-
I want to change the text on the button.
The following will change the first button
// Your code goes below
// Change text buttonfunction my_gwolle_gb_button( $button ) {
// $button is a string
$button = ‘
<div id=”gwolle_gb_write_button”>
<input type=”button” value=”Klik og Skriv »” />
</div>’;return $button;
}
add_filter( ‘gwolle_gb_button’, ‘my_gwolle_gb_button’, 10, 1 );How do I change the text in the “submit” button ?
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Submit button’ is closed to new replies.