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

@ -10,7 +10,7 @@
namespace WP_Ultimo\UI;
use \WP_Ultimo\UI\Base_Element;
use \WP_Ultimo\Dependencies\ScssPhp\ScssPhp\Compiler;
use \ScssPhp\ScssPhp\Compiler;
use \WP_Ultimo\Database\Memberships\Membership_Status;
// Exit if accessed directly

View File

@ -46,7 +46,7 @@ class Template_Switching_Element extends Base_Element {
* The membership object.
*
* @since 2.2.0
* @var \WP_Ultimo\Membership
* @var \WP_Ultimo\Models\Membership
*/
protected $membership;