Jake Vanderwerf
2026-02-10 8c4279f9bbe7ec4681412865b999f2f4457d80ac
dashboard/_setup.php
@@ -29,7 +29,7 @@
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 = [];
@@ -59,7 +59,7 @@
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');
    ?>