Jake Vanderwerf
2026-02-11 987e75c9cf720e97aea59b458d00312b9b657b23
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();
}