Use jetpack autoloader and composer instead of namespace rewrite

This commit is contained in:
David Stone
2025-02-02 01:22:03 -07:00
parent 1e02e42706
commit 71b0e7a455
3479 changed files with 4128 additions and 379511 deletions

View File

@ -99,7 +99,7 @@ class Limit_Plugins extends Limit {
} // end if;
$results = \WP_Ultimo\Dependencies\Arrch\Arrch::find((array) $this->get_limit(), array(
$results = \Arrch\Arrch::find((array) $this->get_limit(), array(
'where' => $search_params,
));