Skip to navigation
Wordpress submit_button function
25.03.26
submit_button( string $text, string $type, string $name, bool $wrap = true, array|string $other_attributes ) Echoes a submit button, with provided text and appropriate class(es). Description See also get_submit_button() Parameters $text stringoptional The text of the button. Defaults to ‘Save Changes’. $type stringoptional The type and CSS class(es) of the button. Core values include 'primary', 'small', and 'large'. Default 'primary'. $name stringoptional The HTML name of the submit button. If no id attribute is given in the $other_attributes parameter, $name will be used as the button’s id. Default 'submit'. $wrap booloptional True if the output button should be wrapped in a paragraph tag, false otherwise. Default:true $other_attributes array|stringoptional Other attributes that should be output with the button, mapping attributes to their values, e.g. array( 'id' => 'search-submit' ). These key/value attribute pairs will be output as attribute="value", where attribute is the key. Attributes can also be provided as a string, e.g. id="search-submit", though the array format is generally preferred. Default empty string.
https://developer.wordpress.org/reference/functions/submit_button/
Reply
Anonymous
Information Epoch 1776620237
Think hierarchically.
Home
Notebook
Contact us