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