1 | <?php |
||
15 | class Kirki_Field_Background extends Kirki_Field { |
||
16 | |||
17 | /** |
||
18 | * Sets the control type. |
||
19 | * |
||
20 | * @access protected |
||
21 | */ |
||
22 | protected function set_type() { |
||
27 | |||
28 | /** |
||
29 | * Sets the $transport |
||
30 | * |
||
31 | * @access protected |
||
32 | */ |
||
33 | protected function set_transport() { |
||
39 | |||
40 | /** |
||
41 | * Sets the $sanitize_callback |
||
42 | * |
||
43 | * @access protected |
||
44 | */ |
||
45 | protected function set_sanitize_callback() { |
||
55 | |||
56 | /** |
||
57 | * Sanitizes typography controls |
||
58 | * |
||
59 | * @since 2.2.0 |
||
60 | * @param array $value The value. |
||
61 | * @return array |
||
62 | */ |
||
63 | public static function sanitize( $value ) { |
||
77 | } |
||
78 |