Jake Vanderwerf
2026-01-04 22e1bb3fcc3b3db1c0f5c2e6a4aecaf408c307a5
1
2
3
4
5
6
7
8
9
10
11
<?php
 
if (!defined('ABSPATH')) {
    exit;
}
 
function jvbIsDirectory():bool
{
 
    return JVB()->directories() && JVB()->directories()->isDirectory();
}