@@ -246,6 +246,9 @@ |
||
| 246 | 246 | wp_add_inline_style( 'dops-css', $custom_css ); |
| 247 | 247 | } |
| 248 | 248 | |
| 249 | + /** |
|
| 250 | + * @param string $callback |
|
| 251 | + */ |
|
| 249 | 252 | public static function wrap_ui( $callback, $args = array() ) { |
| 250 | 253 | $defaults = array( |
| 251 | 254 | 'is-wide' => false, |