| 1 | <?php |
||
| 17 | class WL_Metabox_Field_sameas extends WL_Metabox_Field { |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @inheritdoc |
||
| 21 | */ |
||
| 22 | public function __construct( $args ) { |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @inheritdoc |
||
| 28 | */ |
||
| 29 | public function save_data( $values ) { |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @inheritdoc |
||
| 40 | */ |
||
| 41 | public function sanitize_data_filter( $value ) { |
||
| 46 | |||
| 47 | /** |
||
| 48 | * @inheritdoc |
||
| 49 | */ |
||
| 50 | protected function get_add_button_html( $count ) { |
||
| 57 | |||
| 58 | } |
||
| 59 |