if (defined("ABSPATH")) {
goto XG;
}
exit;
XG:
define("MO_CUSTOM_API_DIR", plugin_dir_path(__FILE__));
define("MO_CUSTOM_API_URL", plugin_dir_url(__FILE__));
mo_caw_include_file(MO_CUSTOM_API_DIR . "/classes");
use MO_CAW\Common\Constants;
$Qb = Constants::PLAN_NAMESPACE . "\Update_Migration";
$Qb::update_migration();
function mo_caw_include_file($aa)
{
if (is_dir($aa)) {
goto sS;
}
return;
sS:
$aa = mo_caw_sane_dir_path($aa);
$xj = realpath($aa);
if (!(false !== $xj && !is_dir($aa))) {
goto GJ;
}
return;
GJ:
$iF = mo_caw_get_php_files($aa);
mo_caw_require_all($iF);
}
function mo_caw_sane_dir_path($aa)
{
return str_replace("/", DIRECTORY_SEPARATOR, $aa);
}
function mo_caw_get_php_files($aa)
{
$hH = mo_caw_get_dir_contents($aa);
$iF = array();
foreach ($hH as $JV => $Gh) {
if (!(strpos($Gh, ".php") !== false)) {
goto VE;
}
$iF[$JV] = $Gh;
VE:
qh:
}
qp:
return $iF;
}
function mo_caw_get_dir_contents($aa, &$I1 = array())
{
foreach (new RecursiveIteratorIterator(new RecursiveDirectoryIterator($aa, RecursiveDirectoryIterator::KEY_AS_PATHNAME), RecursiveIteratorIterator::CHILD_FIRST) as $JV => $Zq) {
if (!($Zq->isFile() && $Zq->isReadable())) {
goto GW;
}
$I1[$JV] = realpath($Zq->getPathname());
GW:
SV:
}
zI:
return $I1;
}
function mo_caw_require_all($hH)
{
$CG = array(DIRECTORY_SEPARATOR . "Utils" . DIRECTORY_SEPARATOR, DIRECTORY_SEPARATOR . "Functionality\Mo-user" . DIRECTORY_SEPARATOR, DIRECTORY_SEPARATOR . "autoload" . DIRECTORY_SEPARATOR);
$mU = array();
foreach ($CG as $q1) {
$Oh = array_filter($hH, function ($Gh) use($q1) {
return strpos($Gh, $q1) !== false;
});
sort($Oh);
$mU = array_merge($mU, $Oh);
Lc:
}
Aa:
$hH = array_diff($hH, $mU);
foreach ($mU as $JV => $Gh) {
include_once $Gh;
TJ:
}
Gr:
sort($hH);
foreach ($hH as $JV => $Gh) {
include_once $Gh;
MG:
}
ky:
}
function mo_caw_load_all_methods($uy)
{
foreach ($uy as $we) {
new $we();
Eo:
}
mH:
}
© 2023 Quttera Ltd. All rights reserved.