Select Git revision
input-submit.php
-
Bartek Jaskulski authoredBartek Jaskulski authored
ButtonField.php 212 B
<?php
namespace WPDesk\Forms\Field;
class ButtonField extends NoValueField {
public function get_template_name(): string {
return 'button';
}
public function get_type(): string {
return 'button';
}
}