* updated requests to site URL;

* WPCS;
This commit is contained in:
Mykyta Synelnikov
2025-01-31 15:19:28 +02:00
parent 26c8aa21e1
commit a760a6242e
5 changed files with 93 additions and 143 deletions
-9
View File
@@ -175,15 +175,6 @@ if ( ! class_exists( 'UM' ) ) {
_doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'ultimate-member' ), '1.0' );
}
/**
* UM constructor.
*
* @since 1.0
*/
function __construct() {
parent::__construct();
}
/**
* UM pseudo-constructor.
*