dashboard
repositories
filestore
activity
search
login
jakevan
/
jvb
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
=Fixed for single image upload fields populating the image meta. Need to ch...
Jake Vanderwerf
6 hours ago
88d9e0e2b7997eb0c96dc737082c91b4e3f7ca6e
[jakevan/jvb.git]
/
inc
/
helpers
/
directory.php
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();
}