1 | <?php |
||
13 | class BD_Settings { |
||
14 | /** |
||
15 | * Register settings used by the plugin. |
||
16 | * |
||
17 | * @since 5.0 |
||
18 | * @static |
||
19 | */ |
||
20 | public static function create_settings() { |
||
42 | } |
||
43 | |||
44 | /** |
||
45 | * Callback for sanitizing settings. |
||
46 | * |
||
47 | * @since 5.0 |
||
48 | * @static |
||
49 | * |
||
50 | * @param array $input |
||
51 | * |
||
52 | * @return array |
||
53 | */ |
||
54 | public static function check_license( $input ) { |
||
61 | } |
||
62 | } |
||
63 | |||
66 |