Jake Vanderwerf
2026-02-10 c45b0798568d2aa6b388ecbd9bffa5de7e9a34ae
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();
}