dashboard
repositories
filestore
activity
search
login
jakevan
/
jvb
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
=Post type archive meta title fix
Jake Vanderwerf
2026-05-23
266aa37c48222993bf7bdad6834e31bd08736f5e
[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();
}