| | |
| | | function nebAdminDashboard(string $content):string |
| | | { |
| | | $user = wp_get_current_user()->display_name; |
| | | $meta = new JVBase\meta\MetaManager(null, 'options'); |
| | | $meta = new JVBase\meta\Meta(null, 'options'); |
| | | |
| | | $fields = ['today_hours', 'open_to_public']; |
| | | $temp = []; |
| | |
| | | add_filter('jvbDashboardSettings', 'nebDashboardSettings'); |
| | | function nebDashboardSettings(string $content):string |
| | | { |
| | | $meta = new JVBase\meta\MetaManager(null, 'options'); |
| | | $meta = new JVBase\meta\Meta(null, 'options'); |
| | | ob_start(); |
| | | $meta->render('render', 'hours'); |
| | | ?> |