Changeset 3387852
- Timestamp:
- 10/31/2025 10:51:58 PM (5 months ago)
- Location:
- ultimate-multisite/trunk
- Files:
-
- 23 edited
-
README.md (modified) (1 diff)
-
assets/js/checkout.js (modified) (2 diffs)
-
assets/js/checkout.min.js (modified) (1 diff)
-
composer.json (modified) (1 diff)
-
inc/admin-pages/class-setup-wizard-admin-page.php (modified) (1 diff)
-
inc/class-wp-ultimo.php (modified) (1 diff)
-
inc/database/engine/class-table.php (modified) (5 diffs)
-
inc/domain-mapping/class-primary-domain.php (modified) (2 diffs)
-
inc/functions/site.php (modified) (2 diffs)
-
inc/installers/class-core-installer.php (modified) (3 diffs)
-
inc/integrations/host-providers/class-base-host-provider.php (modified) (1 diff)
-
inc/managers/class-domain-manager.php (modified) (3 diffs)
-
inc/models/class-domain.php (modified) (1 diff)
-
inc/models/class-product.php (modified) (2 diffs)
-
inc/models/class-site.php (modified) (8 diffs)
-
lang/ultimate-multisite.pot (modified) (20 diffs)
-
readme.txt (modified) (2 diffs)
-
ultimate-multisite.php (modified) (2 diffs)
-
vendor/composer/installed.php (modified) (2 diffs)
-
vendor/composer/jetpack_autoload_classmap.php (modified) (6 diffs)
-
views/checkout/templates/template-selection/clean.php (modified) (1 diff)
-
views/checkout/templates/template-selection/legacy.php (modified) (1 diff)
-
views/checkout/templates/template-selection/minimal.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ultimate-multisite/trunk/README.md
r3379163 r3387852 199 199 200 200 ## 📝 Recent Changes 201 202 ### Version [2.4.7] - Released on 2025-10-31 203 - Fixed: Conflict with YesCookie plugin. 204 - Improved: Thumbnail image quality on template selection in the checkout. 205 - Fixed: Redirect from secondary domains to primary domain. 206 - Fixed: Choosing templates for checkout form builder. 207 - Fixed: Extra domain creation with subdirectory installation. 208 - Improved: Allow html in custom domain instructions. 201 209 202 210 ### Version [2.4.6] - Released on 2025-10-15 -
ultimate-multisite/trunk/assets/js/checkout.js
r3363546 r3387852 16 16 hooks.addAction('wu_on_create_order', 'nextpress/wp-ultimo', function (checkout, data) { 17 17 18 if (typeof data.order.extra.template_id !== 'undefined' ) {18 if (typeof data.order.extra.template_id !== 'undefined' && data.order.extra.template_id) { 19 19 20 20 checkout.template_id = data.order.extra.template_id; … … 69 69 */ 70 70 wu_listen_to_cookie_change('wu_template', function (value) { 71 72 checkout.template_id = value;73 71 if (value) { 72 checkout.template_id = value; 73 } 74 74 }); 75 75 -
ultimate-multisite/trunk/assets/js/checkout.min.js
r3363546 r3387852 1 ((s,a,i)=>{window.history.replaceState&&window.history.replaceState(null,null,wu_checkout.baseurl),a.addAction("wu_on_create_order","nextpress/wp-ultimo",function(t,e){void 0!==e.order.extra.template_id&& (t.template_id=e.order.extra.template_id)}),a.addAction("wu_checkout_loaded","nextpress/wp-ultimo",function(t){void 0!==window.wu_auto_submittable_field&&window.wu_auto_submittable_field&&t.$watch(window.wu_auto_submittable_field,function(){jQuery(this.$el).submit()},{deep:!0})}),a.addAction("wu_checkout_loaded","nextpress/wp-ultimo",function(e){wu_create_cookie("wu_template",""),wu_create_cookie("wu_selected_products",""),wu_listen_to_cookie_change("wu_template",function(t){e.template_id=t})}),s(document).on("click",'[href|="#wu-checkout-add"]',function(t){t.preventDefault();var t=s(this),e=t.attr("href").split("#").pop().replace("wu-checkout-add-","");"undefined"!=typeof wu_checkout_form&&-1===wu_checkout_form.products.indexOf(e)&&(wu_checkout_form.add_product(e),t.html(wu_checkout.i18n.added_to_order))}),window.addEventListener("pageshow",function(t){t.persisted&&this.window.wu_checkout_form&&this.window.wu_checkout_form.unblock()}),s(document).ready(function(){var t;void 0!==window.Vue&&(Object.defineProperty(Vue.prototype,"$moment",{value:moment}),t={plan:(t=function(t){return isNaN(t)?t:parseInt(t,10)})(wu_checkout.plan),errors:[],order:wu_checkout.order,products:i.map(wu_checkout.products,t),template_id:wu_checkout.template_id,template_category:"",gateway:wu_checkout.gateway,request_billing_address:wu_checkout.request_billing_address,country:wu_checkout.country,state:"",city:"",site_url:wu_checkout.site_url,site_domain:wu_checkout.site_domain,is_subdomain:wu_checkout.is_subdomain,discount_code:wu_checkout.discount_code,toggle_discount_code:0,payment_method:"",username:"",payment_id:wu_checkout.payment_id,membership_id:wu_checkout.membership_id,cart_type:"new",auto_renew:1,duration:wu_checkout.duration,duration_unit:wu_checkout.duration_unit,prevent_submission:!1,valid_password:!0,stored_templates:{},state_list:[],city_list:[],labels:{}},a.applyFilters("wu_before_form_init",t),jQuery("#wu_form").length)&&(Vue.component("colorPicker",{props:["value"],template:'<input type="text">',mounted(){let r=this;s(this.$el).val(this.value).wpColorPicker({width:200,defaultColor:this.value,change(t,e){r.$emit("input",e.color.toString())}})},watch:{value(t){s(this.$el).wpColorPicker("color",t)}},destroyed(){s(this.$el).off().wpColorPicker("destroy")}}),window.wu_checkout_form=new Vue({el:"#wu_form",data:t,directives:{init:{bind(t,e,r){r.context[e.arg]=e.value}}},components:{dynamic:{functional:!0,template:"#dynamic",props:["template"],render(t,e){e=e.props.template;return t(e?{template:e}:"<div>nbsp;</div>")}}},computed:{hooks(){return wp.hooks},unique_products(){return i.uniq(this.products,!1,t=>parseInt(t,10))}},methods:{debounce(t){return i.debounce(t,200,!0)},open_url(t,e="_blank"){window.open(t,e)},get_template(t,e){void 0===e.id&&(e.id="default");var r=t+"/"+e.id;return void 0!==this.stored_templates[r]?this.stored_templates[r]:(r=this.hooks.applyFilters("wu_before_template_fetch",{duration:this.duration,duration_unit:this.duration_unit,products:this.products,...e},this),this.fetch_template(t,r),'<div class="wu-p-4 wu-bg-gray-100 wu-text-center wu-my-2 wu-rounded">'+wu_checkout.i18n.loading+"</div>")},reset_templates(s){if(void 0===s)this.stored_templates={};else{let o={};i.forEach(this.stored_templates,function(t,e){var r=e.toString().substr(0,e.toString().indexOf("/"));!1===i.contains(s,r)&&(o[e]=t)}),this.stored_templates=o}},fetch_template(r,o){let s=this;void 0===o.id&&(o.id="default"),this.request("wu_render_field_template",{template:r,attributes:o},function(t){var e=r+"/"+o.id;t.success?Vue.set(s.stored_templates,e,t.data.html):Vue.set(s.stored_templates,e,"<div>"+t.data[0].message+"</div>")})},go_back(){console.log("Going back..."),this.block(),window.history.back()},set_prevent_submission(t){this.$nextTick(function(){this.prevent_submission=t})},remove_product(e,r){this.products=i.filter(this.products,function(t){return t!=e&&t!=r})},add_plan(t){this.plan&&this.remove_product(this.plan),this.plan=t,this.add_product(t)},add_product(t){this.products.push(t)},has_product(t){return-1<this.products.indexOf(t)||-1<this.products.indexOf(parseInt(t,10))},wu_format_money(t){return window.wu_format_money(t)},filter_for_request(t,e=""){e=this.hooks.doAction("wu_filter_for_request",["stored_templates"],t,e);return i.omit(t,e)},create_order(){if(jQuery("#wu-order-summary-content").length){this.block(),this.order=!1;let e=this;var t=this.debounce(this.request),r={...this.$data};delete r.stored_templates,delete r.state_list,delete r.city_list,delete r.labels,t("wu_create_order",this.filter_for_request(r,"wu_create_order"),function(t){e.order=t.data.order,e.state_list=t.data.states,e.city_list=t.data.cities,e.labels=t.data.labels,e.cart_type=t.data.order.type,e.errors=t.data.order.errors,e.hooks.doAction("wu_on_create_order",e,t.data),t.data.order.url,e.unblock()},this.handle_errors)}},get_errors(){var t=this.errors.map(function(t){return t.message});return 0<t.length&&t},get_error(e){var t=this.errors.filter(function(t){return t.code===e});return 0<t.length&&t[0]},form_success(t){var e;i.isEmpty(t.data)||(this.hooks.doAction("wu_on_form_success",this,t.data),(e=t.data.gateway.data).payment_id=t.data.payment_id,e.membership_id=t.data.membership_id,e.cart_type=t.data.cart_type,jQuery.each(Object.assign({},e),function(t,e){var r=document.createElement("input");r.type="hidden",r.name=t,r.value=e,jQuery("#wu_form").append(r)}))},validate_form(){this.errors=[];var t=jQuery("#wu_form").serializeArray().reduce(function(t,{name:e,value:r}){return"products[]"!==e&&(t[e]=r),t},{}),t=jQuery.param({...t,products:this.products,membership_id:this.membership_id,payment_id:this.payment_id,auto_renew:this.auto_renew,cart_type:this.type,valid_password:this.valid_password,duration:this.duration,duration_unit:this.duration_unit});let e=this;this.request("wu_validate_form",t,function(t){e.valid_password||e.errors.push({code:"password",message:wu_checkout.i18n.weak_password}),!1===t.success?(e.errors=[].concat(e.errors,t.data),e.unblock()):e.errors.length?e.unblock():(e.form_success(t),!1===e.prevent_submission&&e.resubmit())},this.handle_errors)},resubmit(){jQuery("#wu_form").get(0).submit()},handle_errors(t){this.unblock(),console.error(t)},on_submit(t){t.preventDefault()},on_change_product(t,e){window.wu_create_cookie("wu_selected_products",t.join(","),.5),this.reset_templates(["template-selection"]),a.doAction("wu_on_change_product",t,e,this),this.create_order()},on_change_gateway(t,e){a.doAction("wu_on_change_gateway",t,e,this)},on_change_country(t,e){a.doAction("wu_on_change_country",t,e,this),this.create_order()},on_change_state(t,e){a.doAction("wu_on_change_state",t,e,this),this.create_order()},on_change_city(t,e){a.doAction("wu_on_change_city",t,e,this),this.create_order()},on_change_duration(t,e){this.reset_templates(),a.doAction("wu_on_change_duration",t,e,this),this.create_order()},on_change_duration_unit(t,e){this.reset_templates(),a.doAction("wu_on_change_duration_unit",t,e,this),this.create_order()},on_change_discount_code(t,e){a.doAction("wu_on_change_discount_code",t,e,this),this.create_order()},block(){var t=jQuery(this.$el).parents().filter(function(){return"rgba(0, 0, 0, 0)"!==s(this).css("backgroundColor")}).first().css("backgroundColor");jQuery(this.$el).wu_block({message:'<div class="spinner is-active wu-float-none" style="float: none !important;"></div>',overlayCSS:{backgroundColor:t||"#ffffff",opacity:.6},css:{padding:0,margin:0,width:"50%",fontSize:"14px !important",top:"40%",left:"35%",textAlign:"center",color:"#000",border:"none",backgroundColor:"none",cursor:"wait"}})},unblock(){jQuery(this.$el).wu_unblock()},request(t,e,r,o){var s="wu_validate_form"===t||"wu_create_order"===t?wu_checkout.late_ajaxurl:wu_checkout.ajaxurl;jQuery.ajax({method:"POST",url:s+"&action="+t,data:e,success:r,error:o})},check_pass_strength(){if(jQuery("#pass-strength-result").length){jQuery("#pass-strength-result").attr("class","wu-py-2 wu-px-4 wu-bg-gray-100 wu-block wu-text-sm wu-border-solid wu-border wu-border-gray-200");var t=jQuery("#field-password").val();if(t){this.valid_password=!1;var e=void 0===wp.passwordStrength.userInputDisallowedList?wp.passwordStrength.userInputBlacklist():wp.passwordStrength.userInputDisallowedList();switch(wp.passwordStrength.meter(t,e,t)){case-1:jQuery("#pass-strength-result").addClass("wu-bg-red-200 wu-border-red-300").html(pwsL10n.unknown);break;case 2:jQuery("#pass-strength-result").addClass("wu-bg-red-200 wu-border-red-300").html(pwsL10n.bad);break;case 3:jQuery("#pass-strength-result").addClass("wu-bg-green-200 wu-border-green-300").html(pwsL10n.good),this.valid_password=!0;break;case 4:jQuery("#pass-strength-result").addClass("wu-bg-green-200 wu-border-green-300").html(pwsL10n.strong),this.valid_password=!0;break;case 5:jQuery("#pass-strength-result").addClass("wu-bg-yellow-200 wu-border-yellow-300").html(pwsL10n.mismatch);break;default:jQuery("#pass-strength-result").addClass("wu-bg-yellow-200 wu-border-yellow-300").html(pwsL10n.short)}}else jQuery("#pass-strength-result").addClass("empty").html("Enter Password")}}},updated(){this.$nextTick(function(){a.doAction("wu_on_form_updated",this),wu_initialize_tooltip()})},mounted(){let o=this;jQuery(this.$el).on("click",function(t){s(this).data("submited_via",s(t.target))}),jQuery(this.$el).on("submit",async function(t){t.preventDefault();var e,t=jQuery(this).data("submited_via");t&&((e=jQuery("<input>")).attr("type","hidden"),e.attr("name",t.attr("name")),e.attr("value",t.val()),jQuery(this).append(e)),o.block();try{var r=[];await Promise.all(a.applyFilters("wu_before_form_submitted",r,o,o.gateway))}catch(t){return o.errors=[],o.errors.push({code:"before-submit-error",message:t.message}),o.unblock(),void o.handle_errors(t)}o.validate_form(),a.doAction("wu_on_form_submitted",o,o.gateway)}),this.create_order(),a.doAction("wu_checkout_loaded",this),a.doAction("wu_on_change_gateway",this.gateway,this.gateway),jQuery("#field-password").on("input pwupdate",function(){o.check_pass_strength()}),wu_initialize_tooltip()},watch:{products(t,e){this.on_change_product(t,e)},toggle_discount_code(t){t||(this.discount_code="")},discount_code(t,e){this.on_change_discount_code(t,e)},gateway(t,e){this.on_change_gateway(t,e)},country(t,e){this.state="",this.on_change_country(t,e)},state(t,e){this.city="",this.on_change_state(t,e)},city(t,e){this.on_change_city(t,e)},duration(t,e){this.on_change_duration(t,e)},duration_unit(t,e){this.on_change_duration_unit(t,e)}}}))})})(jQuery,wp.hooks,_);1 ((s,a,i)=>{window.history.replaceState&&window.history.replaceState(null,null,wu_checkout.baseurl),a.addAction("wu_on_create_order","nextpress/wp-ultimo",function(t,e){void 0!==e.order.extra.template_id&&e.order.extra.template_id&&(t.template_id=e.order.extra.template_id)}),a.addAction("wu_checkout_loaded","nextpress/wp-ultimo",function(t){void 0!==window.wu_auto_submittable_field&&window.wu_auto_submittable_field&&t.$watch(window.wu_auto_submittable_field,function(){jQuery(this.$el).submit()},{deep:!0})}),a.addAction("wu_checkout_loaded","nextpress/wp-ultimo",function(e){wu_create_cookie("wu_template",""),wu_create_cookie("wu_selected_products",""),wu_listen_to_cookie_change("wu_template",function(t){t&&(e.template_id=t)})}),s(document).on("click",'[href|="#wu-checkout-add"]',function(t){t.preventDefault();var t=s(this),e=t.attr("href").split("#").pop().replace("wu-checkout-add-","");"undefined"!=typeof wu_checkout_form&&-1===wu_checkout_form.products.indexOf(e)&&(wu_checkout_form.add_product(e),t.html(wu_checkout.i18n.added_to_order))}),window.addEventListener("pageshow",function(t){t.persisted&&this.window.wu_checkout_form&&this.window.wu_checkout_form.unblock()}),s(document).ready(function(){var t;void 0!==window.Vue&&(Object.defineProperty(Vue.prototype,"$moment",{value:moment}),t={plan:(t=function(t){return isNaN(t)?t:parseInt(t,10)})(wu_checkout.plan),errors:[],order:wu_checkout.order,products:i.map(wu_checkout.products,t),template_id:wu_checkout.template_id,template_category:"",gateway:wu_checkout.gateway,request_billing_address:wu_checkout.request_billing_address,country:wu_checkout.country,state:"",city:"",site_url:wu_checkout.site_url,site_domain:wu_checkout.site_domain,is_subdomain:wu_checkout.is_subdomain,discount_code:wu_checkout.discount_code,toggle_discount_code:0,payment_method:"",username:"",payment_id:wu_checkout.payment_id,membership_id:wu_checkout.membership_id,cart_type:"new",auto_renew:1,duration:wu_checkout.duration,duration_unit:wu_checkout.duration_unit,prevent_submission:!1,valid_password:!0,stored_templates:{},state_list:[],city_list:[],labels:{}},a.applyFilters("wu_before_form_init",t),jQuery("#wu_form").length)&&(Vue.component("colorPicker",{props:["value"],template:'<input type="text">',mounted(){let r=this;s(this.$el).val(this.value).wpColorPicker({width:200,defaultColor:this.value,change(t,e){r.$emit("input",e.color.toString())}})},watch:{value(t){s(this.$el).wpColorPicker("color",t)}},destroyed(){s(this.$el).off().wpColorPicker("destroy")}}),window.wu_checkout_form=new Vue({el:"#wu_form",data:t,directives:{init:{bind(t,e,r){r.context[e.arg]=e.value}}},components:{dynamic:{functional:!0,template:"#dynamic",props:["template"],render(t,e){e=e.props.template;return t(e?{template:e}:"<div>nbsp;</div>")}}},computed:{hooks(){return wp.hooks},unique_products(){return i.uniq(this.products,!1,t=>parseInt(t,10))}},methods:{debounce(t){return i.debounce(t,200,!0)},open_url(t,e="_blank"){window.open(t,e)},get_template(t,e){void 0===e.id&&(e.id="default");var r=t+"/"+e.id;return void 0!==this.stored_templates[r]?this.stored_templates[r]:(r=this.hooks.applyFilters("wu_before_template_fetch",{duration:this.duration,duration_unit:this.duration_unit,products:this.products,...e},this),this.fetch_template(t,r),'<div class="wu-p-4 wu-bg-gray-100 wu-text-center wu-my-2 wu-rounded">'+wu_checkout.i18n.loading+"</div>")},reset_templates(s){if(void 0===s)this.stored_templates={};else{let o={};i.forEach(this.stored_templates,function(t,e){var r=e.toString().substr(0,e.toString().indexOf("/"));!1===i.contains(s,r)&&(o[e]=t)}),this.stored_templates=o}},fetch_template(r,o){let s=this;void 0===o.id&&(o.id="default"),this.request("wu_render_field_template",{template:r,attributes:o},function(t){var e=r+"/"+o.id;t.success?Vue.set(s.stored_templates,e,t.data.html):Vue.set(s.stored_templates,e,"<div>"+t.data[0].message+"</div>")})},go_back(){console.log("Going back..."),this.block(),window.history.back()},set_prevent_submission(t){this.$nextTick(function(){this.prevent_submission=t})},remove_product(e,r){this.products=i.filter(this.products,function(t){return t!=e&&t!=r})},add_plan(t){this.plan&&this.remove_product(this.plan),this.plan=t,this.add_product(t)},add_product(t){this.products.push(t)},has_product(t){return-1<this.products.indexOf(t)||-1<this.products.indexOf(parseInt(t,10))},wu_format_money(t){return window.wu_format_money(t)},filter_for_request(t,e=""){e=this.hooks.doAction("wu_filter_for_request",["stored_templates"],t,e);return i.omit(t,e)},create_order(){if(jQuery("#wu-order-summary-content").length){this.block(),this.order=!1;let e=this;var t=this.debounce(this.request),r={...this.$data};delete r.stored_templates,delete r.state_list,delete r.city_list,delete r.labels,t("wu_create_order",this.filter_for_request(r,"wu_create_order"),function(t){e.order=t.data.order,e.state_list=t.data.states,e.city_list=t.data.cities,e.labels=t.data.labels,e.cart_type=t.data.order.type,e.errors=t.data.order.errors,e.hooks.doAction("wu_on_create_order",e,t.data),t.data.order.url,e.unblock()},this.handle_errors)}},get_errors(){var t=this.errors.map(function(t){return t.message});return 0<t.length&&t},get_error(e){var t=this.errors.filter(function(t){return t.code===e});return 0<t.length&&t[0]},form_success(t){var e;i.isEmpty(t.data)||(this.hooks.doAction("wu_on_form_success",this,t.data),(e=t.data.gateway.data).payment_id=t.data.payment_id,e.membership_id=t.data.membership_id,e.cart_type=t.data.cart_type,jQuery.each(Object.assign({},e),function(t,e){var r=document.createElement("input");r.type="hidden",r.name=t,r.value=e,jQuery("#wu_form").append(r)}))},validate_form(){this.errors=[];var t=jQuery("#wu_form").serializeArray().reduce(function(t,{name:e,value:r}){return"products[]"!==e&&(t[e]=r),t},{}),t=jQuery.param({...t,products:this.products,membership_id:this.membership_id,payment_id:this.payment_id,auto_renew:this.auto_renew,cart_type:this.type,valid_password:this.valid_password,duration:this.duration,duration_unit:this.duration_unit});let e=this;this.request("wu_validate_form",t,function(t){e.valid_password||e.errors.push({code:"password",message:wu_checkout.i18n.weak_password}),!1===t.success?(e.errors=[].concat(e.errors,t.data),e.unblock()):e.errors.length?e.unblock():(e.form_success(t),!1===e.prevent_submission&&e.resubmit())},this.handle_errors)},resubmit(){jQuery("#wu_form").get(0).submit()},handle_errors(t){this.unblock(),console.error(t)},on_submit(t){t.preventDefault()},on_change_product(t,e){window.wu_create_cookie("wu_selected_products",t.join(","),.5),this.reset_templates(["template-selection"]),a.doAction("wu_on_change_product",t,e,this),this.create_order()},on_change_gateway(t,e){a.doAction("wu_on_change_gateway",t,e,this)},on_change_country(t,e){a.doAction("wu_on_change_country",t,e,this),this.create_order()},on_change_state(t,e){a.doAction("wu_on_change_state",t,e,this),this.create_order()},on_change_city(t,e){a.doAction("wu_on_change_city",t,e,this),this.create_order()},on_change_duration(t,e){this.reset_templates(),a.doAction("wu_on_change_duration",t,e,this),this.create_order()},on_change_duration_unit(t,e){this.reset_templates(),a.doAction("wu_on_change_duration_unit",t,e,this),this.create_order()},on_change_discount_code(t,e){a.doAction("wu_on_change_discount_code",t,e,this),this.create_order()},block(){var t=jQuery(this.$el).parents().filter(function(){return"rgba(0, 0, 0, 0)"!==s(this).css("backgroundColor")}).first().css("backgroundColor");jQuery(this.$el).wu_block({message:'<div class="spinner is-active wu-float-none" style="float: none !important;"></div>',overlayCSS:{backgroundColor:t||"#ffffff",opacity:.6},css:{padding:0,margin:0,width:"50%",fontSize:"14px !important",top:"40%",left:"35%",textAlign:"center",color:"#000",border:"none",backgroundColor:"none",cursor:"wait"}})},unblock(){jQuery(this.$el).wu_unblock()},request(t,e,r,o){var s="wu_validate_form"===t||"wu_create_order"===t?wu_checkout.late_ajaxurl:wu_checkout.ajaxurl;jQuery.ajax({method:"POST",url:s+"&action="+t,data:e,success:r,error:o})},check_pass_strength(){if(jQuery("#pass-strength-result").length){jQuery("#pass-strength-result").attr("class","wu-py-2 wu-px-4 wu-bg-gray-100 wu-block wu-text-sm wu-border-solid wu-border wu-border-gray-200");var t=jQuery("#field-password").val();if(t){this.valid_password=!1;var e=void 0===wp.passwordStrength.userInputDisallowedList?wp.passwordStrength.userInputBlacklist():wp.passwordStrength.userInputDisallowedList();switch(wp.passwordStrength.meter(t,e,t)){case-1:jQuery("#pass-strength-result").addClass("wu-bg-red-200 wu-border-red-300").html(pwsL10n.unknown);break;case 2:jQuery("#pass-strength-result").addClass("wu-bg-red-200 wu-border-red-300").html(pwsL10n.bad);break;case 3:jQuery("#pass-strength-result").addClass("wu-bg-green-200 wu-border-green-300").html(pwsL10n.good),this.valid_password=!0;break;case 4:jQuery("#pass-strength-result").addClass("wu-bg-green-200 wu-border-green-300").html(pwsL10n.strong),this.valid_password=!0;break;case 5:jQuery("#pass-strength-result").addClass("wu-bg-yellow-200 wu-border-yellow-300").html(pwsL10n.mismatch);break;default:jQuery("#pass-strength-result").addClass("wu-bg-yellow-200 wu-border-yellow-300").html(pwsL10n.short)}}else jQuery("#pass-strength-result").addClass("empty").html("Enter Password")}}},updated(){this.$nextTick(function(){a.doAction("wu_on_form_updated",this),wu_initialize_tooltip()})},mounted(){let o=this;jQuery(this.$el).on("click",function(t){s(this).data("submited_via",s(t.target))}),jQuery(this.$el).on("submit",async function(t){t.preventDefault();var e,t=jQuery(this).data("submited_via");t&&((e=jQuery("<input>")).attr("type","hidden"),e.attr("name",t.attr("name")),e.attr("value",t.val()),jQuery(this).append(e)),o.block();try{var r=[];await Promise.all(a.applyFilters("wu_before_form_submitted",r,o,o.gateway))}catch(t){return o.errors=[],o.errors.push({code:"before-submit-error",message:t.message}),o.unblock(),void o.handle_errors(t)}o.validate_form(),a.doAction("wu_on_form_submitted",o,o.gateway)}),this.create_order(),a.doAction("wu_checkout_loaded",this),a.doAction("wu_on_change_gateway",this.gateway,this.gateway),jQuery("#field-password").on("input pwupdate",function(){o.check_pass_strength()}),wu_initialize_tooltip()},watch:{products(t,e){this.on_change_product(t,e)},toggle_discount_code(t){t||(this.discount_code="")},discount_code(t,e){this.on_change_discount_code(t,e)},gateway(t,e){this.on_change_gateway(t,e)},country(t,e){this.state="",this.on_change_country(t,e)},state(t,e){this.city="",this.on_change_state(t,e)},city(t,e){this.on_change_city(t,e)},duration(t,e){this.on_change_duration(t,e)},duration_unit(t,e){this.on_change_duration_unit(t,e)}}}))})})(jQuery,wp.hooks,_); -
ultimate-multisite/trunk/composer.json
r3379163 r3387852 3 3 "url": "https://UltimateMultisite.com", 4 4 "description": "The Multisite Website as a Service (WaaS) plugin.", 5 "version": "2.4. 6",5 "version": "2.4.7", 6 6 "authors": [ 7 7 { -
ultimate-multisite/trunk/inc/admin-pages/class-setup-wizard-admin-page.php
r3379163 r3387852 771 771 if (! defined('SUNRISE') || ! SUNRISE) { 772 772 // translators: %s code snippet. 773 $message = sprintf(__('The SUNRISE constant is missing. Domain mapping and plugin/theme limits will not function until `%s` is added to wp-config.php. Please complete the setup to attempt to do this automatically.', 'multisite-ultimate'), 'define( SUNRISE, \'1\' );');773 $message = sprintf(__('The SUNRISE constant is missing. Domain mapping and plugin/theme limits will not function until `%s` is added to wp-config.php. Please complete the setup to attempt to do this automatically.', 'multisite-ultimate'), 'define( \'SUNRISE\', \'1\' );'); 774 774 } else { 775 775 $message = __('Ultimate Multisite installation is incomplete. The sunrise.php file is missing. Please complete the setup to ensure proper functionality.', 'ultimate-multisite'); -
ultimate-multisite/trunk/inc/class-wp-ultimo.php
r3379163 r3387852 32 32 * @var string 33 33 */ 34 const VERSION = '2.4. 6';34 const VERSION = '2.4.7'; 35 35 36 36 /** -
ultimate-multisite/trunk/inc/database/engine/class-table.php
r3363548 r3387852 17 17 * 18 18 * @since 1.0.0 19 * @property-read string $name 19 20 */ 20 21 abstract class Table extends \BerlinDB\Database\Table { … … 34 35 * @var bool 35 36 */ 36 pr otected $_exists;37 private bool $exists; 37 38 38 39 /** … … 46 47 * @return boolean 47 48 */ 48 public function is_upgradeable() {49 public function is_upgradeable(): bool { 49 50 50 51 if ( ! is_main_network()) { … … 52 53 } 53 54 54 return (bool)is_main_site();55 return is_main_site(); 55 56 } 56 57 … … 61 62 * @return boolean 62 63 */ 63 public function exists() {64 public function exists(): bool { 64 65 65 if ( null === $this->_exists) {66 $this-> _exists = parent::exists();66 if (! isset($this->exists)) { 67 $this->exists = parent::exists(); 67 68 } 68 69 69 return $this-> _exists;70 return $this->exists; 70 71 } 71 72 } -
ultimate-multisite/trunk/inc/domain-mapping/class-primary-domain.php
r3363548 r3387852 106 106 $new_url = Domain_Mapping::get_instance()->replace_url($url, $primary_domain); 107 107 108 wp_redirect(set_url_scheme($new_url)); 108 if ($url !== $new_url ) { 109 // TODO: Use wp_safe_redirect 110 wp_redirect(set_url_scheme($new_url)); // phpcs:ignore WordPress.Security.SafeRedirect.wp_redirect_wp_redirect 109 111 110 exit; 112 exit; 113 } 111 114 } 112 115 } … … 172 175 173 176 if ($redirect_url) { 174 wp_redirect(add_query_arg($query_args, $redirect_url)); 177 wp_redirect(add_query_arg($query_args, $redirect_url)); // phpcs:ignore WordPress.Security.SafeRedirect.wp_redirect_wp_redirect 175 178 176 179 exit; -
ultimate-multisite/trunk/inc/functions/site.php
r3379163 r3387852 62 62 */ 63 63 function wu_get_sites($query = []) { 64 if ( empty($query['number']) ) { 65 $query['number'] = 100; 66 } 64 67 65 68 if ( ! empty($query['search'])) { 69 // We also want to find sites with a matching mapped domain. 66 70 $domain_ids = wu_get_domains( 67 71 [ 68 'number' => -1, 69 'search' => '*' . $query['search'] . '*', 70 'fields' => ['blog_id'], 72 'number' => $query['number'], 73 'search' => '*' . $query['search'] . '*', 74 'fields' => ['blog_id'], 75 'blog_id__in' => $query['blog_id__in'] ?? false, 71 76 ] 72 77 ); … … 75 80 76 81 if ( ! empty($domain_ids)) { 77 $query['blog_id__in'] = $domain_ids; 78 79 unset($query['search']); 82 $sites_with_domain_query = $query; 83 $sites_with_domain_query['blog_id__in'] = $domain_ids; 84 85 unset($sites_with_domain_query['search']); 86 $sites_by_domain = \WP_Ultimo\Models\Site::query($sites_with_domain_query); 87 88 $query['number'] -= count($sites_by_domain); 89 $existing_not_in = isset($query['blog_id__not_in']) ? (array) $query['blog_id__not_in'] : []; 90 $query['blog_id__not_in'] = array_unique(array_merge($existing_not_in, $domain_ids)); 91 92 if ($query['number'] <= 0) { 93 // We reached the limit already. 94 return $sites_by_domain; 95 } 96 $sites = \WP_Ultimo\Models\Site::query($query); 97 // return matches by domain first. 98 return array_merge($sites_by_domain, $sites); 80 99 } 81 100 } -
ultimate-multisite/trunk/inc/installers/class-core-installer.php
r3363548 r3387852 95 95 * @return void 96 96 */ 97 public function _install_database_tables(): void { 97 public function _install_database_tables(): void { // phpcs:ignore PSR2.Methods.MethodDeclaration.Underscore 98 98 99 99 $tables = \WP_Ultimo\Loaders\Table_Loader::get_instance()->get_tables(); … … 111 111 } 112 112 113 $ success = $table->install();113 $table->install(); 114 114 115 if ( false === $success) {115 if (! $table->get_version()) { 116 116 117 117 // translators: %s is the name of a database table, e.g. wu_memberships. … … 130 130 * @return void 131 131 */ 132 public function _install_sunrise(): void { 132 public function _install_sunrise(): void { // phpcs:ignore PSR2.Methods.MethodDeclaration.Underscore 133 133 134 134 $copy = \WP_Ultimo\Sunrise::try_upgrade(); -
ultimate-multisite/trunk/inc/integrations/host-providers/class-base-host-provider.php
r3370761 r3387852 95 95 * Adds an admin notice telling the admin that the provider is not correctly setup. 96 96 */ 97 $this->alert_provider_not_setup(); 97 if (did_action('init')) { 98 $this->alert_provider_not_setup(); 99 } else { 100 // avoid text domain loaded at the wrong time. 101 add_action('init', [$this, 'alert_provider_not_setup']); 102 } 98 103 } 99 104 -
ultimate-multisite/trunk/inc/managers/class-domain-manager.php
r3370761 r3387852 157 157 add_action('wu_domain_created', [$this, 'handle_domain_created'], 10, 3); 158 158 159 add_action('wu_domain_post_delete', [$this, 'handle_domain_deleted'], 10, 3);159 add_action('wu_domain_post_delete', [$this, 'handle_domain_deleted'], 10, 2); 160 160 161 161 /* … … 197 197 198 198 if ( ! $has_subdomain) { 199 // Create a domain record for the site200 $this->create_domain_record_for_site($site);201 199 return; 202 200 } … … 394 392 'domain_mapping_instructions', 395 393 [ 396 'title' => __('Add New Domain Instructions', 'ultimate-multisite'),397 'tooltip' => __('Display a customized message with instructions for the mapping and alerting the end-user of the risks of mapping a misconfigured domain.', 'ultimate-multisite'),398 'desc' => __('You can use the placeholder <code>%NETWORK_DOMAIN%</code> and <code>%NETWORK_IP%</code>.', 'ultimate-multisite'),399 'type' => 'textarea',400 'default' => [$this, 'default_domain_mapping_instructions'],401 'html_attr' => [394 'title' => __('Add New Domain Instructions', 'ultimate-multisite'), 395 'tooltip' => __('Display a customized message with instructions for the mapping and alerting the end-user of the risks of mapping a misconfigured domain.', 'ultimate-multisite'), 396 'desc' => __('You can use the placeholder <code>%NETWORK_DOMAIN%</code> and <code>%NETWORK_IP%.</code> HTML is allowed.', 'ultimate-multisite'), 397 'type' => 'textarea', 398 'default' => [$this, 'default_domain_mapping_instructions'], 399 'html_attr' => [ 402 400 'rows' => 8, 403 401 ], 404 'require' => [402 'require' => [ 405 403 'enable_domain_mapping' => true, 406 404 'custom_domains' => true, 407 405 ], 406 'allow_html' => true, 408 407 ] 409 408 ); -
ultimate-multisite/trunk/inc/models/class-domain.php
r3379163 r3387852 231 231 232 232 /** 233 * Get 's the path of the mapped site.233 * Gets the path of the mapped site. 234 234 * 235 235 * @return string|null -
ultimate-multisite/trunk/inc/models/class-product.php
r3370761 r3387852 276 276 * @var array 277 277 */ 278 protected $_mappings = [ 278 protected $_mappings = [ // phpcs:ignore PSR2.Classes.PropertyDeclaration.Underscore 279 279 'product_group' => 'group', 280 280 ]; … … 1366 1366 * Creates a copy of the given model adn resets it's id to a 'new' state. 1367 1367 * 1368 * @ since 2.0.01369 * @ return \WP_Ultimo\Model\Base_Model1368 * @return Base_Model|Product 1369 * @since 2.0.0 1370 1370 */ 1371 1371 public function duplicate() { -
ultimate-multisite/trunk/inc/models/class-site.php
r3370761 r3387852 190 190 * @var null|\WP_Ultimo\Models\Membership 191 191 */ 192 private $ _membership;192 private $membership; 193 193 194 194 /** … … 600 600 public function get_path(): string { 601 601 602 return trim($this->path, '/');602 return $this->path; 603 603 } 604 604 … … 750 750 * 751 751 * @since 2.0.0 752 * @param bool $ public Set true if this site is a public one, false if not.753 * @return void 754 */ 755 public function set_public($ public): void {756 757 $this->public = $ public;752 * @param bool $is_public Set true if this site is a public one, false if not. 753 * @return void 754 */ 755 public function set_public($is_public): void { 756 757 $this->public = $is_public; 758 758 } 759 759 … … 997 997 public function get_membership() { 998 998 999 if (null !== $this-> _membership) {1000 return $this-> _membership;999 if (null !== $this->membership) { 1000 return $this->membership; 1001 1001 } 1002 1002 1003 1003 if (function_exists('wu_get_membership')) { 1004 $this-> _membership = wu_get_membership($this->get_membership_id());1005 1006 return $this-> _membership;1004 $this->membership = wu_get_membership($this->get_membership_id()); 1005 1006 return $this->membership; 1007 1007 } 1008 1008 … … 1025 1025 } 1026 1026 1027 $this-> _membership = new \WP_Ultimo\Models\Membership($results);1028 1029 return $this-> _membership;1027 $this->membership = new \WP_Ultimo\Models\Membership($results); 1028 1029 return $this->membership; 1030 1030 } 1031 1031 … … 1230 1230 public function get_site_url() { 1231 1231 1232 $url = set_url_scheme(esc_url(sprintf($this->get_domain() . '/' . $this->get_path())));1232 $url = set_url_scheme(esc_url(sprintf($this->get_domain() . '/' . trim($this->get_path(), '/')))); 1233 1233 1234 1234 return $url; … … 1459 1459 * 1460 1460 * @param bool $result True if the object was successfully deleted. 1461 * @param Base_Model $ thisThe object instance.1461 * @param Base_Model $model The object instance. 1462 1462 */ 1463 do_action("wu_{$this->model}_post_delete", $result, $this); // @phpstan-ignore-line1463 do_action("wu_{$this->model}_post_delete", $result, $this); 1464 1464 1465 1465 wp_cache_flush(); … … 1859 1859 1860 1860 if (is_a($sites[0], self::class)) { 1861 $array_sites = json_decode(json_encode($sites), true); 1861 $array_sites = json_decode(json_encode($sites), true); // phpcs:ignore WordPress.WP.AlternativeFunctions.json_encode_json_encode 1862 1862 1863 1863 $sites = array_values(array_column($array_sites, 'blog_id')); -
ultimate-multisite/trunk/lang/ultimate-multisite.pot
r3379163 r3387852 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Ultimate Multisite 2.4. 6\n"5 "Project-Id-Version: Ultimate Multisite 2.4.7\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/ultimate-multisite\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025-10- 15T22:54:57+00:00\n"12 "POT-Creation-Date: 2025-10-31T22:50:11+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.12.0\n" … … 2834 2834 2835 2835 #: inc/admin-pages/class-hosting-integration-wizard-admin-page.php:145 2836 #: inc/integrations/host-providers/class-base-host-provider.php:20 42836 #: inc/integrations/host-providers/class-base-host-provider.php:209 2837 2837 msgid "Configuration" 2838 2838 msgstr "" … … 4502 4502 4503 4503 #: inc/admin-pages/class-setup-wizard-admin-page.php:684 4504 #: inc/integrations/host-providers/class-base-host-provider.php: 1954504 #: inc/integrations/host-providers/class-base-host-provider.php:200 4505 4505 msgid "Activated" 4506 4506 msgstr "" … … 15613 15613 15614 15614 #. translators: %s is the name of a host provider (e.g. Cloudways, WPMUDev, Closte...). 15615 #: inc/integrations/host-providers/class-base-host-provider.php:2 0715615 #: inc/integrations/host-providers/class-base-host-provider.php:212 15616 15616 #, php-format 15617 15617 msgid "%s Integration" 15618 15618 msgstr "" 15619 15619 15620 #: inc/integrations/host-providers/class-base-host-provider.php:21 115620 #: inc/integrations/host-providers/class-base-host-provider.php:216 15621 15621 msgid "Go to the setup wizard to setup this integration." 15622 15622 msgstr "" 15623 15623 15624 15624 #. translators: %1$s will be replaced with the integration title. E.g. RunCloud 15625 #: inc/integrations/host-providers/class-base-host-provider.php:2 3815625 #: inc/integrations/host-providers/class-base-host-provider.php:243 15626 15626 #, php-format 15627 15627 msgid "It looks like you are using %1$s as your hosting provider, yet the %1$s integration module is not active. In order for the domain mapping integration to work with %1$s, you might want to activate that module." … … 15629 15629 15630 15630 #. translators: %s is the integration name. 15631 #: inc/integrations/host-providers/class-base-host-provider.php:2 4515631 #: inc/integrations/host-providers/class-base-host-provider.php:250 15632 15632 #, php-format 15633 15633 msgid "Activate %s" … … 15635 15635 15636 15636 #. translators: %1$s will be replaced with the integration title. E.g. RunCloud. 15637 #: inc/integrations/host-providers/class-base-host-provider.php:27 115637 #: inc/integrations/host-providers/class-base-host-provider.php:276 15638 15638 #, php-format 15639 15639 msgid "It looks like you are using %1$s as your hosting provider, yet the %1$s integration module was not properly setup. In order for the domain mapping integration to work with %1$s, you need to configure that module." … … 15641 15641 15642 15642 #. translators: %s is the integration name 15643 #: inc/integrations/host-providers/class-base-host-provider.php:2 7815643 #: inc/integrations/host-providers/class-base-host-provider.php:283 15644 15644 #, php-format 15645 15645 msgid "Setup %s" … … 15647 15647 15648 15648 #. translators: %s is the name of the integration e.g. RunCloud 15649 #: inc/integrations/host-providers/class-base-host-provider.php:5 5515649 #: inc/integrations/host-providers/class-base-host-provider.php:560 15650 15650 #, php-format 15651 15651 msgid "Send API calls to %s servers with domain names added to this network" … … 15653 15653 15654 15654 #. translators: %s is the name of the integration e.g. RunCloud 15655 #: inc/integrations/host-providers/class-base-host-provider.php:56 315655 #: inc/integrations/host-providers/class-base-host-provider.php:568 15656 15656 #, php-format 15657 15657 msgid "Fetch and install a SSL certificate on %s platform after the domain is added." … … 15659 15659 15660 15660 #. translators: %s is the name of the integration e.g. RunCloud 15661 #: inc/integrations/host-providers/class-base-host-provider.php:5 6715661 #: inc/integrations/host-providers/class-base-host-provider.php:572 15662 15662 #, php-format 15663 15663 msgid "Fetch and install a SSL certificate on %s platform after the domain is added. This needs to be done manually." 15664 15664 msgstr "" 15665 15665 15666 #: inc/integrations/host-providers/class-base-host-provider.php:6 3815666 #: inc/integrations/host-providers/class-base-host-provider.php:643 15667 15667 msgid "No description provided." 15668 15668 msgstr "" … … 16920 16920 msgstr "" 16921 16921 16922 #: inc/managers/class-domain-manager.php:34 316922 #: inc/managers/class-domain-manager.php:341 16923 16923 msgid "Domain Mapping Settings" 16924 16924 msgstr "" 16925 16925 16926 #: inc/managers/class-domain-manager.php:34 416926 #: inc/managers/class-domain-manager.php:342 16927 16927 msgid "Define the domain mapping settings for your network." 16928 16928 msgstr "" 16929 16929 16930 #: inc/managers/class-domain-manager.php:35 316930 #: inc/managers/class-domain-manager.php:351 16931 16931 msgid "Enable Domain Mapping?" 16932 16932 msgstr "" 16933 16933 16934 #: inc/managers/class-domain-manager.php:35 416934 #: inc/managers/class-domain-manager.php:352 16935 16935 msgid "Do you want to enable domain mapping?" 16936 16936 msgstr "" 16937 16937 16938 #: inc/managers/class-domain-manager.php:36 416938 #: inc/managers/class-domain-manager.php:362 16939 16939 msgid "Force Admin Redirect" 16940 16940 msgstr "" 16941 16941 16942 #: inc/managers/class-domain-manager.php:36 516942 #: inc/managers/class-domain-manager.php:363 16943 16943 msgid "Select how you want your users to access the admin panel if they have mapped domains." 16944 16944 msgstr "" 16945 16945 16946 #: inc/managers/class-domain-manager.php:36 516946 #: inc/managers/class-domain-manager.php:363 16947 16947 msgid "Force Redirect to Mapped Domain: your users with mapped domains will be redirected to theirdomain.com/wp-admin, even if they access using yournetworkdomain.com/wp-admin." 16948 16948 msgstr "" 16949 16949 16950 #: inc/managers/class-domain-manager.php:36 516950 #: inc/managers/class-domain-manager.php:363 16951 16951 msgid "Force Redirect to Network Domain: your users with mapped domains will be redirect to yournetworkdomain.com/wp-admin, even if they access using theirdomain.com/wp-admin." 16952 16952 msgstr "" 16953 16953 16954 #: inc/managers/class-domain-manager.php:369 16955 msgid "Allow access to the admin by both mapped domain and network domain" 16956 msgstr "" 16957 16958 #: inc/managers/class-domain-manager.php:370 16959 msgid "Force Redirect to Mapped Domain" 16960 msgstr "" 16961 16954 16962 #: inc/managers/class-domain-manager.php:371 16955 msgid "Allow access to the admin by both mapped domain and network domain"16956 msgstr ""16957 16958 #: inc/managers/class-domain-manager.php:37216959 msgid "Force Redirect to Mapped Domain"16960 msgstr ""16961 16962 #: inc/managers/class-domain-manager.php:37316963 16963 msgid "Force Redirect to Network Domain" 16964 16964 msgstr "" 16965 16965 16966 #: inc/managers/class-domain-manager.php:38 216966 #: inc/managers/class-domain-manager.php:380 16967 16967 msgid "Enable Custom Domains?" 16968 16968 msgstr "" 16969 16969 16970 #: inc/managers/class-domain-manager.php:38 316970 #: inc/managers/class-domain-manager.php:381 16971 16971 msgid "Toggle this option if you wish to allow end-customers to add their own domains. This can be controlled on a plan per plan basis." 16972 16972 msgstr "" 16973 16973 16974 #: inc/managers/class-domain-manager.php:394 16975 msgid "Add New Domain Instructions" 16976 msgstr "" 16977 16978 #: inc/managers/class-domain-manager.php:395 16979 msgid "Display a customized message with instructions for the mapping and alerting the end-user of the risks of mapping a misconfigured domain." 16980 msgstr "" 16981 16974 16982 #: inc/managers/class-domain-manager.php:396 16975 msgid "Add New Domain Instructions" 16976 msgstr "" 16977 16978 #: inc/managers/class-domain-manager.php:397 16979 msgid "Display a customized message with instructions for the mapping and alerting the end-user of the risks of mapping a misconfigured domain." 16980 msgstr "" 16981 16982 #: inc/managers/class-domain-manager.php:398 16983 msgid "You can use the placeholder <code>%NETWORK_DOMAIN%</code> and <code>%NETWORK_IP%</code>." 16983 msgid "You can use the placeholder <code>%NETWORK_DOMAIN%</code> and <code>%NETWORK_IP%.</code> HTML is allowed." 16984 msgstr "" 16985 16986 #: inc/managers/class-domain-manager.php:414 16987 msgid "DNS Check Interval" 16984 16988 msgstr "" 16985 16989 16986 16990 #: inc/managers/class-domain-manager.php:415 16987 msgid " DNS Check Interval"16991 msgid "Set the interval in seconds between DNS and SSL certificate checks for domains." 16988 16992 msgstr "" 16989 16993 16990 16994 #: inc/managers/class-domain-manager.php:416 16991 msgid "Set the interval in seconds between DNS and SSL certificate checks for domains."16992 msgstr ""16993 16994 #: inc/managers/class-domain-manager.php:41716995 16995 msgid "Minimum: 10 seconds, Maximum: 300 seconds (5 minutes). Default: 300 seconds." 16996 16996 msgstr "" 16997 16997 16998 #: inc/managers/class-domain-manager.php:434 16999 msgid "Create www Subdomain Automatically?" 17000 msgstr "" 17001 16998 17002 #: inc/managers/class-domain-manager.php:435 16999 msgid "C reate www Subdomain Automatically?"17003 msgid "Control when www subdomains should be automatically created for mapped domains." 17000 17004 msgstr "" 17001 17005 17002 17006 #: inc/managers/class-domain-manager.php:436 17003 msgid "Control when www subdomains should be automatically created for mapped domains."17004 msgstr ""17005 17006 #: inc/managers/class-domain-manager.php:43717007 17007 msgid "This setting applies to all hosting integrations and determines when a www version of the domain should be automatically created." 17008 17008 msgstr "" 17009 17009 17010 #: inc/managers/class-domain-manager.php:440 17011 msgid "Always - Create www subdomain for all domains" 17012 msgstr "" 17013 17010 17014 #: inc/managers/class-domain-manager.php:441 17011 msgid " Always - Create www subdomain for all domains"17015 msgid "Only for main domains (e.g., example.com but not subdomain.example.com)" 17012 17016 msgstr "" 17013 17017 17014 17018 #: inc/managers/class-domain-manager.php:442 17015 msgid "Only for main domains (e.g., example.com but not subdomain.example.com)"17016 msgstr ""17017 17018 #: inc/managers/class-domain-manager.php:44317019 17019 msgid "Never - Do not automatically create www subdomains" 17020 17020 msgstr "" 17021 17021 17022 #: inc/managers/class-domain-manager.php:495 17023 msgid "Single Sign-On Settings" 17024 msgstr "" 17025 17022 17026 #: inc/managers/class-domain-manager.php:496 17023 msgid "Single Sign-On Settings"17024 msgstr ""17025 17026 #: inc/managers/class-domain-manager.php:49717027 17027 msgid "Settings to configure the Single Sign-On functionality of Ultimate Multisite, responsible for keeping customers and admins logged in across all network domains." 17028 17028 msgstr "" 17029 17029 17030 #: inc/managers/class-domain-manager.php:505 17031 msgid "Enable Single Sign-On" 17032 msgstr "" 17033 17030 17034 #: inc/managers/class-domain-manager.php:506 17031 msgid "Enable Single Sign-On"17032 msgstr ""17033 17034 #: inc/managers/class-domain-manager.php:50717035 17035 msgid "Enables the Single Sign-on functionality." 17036 17036 msgstr "" 17037 17037 17038 #: inc/managers/class-domain-manager.php:516 17039 msgid "Restrict SSO Checks to Login Pages" 17040 msgstr "" 17041 17038 17042 #: inc/managers/class-domain-manager.php:517 17039 msgid "Restrict SSO Checks to Login Pages"17040 msgstr ""17041 17042 #: inc/managers/class-domain-manager.php:51817043 17043 msgid "The Single Sign-on feature adds one extra ajax calls to every page load on sites with custom domains active to check if it should perform an auth loopback. You can restrict these extra calls to the login pages of sub-sites using this option. If enabled, SSO will only work on login pages." 17044 17044 msgstr "" 17045 17045 17046 #: inc/managers/class-domain-manager.php:530 17047 msgid "Enable SSO Loading Overlay" 17048 msgstr "" 17049 17046 17050 #: inc/managers/class-domain-manager.php:531 17047 msgid "Enable SSO Loading Overlay"17048 msgstr ""17049 17050 #: inc/managers/class-domain-manager.php:53217051 17051 msgid "When active, a loading overlay will be added on-top of the site currently being viewed while the SSO auth loopback is performed on the background." 17052 17052 msgstr "" 17053 17053 17054 #: inc/managers/class-domain-manager.php:55 117054 #: inc/managers/class-domain-manager.php:550 17055 17055 msgid "Cool! You're about to make this site accessible using your own domain name!" 17056 17056 msgstr "" 17057 17057 17058 #: inc/managers/class-domain-manager.php:55 317058 #: inc/managers/class-domain-manager.php:552 17059 17059 msgid "For that to work, you'll need to create a new CNAME record pointing to <code>%NETWORK_DOMAIN%</code> on your DNS manager." 17060 17060 msgstr "" 17061 17061 17062 #: inc/managers/class-domain-manager.php:55 517062 #: inc/managers/class-domain-manager.php:554 17063 17063 msgid "After you finish that step, come back to this screen and click the button below." 17064 17064 msgstr "" 17065 17065 17066 17066 #. translators: %s is the domain name 17067 #: inc/managers/class-domain-manager.php:65 217067 #: inc/managers/class-domain-manager.php:651 17068 17068 #, php-format 17069 17069 msgid "Starting Check for %s" 17070 17070 msgstr "" 17071 17071 17072 #: inc/managers/class-domain-manager.php:66 217072 #: inc/managers/class-domain-manager.php:661 17073 17073 msgid "- DNS propagation finished, advancing domain to next step..." 17074 17074 msgstr "" 17075 17075 17076 17076 #. translators: %d is the number of minutes to try again. 17077 #: inc/managers/class-domain-manager.php:68 917077 #: inc/managers/class-domain-manager.php:688 17078 17078 #, php-format 17079 17079 msgid "- DNS propagation checks tried for the max amount of times (5 times, one every %d minutes). Marking as failed." … … 17081 17081 17082 17082 #. translators: %d is the number of minutes before trying again. 17083 #: inc/managers/class-domain-manager.php:69 817083 #: inc/managers/class-domain-manager.php:697 17084 17084 #, php-format 17085 17085 msgid "- DNS propagation not finished, retrying in %d minutes..." 17086 17086 msgstr "" 17087 17087 17088 #: inc/managers/class-domain-manager.php:72 317088 #: inc/managers/class-domain-manager.php:722 17089 17089 msgid "- Valid SSL cert found. Marking domain as done." 17090 17090 msgstr "" 17091 17091 17092 17092 #. translators: %d is the number of minutes to try again. 17093 #: inc/managers/class-domain-manager.php:73 917093 #: inc/managers/class-domain-manager.php:738 17094 17094 #, php-format 17095 17095 msgid "- SSL checks tried for the max amount of times (5 times, one every %d minutes). Marking as ready without SSL." … … 17097 17097 17098 17098 #. translators: %d is the number of minutes before trying again. 17099 #: inc/managers/class-domain-manager.php:74 817099 #: inc/managers/class-domain-manager.php:747 17100 17100 #, php-format 17101 17101 msgid "- SSL Cert not found, retrying in %d minute(s)..." 17102 17102 msgstr "" 17103 17103 17104 #: inc/managers/class-domain-manager.php:83 717104 #: inc/managers/class-domain-manager.php:836 17105 17105 msgid "A valid domain was not passed." 17106 17106 msgstr "" 17107 17107 17108 #: inc/managers/class-domain-manager.php:8 5017109 #: inc/managers/class-domain-manager.php:85 917108 #: inc/managers/class-domain-manager.php:849 17109 #: inc/managers/class-domain-manager.php:858 17110 17110 msgid "Not able to fetch DNS entries." 17111 17111 msgstr "" 17112 17112 17113 #: inc/managers/class-domain-manager.php:9 1017113 #: inc/managers/class-domain-manager.php:909 17114 17114 msgid "Invalid Integration ID" 17115 17115 msgstr "" 17116 17116 17117 17117 #. translators: %s is the name of the missing constant 17118 #: inc/managers/class-domain-manager.php:92 317118 #: inc/managers/class-domain-manager.php:922 17119 17119 #, php-format 17120 17120 msgid "The necessary constants were not found on your wp-config.php file: %s" … … 17122 17122 17123 17123 #. translators: %1$s: Protocol label (HTTPS with SSL verification, HTTPS without SSL verification, HTTP), %2$s: URL being tested 17124 #: inc/managers/class-domain-manager.php:10 3017124 #: inc/managers/class-domain-manager.php:1029 17125 17125 #, php-format 17126 17126 msgid "Testing domain verification via Loopback using %1$s: %2$s" … … 17128 17128 17129 17129 #. translators: %1$s: Protocol label (HTTPS with SSL verification, HTTPS without SSL verification, HTTP), %2$s: Error Message 17130 #: inc/managers/class-domain-manager.php:105 317130 #: inc/managers/class-domain-manager.php:1052 17131 17131 #, php-format 17132 17132 msgid "Failed to connect via %1$s: %2$s" … … 17134 17134 17135 17135 #. translators: %1$s: Protocol label (HTTPS with SSL verification, HTTPS without SSL verification, HTTP), %2$s: HTTP Response Code 17136 #: inc/managers/class-domain-manager.php:107 117136 #: inc/managers/class-domain-manager.php:1070 17137 17137 #, php-format 17138 17138 msgid "Loopback request via %1$s returned HTTP %2$d" … … 17140 17140 17141 17141 #. translators: %1$s: Protocol label (HTTPS with SSL verification, HTTPS without SSL verification, HTTP), %2$s: Json error, %3$s part of the response 17142 #: inc/managers/class-domain-manager.php:108 817142 #: inc/managers/class-domain-manager.php:1087 17143 17143 #, php-format 17144 17144 msgid "Loopback response via %1$s is not valid JSON: %2$s : %3$s" … … 17146 17146 17147 17147 #. translators: %1$s: Protocol label (HTTPS with SSL verification, HTTPS without SSL verification, HTTP), %2$s: Domain ID number 17148 #: inc/managers/class-domain-manager.php:110 417148 #: inc/managers/class-domain-manager.php:1103 17149 17149 #, php-format 17150 17150 msgid "Domain verification successful via Loopback using %1$s. Domain ID %2$d confirmed." … … 17152 17152 17153 17153 #. translators: %1$s: Protocol label (HTTPS with SSL verification, HTTPS without SSL verification, HTTP), %2$s: Domain ID number, %3$s Domain ID number 17154 #: inc/managers/class-domain-manager.php:111 717154 #: inc/managers/class-domain-manager.php:1116 17155 17155 #, php-format 17156 17156 msgid "Loopback response via %1$s did not contain expected domain ID. Expected: %2$d, Got: %3$s" 17157 17157 msgstr "" 17158 17158 17159 #: inc/managers/class-domain-manager.php:112 817159 #: inc/managers/class-domain-manager.php:1127 17160 17160 msgid "Domain verification failed via loopback on all protocols (HTTPS with SSL, HTTPS without SSL, HTTP)." 17161 17161 msgstr "" -
ultimate-multisite/trunk/readme.txt
r3379163 r3387852 6 6 Requires PHP: 7.4.30 7 7 Tested up to: 6.8 8 Stable tag: 2.4. 68 Stable tag: 2.4.7 9 9 License: GPLv2 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 228 228 229 229 == Changelog == 230 231 Version [2.4.7] - Released on 2025-10-31 232 - Fixed: Conflict with YesCookie plugin. 233 - Improved: Thumbnail image quality on template selection in the checkout. 234 - Fixed: Redirect from secondary domains to primary domain. 235 - Fixed: Choosing templates for checkout form builder. 236 - Fixed: Extra domain creation with subdirectory installation. 237 - Improved: Allow html in custom domain instructions. 230 238 231 239 Version [2.4.6] - Released on 2025-10-15 -
ultimate-multisite/trunk/ultimate-multisite.php
r3379163 r3387852 5 5 * Plugin URI: https://ultimatemultisite.com 6 6 * Text Domain: ultimate-multisite 7 * Version: 2.4. 67 * Version: 2.4.7 8 8 * Author: Ultimate Multisite Community 9 9 * Author URI: https://github.com/superdav42/wp-multisite-waas … … 31 31 * @category Core 32 32 * @package WP_Ultimo 33 * @version 2.4. 633 * @version 2.4.7 34 34 */ 35 35 -
ultimate-multisite/trunk/vendor/composer/installed.php
r3379163 r3387852 2 2 'root' => array( 3 3 'name' => 'devstone/ultimate-multisite', 4 'pretty_version' => '2.4. 6',5 'version' => '2.4. 6.0',4 'pretty_version' => '2.4.7', 5 'version' => '2.4.7.0', 6 6 'reference' => null, 7 7 'type' => 'wordpress-plugin', … … 183 183 ), 184 184 'devstone/ultimate-multisite' => array( 185 'pretty_version' => '2.4. 6',186 'version' => '2.4. 6.0',185 'pretty_version' => '2.4.7', 186 'version' => '2.4.7.0', 187 187 'reference' => null, 188 188 'type' => 'wordpress-plugin', -
ultimate-multisite/trunk/vendor/composer/jetpack_autoload_classmap.php
r3379163 r3387852 2055 2055 ), 2056 2056 'MUCD_Data' => array( 2057 'version' => '2.4. 6.0',2057 'version' => '2.4.7.0', 2058 2058 'path' => $baseDir . '/inc/duplication/data.php' 2059 2059 ), 2060 2060 'MUCD_Duplicate' => array( 2061 'version' => '2.4. 6.0',2061 'version' => '2.4.7.0', 2062 2062 'path' => $baseDir . '/inc/duplication/duplicate.php' 2063 2063 ), 2064 2064 'MUCD_Files' => array( 2065 'version' => '2.4. 6.0',2065 'version' => '2.4.7.0', 2066 2066 'path' => $baseDir . '/inc/duplication/files.php' 2067 2067 ), 2068 2068 'MUCD_Functions' => array( 2069 'version' => '2.4. 6.0',2069 'version' => '2.4.7.0', 2070 2070 'path' => $baseDir . '/inc/duplication/functions.php' 2071 2071 ), 2072 2072 'MUCD_Log' => array( 2073 'version' => '2.4. 6.0',2073 'version' => '2.4.7.0', 2074 2074 'path' => $baseDir . '/inc/duplication/log.php' 2075 2075 ), 2076 2076 'MUCD_Option' => array( 2077 'version' => '2.4. 6.0',2077 'version' => '2.4.7.0', 2078 2078 'path' => $baseDir . '/inc/duplication/option.php' 2079 2079 ), … … 2083 2083 ), 2084 2084 'Mercator\\Mapping' => array( 2085 'version' => '2.4. 6.0',2085 'version' => '2.4.7.0', 2086 2086 'path' => $baseDir . '/inc/deprecated/mercator.php' 2087 2087 ), … … 3879 3879 ), 3880 3880 'Rector\\Tests\\TypeDeclaration\\Rector\\YodaConditionsRector\\YodaConditionsRectorTest' => array( 3881 'version' => '2.4. 6.0',3881 'version' => '2.4.7.0', 3882 3882 'path' => $baseDir . '/utils/rector/tests/Rector/YodaConditionsRector/YodaConditionsRectorTest.php' 3883 3883 ), … … 6367 6367 ), 6368 6368 'Utils\\Rector\\Rector\\YodaConditionsRector' => array( 6369 'version' => '2.4. 6.0',6369 'version' => '2.4.7.0', 6370 6370 'path' => $baseDir . '/utils/rector/src/Rector/YodaConditionsRector.php' 6371 6371 ), … … 6383 6383 ), 6384 6384 'WP_Ultimo' => array( 6385 'version' => '2.4. 6.0',6385 'version' => '2.4.7.0', 6386 6386 'path' => $baseDir . '/inc/class-wp-ultimo.php' 6387 6387 ), 6388 6388 'WP_Ultimo\\API' => array( 6389 'version' => '2.4. 6.0',6389 'version' => '2.4.7.0', 6390 6390 'path' => $baseDir . '/inc/class-api.php' 6391 6391 ), 6392 6392 'WP_Ultimo\\API\\Register_Endpoint' => array( 6393 'version' => '2.4. 6.0',6393 'version' => '2.4.7.0', 6394 6394 'path' => $baseDir . '/inc/api/class-register-endpoint.php' 6395 6395 ), 6396 6396 'WP_Ultimo\\Addon_Repository' => array( 6397 'version' => '2.4. 6.0',6397 'version' => '2.4.7.0', 6398 6398 'path' => $baseDir . '/inc/class-addon-repository.php' 6399 6399 ), 6400 6400 'WP_Ultimo\\Admin\\Network_Usage_Columns' => array( 6401 'version' => '2.4. 6.0',6401 'version' => '2.4.7.0', 6402 6402 'path' => $baseDir . '/inc/admin/class-network-usage-columns.php' 6403 6403 ), 6404 6404 'WP_Ultimo\\Admin_Notices' => array( 6405 'version' => '2.4. 6.0',6405 'version' => '2.4.7.0', 6406 6406 'path' => $baseDir . '/inc/class-admin-notices.php' 6407 6407 ), 6408 6408 'WP_Ultimo\\Admin_Pages\\Addons_Admin_Page' => array( 6409 'version' => '2.4. 6.0',6409 'version' => '2.4.7.0', 6410 6410 'path' => $baseDir . '/inc/admin-pages/class-addons-admin-page.php' 6411 6411 ), 6412 6412 'WP_Ultimo\\Admin_Pages\\Base_Admin_Page' => array( 6413 'version' => '2.4. 6.0',6413 'version' => '2.4.7.0', 6414 6414 'path' => $baseDir . '/inc/admin-pages/class-base-admin-page.php' 6415 6415 ), 6416 6416 'WP_Ultimo\\Admin_Pages\\Base_Customer_Facing_Admin_Page' => array( 6417 'version' => '2.4. 6.0',6417 'version' => '2.4.7.0', 6418 6418 'path' => $baseDir . '/inc/admin-pages/class-base-customer-facing-admin-page.php' 6419 6419 ), 6420 6420 'WP_Ultimo\\Admin_Pages\\Broadcast_Edit_Admin_Page' => array( 6421 'version' => '2.4. 6.0',6421 'version' => '2.4.7.0', 6422 6422 'path' => $baseDir . '/inc/admin-pages/class-broadcast-edit-admin-page.php' 6423 6423 ), 6424 6424 'WP_Ultimo\\Admin_Pages\\Broadcast_List_Admin_Page' => array( 6425 'version' => '2.4. 6.0',6425 'version' => '2.4.7.0', 6426 6426 'path' => $baseDir . '/inc/admin-pages/class-broadcast-list-admin-page.php' 6427 6427 ), 6428 6428 'WP_Ultimo\\Admin_Pages\\Checkout_Form_Edit_Admin_Page' => array( 6429 'version' => '2.4. 6.0',6429 'version' => '2.4.7.0', 6430 6430 'path' => $baseDir . '/inc/admin-pages/class-checkout-form-edit-admin-page.php' 6431 6431 ), 6432 6432 'WP_Ultimo\\Admin_Pages\\Checkout_Form_List_Admin_Page' => array( 6433 'version' => '2.4. 6.0',6433 'version' => '2.4.7.0', 6434 6434 'path' => $baseDir . '/inc/admin-pages/class-checkout-form-list-admin-page.php' 6435 6435 ), 6436 6436 'WP_Ultimo\\Admin_Pages\\Customer_Edit_Admin_Page' => array( 6437 'version' => '2.4. 6.0',6437 'version' => '2.4.7.0', 6438 6438 'path' => $baseDir . '/inc/admin-pages/class-customer-edit-admin-page.php' 6439 6439 ), 6440 6440 'WP_Ultimo\\Admin_Pages\\Customer_List_Admin_Page' => array( 6441 'version' => '2.4. 6.0',6441 'version' => '2.4.7.0', 6442 6442 'path' => $baseDir . '/inc/admin-pages/class-customer-list-admin-page.php' 6443 6443 ), 6444 6444 'WP_Ultimo\\Admin_Pages\\Customer_Panel\\Account_Admin_Page' => array( 6445 'version' => '2.4. 6.0',6445 'version' => '2.4.7.0', 6446 6446 'path' => $baseDir . '/inc/admin-pages/customer-panel/class-account-admin-page.php' 6447 6447 ), 6448 6448 'WP_Ultimo\\Admin_Pages\\Customer_Panel\\Add_New_Site_Admin_Page' => array( 6449 'version' => '2.4. 6.0',6449 'version' => '2.4.7.0', 6450 6450 'path' => $baseDir . '/inc/admin-pages/customer-panel/class-add-new-site-admin-page.php' 6451 6451 ), 6452 6452 'WP_Ultimo\\Admin_Pages\\Customer_Panel\\Checkout_Admin_Page' => array( 6453 'version' => '2.4. 6.0',6453 'version' => '2.4.7.0', 6454 6454 'path' => $baseDir . '/inc/admin-pages/customer-panel/class-checkout-admin-page.php' 6455 6455 ), 6456 6456 'WP_Ultimo\\Admin_Pages\\Customer_Panel\\My_Sites_Admin_Page' => array( 6457 'version' => '2.4. 6.0',6457 'version' => '2.4.7.0', 6458 6458 'path' => $baseDir . '/inc/admin-pages/customer-panel/class-my-sites-admin-page.php' 6459 6459 ), 6460 6460 'WP_Ultimo\\Admin_Pages\\Customer_Panel\\Template_Switching_Admin_Page' => array( 6461 'version' => '2.4. 6.0',6461 'version' => '2.4.7.0', 6462 6462 'path' => $baseDir . '/inc/admin-pages/customer-panel/class-template-switching-admin-page.php' 6463 6463 ), 6464 6464 'WP_Ultimo\\Admin_Pages\\Customizer_Admin_Page' => array( 6465 'version' => '2.4. 6.0',6465 'version' => '2.4.7.0', 6466 6466 'path' => $baseDir . '/inc/admin-pages/class-customizer-admin-page.php' 6467 6467 ), 6468 6468 'WP_Ultimo\\Admin_Pages\\Dashboard_Admin_Page' => array( 6469 'version' => '2.4. 6.0',6469 'version' => '2.4.7.0', 6470 6470 'path' => $baseDir . '/inc/admin-pages/class-dashboard-admin-page.php' 6471 6471 ), 6472 6472 'WP_Ultimo\\Admin_Pages\\Debug\\Debug_Admin_Page' => array( 6473 'version' => '2.4. 6.0',6473 'version' => '2.4.7.0', 6474 6474 'path' => $baseDir . '/inc/admin-pages/debug/class-debug-admin-page.php' 6475 6475 ), 6476 6476 'WP_Ultimo\\Admin_Pages\\Discount_Code_Edit_Admin_Page' => array( 6477 'version' => '2.4. 6.0',6477 'version' => '2.4.7.0', 6478 6478 'path' => $baseDir . '/inc/admin-pages/class-discount-code-edit-admin-page.php' 6479 6479 ), 6480 6480 'WP_Ultimo\\Admin_Pages\\Discount_Code_List_Admin_Page' => array( 6481 'version' => '2.4. 6.0',6481 'version' => '2.4.7.0', 6482 6482 'path' => $baseDir . '/inc/admin-pages/class-discount-code-list-admin-page.php' 6483 6483 ), 6484 6484 'WP_Ultimo\\Admin_Pages\\Domain_Edit_Admin_Page' => array( 6485 'version' => '2.4. 6.0',6485 'version' => '2.4.7.0', 6486 6486 'path' => $baseDir . '/inc/admin-pages/class-domain-edit-admin-page.php' 6487 6487 ), 6488 6488 'WP_Ultimo\\Admin_Pages\\Domain_List_Admin_Page' => array( 6489 'version' => '2.4. 6.0',6489 'version' => '2.4.7.0', 6490 6490 'path' => $baseDir . '/inc/admin-pages/class-domain-list-admin-page.php' 6491 6491 ), 6492 6492 'WP_Ultimo\\Admin_Pages\\Edit_Admin_Page' => array( 6493 'version' => '2.4. 6.0',6493 'version' => '2.4.7.0', 6494 6494 'path' => $baseDir . '/inc/admin-pages/class-edit-admin-page.php' 6495 6495 ), 6496 6496 'WP_Ultimo\\Admin_Pages\\Email_Edit_Admin_Page' => array( 6497 'version' => '2.4. 6.0',6497 'version' => '2.4.7.0', 6498 6498 'path' => $baseDir . '/inc/admin-pages/class-email-edit-admin-page.php' 6499 6499 ), 6500 6500 'WP_Ultimo\\Admin_Pages\\Email_List_Admin_Page' => array( 6501 'version' => '2.4. 6.0',6501 'version' => '2.4.7.0', 6502 6502 'path' => $baseDir . '/inc/admin-pages/class-email-list-admin-page.php' 6503 6503 ), 6504 6504 'WP_Ultimo\\Admin_Pages\\Email_Template_Customize_Admin_Page' => array( 6505 'version' => '2.4. 6.0',6505 'version' => '2.4.7.0', 6506 6506 'path' => $baseDir . '/inc/admin-pages/class-email-template-customize-admin-page.php' 6507 6507 ), 6508 6508 'WP_Ultimo\\Admin_Pages\\Event_List_Admin_Page' => array( 6509 'version' => '2.4. 6.0',6509 'version' => '2.4.7.0', 6510 6510 'path' => $baseDir . '/inc/admin-pages/class-event-list-admin-page.php' 6511 6511 ), 6512 6512 'WP_Ultimo\\Admin_Pages\\Event_View_Admin_Page' => array( 6513 'version' => '2.4. 6.0',6513 'version' => '2.4.7.0', 6514 6514 'path' => $baseDir . '/inc/admin-pages/class-event-view-admin-page.php' 6515 6515 ), 6516 6516 'WP_Ultimo\\Admin_Pages\\Hosting_Integration_Wizard_Admin_Page' => array( 6517 'version' => '2.4. 6.0',6517 'version' => '2.4.7.0', 6518 6518 'path' => $baseDir . '/inc/admin-pages/class-hosting-integration-wizard-admin-page.php' 6519 6519 ), 6520 6520 'WP_Ultimo\\Admin_Pages\\Invoice_Template_Customize_Admin_Page' => array( 6521 'version' => '2.4. 6.0',6521 'version' => '2.4.7.0', 6522 6522 'path' => $baseDir . '/inc/admin-pages/class-invoice-template-customize-admin-page.php' 6523 6523 ), 6524 6524 'WP_Ultimo\\Admin_Pages\\Jobs_List_Admin_Page' => array( 6525 'version' => '2.4. 6.0',6525 'version' => '2.4.7.0', 6526 6526 'path' => $baseDir . '/inc/admin-pages/class-jobs-list-admin-page.php' 6527 6527 ), 6528 6528 'WP_Ultimo\\Admin_Pages\\List_Admin_Page' => array( 6529 'version' => '2.4. 6.0',6529 'version' => '2.4.7.0', 6530 6530 'path' => $baseDir . '/inc/admin-pages/class-list-admin-page.php' 6531 6531 ), 6532 6532 'WP_Ultimo\\Admin_Pages\\Membership_Edit_Admin_Page' => array( 6533 'version' => '2.4. 6.0',6533 'version' => '2.4.7.0', 6534 6534 'path' => $baseDir . '/inc/admin-pages/class-membership-edit-admin-page.php' 6535 6535 ), 6536 6536 'WP_Ultimo\\Admin_Pages\\Membership_List_Admin_Page' => array( 6537 'version' => '2.4. 6.0',6537 'version' => '2.4.7.0', 6538 6538 'path' => $baseDir . '/inc/admin-pages/class-membership-list-admin-page.php' 6539 6539 ), 6540 6540 'WP_Ultimo\\Admin_Pages\\Migration_Alert_Admin_Page' => array( 6541 'version' => '2.4. 6.0',6541 'version' => '2.4.7.0', 6542 6542 'path' => $baseDir . '/inc/admin-pages/class-migration-alert-admin-page.php' 6543 6543 ), 6544 6544 'WP_Ultimo\\Admin_Pages\\Payment_Edit_Admin_Page' => array( 6545 'version' => '2.4. 6.0',6545 'version' => '2.4.7.0', 6546 6546 'path' => $baseDir . '/inc/admin-pages/class-payment-edit-admin-page.php' 6547 6547 ), 6548 6548 'WP_Ultimo\\Admin_Pages\\Payment_List_Admin_Page' => array( 6549 'version' => '2.4. 6.0',6549 'version' => '2.4.7.0', 6550 6550 'path' => $baseDir . '/inc/admin-pages/class-payment-list-admin-page.php' 6551 6551 ), 6552 6552 'WP_Ultimo\\Admin_Pages\\Placeholders_Admin_Page' => array( 6553 'version' => '2.4. 6.0',6553 'version' => '2.4.7.0', 6554 6554 'path' => $baseDir . '/inc/admin-pages/class-placeholders-admin-page.php' 6555 6555 ), 6556 6556 'WP_Ultimo\\Admin_Pages\\Product_Edit_Admin_Page' => array( 6557 'version' => '2.4. 6.0',6557 'version' => '2.4.7.0', 6558 6558 'path' => $baseDir . '/inc/admin-pages/class-product-edit-admin-page.php' 6559 6559 ), 6560 6560 'WP_Ultimo\\Admin_Pages\\Product_List_Admin_Page' => array( 6561 'version' => '2.4. 6.0',6561 'version' => '2.4.7.0', 6562 6562 'path' => $baseDir . '/inc/admin-pages/class-product-list-admin-page.php' 6563 6563 ), 6564 6564 'WP_Ultimo\\Admin_Pages\\Settings_Admin_Page' => array( 6565 'version' => '2.4. 6.0',6565 'version' => '2.4.7.0', 6566 6566 'path' => $baseDir . '/inc/admin-pages/class-settings-admin-page.php' 6567 6567 ), 6568 6568 'WP_Ultimo\\Admin_Pages\\Setup_Wizard_Admin_Page' => array( 6569 'version' => '2.4. 6.0',6569 'version' => '2.4.7.0', 6570 6570 'path' => $baseDir . '/inc/admin-pages/class-setup-wizard-admin-page.php' 6571 6571 ), 6572 6572 'WP_Ultimo\\Admin_Pages\\Shortcodes_Admin_Page' => array( 6573 'version' => '2.4. 6.0',6573 'version' => '2.4.7.0', 6574 6574 'path' => $baseDir . '/inc/admin-pages/class-shortcodes-admin-page.php' 6575 6575 ), 6576 6576 'WP_Ultimo\\Admin_Pages\\Site_Edit_Admin_Page' => array( 6577 'version' => '2.4. 6.0',6577 'version' => '2.4.7.0', 6578 6578 'path' => $baseDir . '/inc/admin-pages/class-site-edit-admin-page.php' 6579 6579 ), 6580 6580 'WP_Ultimo\\Admin_Pages\\Site_List_Admin_Page' => array( 6581 'version' => '2.4. 6.0',6581 'version' => '2.4.7.0', 6582 6582 'path' => $baseDir . '/inc/admin-pages/class-site-list-admin-page.php' 6583 6583 ), 6584 6584 'WP_Ultimo\\Admin_Pages\\System_Info_Admin_Page' => array( 6585 'version' => '2.4. 6.0',6585 'version' => '2.4.7.0', 6586 6586 'path' => $baseDir . '/inc/admin-pages/class-system-info-admin-page.php' 6587 6587 ), 6588 6588 'WP_Ultimo\\Admin_Pages\\Tax_Rates_Admin_Page' => array( 6589 'version' => '2.4. 6.0',6589 'version' => '2.4.7.0', 6590 6590 'path' => $baseDir . '/inc/admin-pages/class-tax-rates-admin-page.php' 6591 6591 ), 6592 6592 'WP_Ultimo\\Admin_Pages\\Template_Previewer_Customize_Admin_Page' => array( 6593 'version' => '2.4. 6.0',6593 'version' => '2.4.7.0', 6594 6594 'path' => $baseDir . '/inc/admin-pages/class-template-previewer-customize-admin-page.php' 6595 6595 ), 6596 6596 'WP_Ultimo\\Admin_Pages\\Top_Admin_Nav_Menu' => array( 6597 'version' => '2.4. 6.0',6597 'version' => '2.4.7.0', 6598 6598 'path' => $baseDir . '/inc/admin-pages/class-top-admin-nav-menu.php' 6599 6599 ), 6600 6600 'WP_Ultimo\\Admin_Pages\\View_Logs_Admin_Page' => array( 6601 'version' => '2.4. 6.0',6601 'version' => '2.4.7.0', 6602 6602 'path' => $baseDir . '/inc/admin-pages/class-view-logs-admin-page.php' 6603 6603 ), 6604 6604 'WP_Ultimo\\Admin_Pages\\Webhook_Edit_Admin_Page' => array( 6605 'version' => '2.4. 6.0',6605 'version' => '2.4.7.0', 6606 6606 'path' => $baseDir . '/inc/admin-pages/class-webhook-edit-admin-page.php' 6607 6607 ), 6608 6608 'WP_Ultimo\\Admin_Pages\\Webhook_List_Admin_Page' => array( 6609 'version' => '2.4. 6.0',6609 'version' => '2.4.7.0', 6610 6610 'path' => $baseDir . '/inc/admin-pages/class-webhook-list-admin-page.php' 6611 6611 ), 6612 6612 'WP_Ultimo\\Admin_Pages\\Wizard_Admin_Page' => array( 6613 'version' => '2.4. 6.0',6613 'version' => '2.4.7.0', 6614 6614 'path' => $baseDir . '/inc/admin-pages/class-wizard-admin-page.php' 6615 6615 ), 6616 6616 'WP_Ultimo\\Admin_Themes_Compatibility' => array( 6617 'version' => '2.4. 6.0',6617 'version' => '2.4.7.0', 6618 6618 'path' => $baseDir . '/inc/class-admin-themes-compatibility.php' 6619 6619 ), 6620 6620 'WP_Ultimo\\Ajax' => array( 6621 'version' => '2.4. 6.0',6621 'version' => '2.4.7.0', 6622 6622 'path' => $baseDir . '/inc/class-ajax.php' 6623 6623 ), 6624 6624 'WP_Ultimo\\Apis\\Rest_Api' => array( 6625 'version' => '2.4. 6.0',6625 'version' => '2.4.7.0', 6626 6626 'path' => $baseDir . '/inc/api/trait-rest-api.php' 6627 6627 ), 6628 6628 'WP_Ultimo\\Apis\\WP_CLI' => array( 6629 'version' => '2.4. 6.0',6629 'version' => '2.4.7.0', 6630 6630 'path' => $baseDir . '/inc/api/trait-wp-cli.php' 6631 6631 ), 6632 6632 'WP_Ultimo\\Async_Calls' => array( 6633 'version' => '2.4. 6.0',6633 'version' => '2.4.7.0', 6634 6634 'path' => $baseDir . '/inc/class-async-calls.php' 6635 6635 ), 6636 6636 'WP_Ultimo\\Autoloader' => array( 6637 'version' => '2.4. 6.0',6637 'version' => '2.4.7.0', 6638 6638 'path' => $baseDir . '/inc/class-autoloader.php' 6639 6639 ), 6640 6640 'WP_Ultimo\\Builders\\Block_Editor\\Block_Editor_Widget_Manager' => array( 6641 'version' => '2.4. 6.0',6641 'version' => '2.4.7.0', 6642 6642 'path' => $baseDir . '/inc/builders/block-editor/class-block-editor-widget-manager.php' 6643 6643 ), 6644 6644 'WP_Ultimo\\Checkout\\Cart' => array( 6645 'version' => '2.4. 6.0',6645 'version' => '2.4.7.0', 6646 6646 'path' => $baseDir . '/inc/checkout/class-cart.php' 6647 6647 ), 6648 6648 'WP_Ultimo\\Checkout\\Checkout' => array( 6649 'version' => '2.4. 6.0',6649 'version' => '2.4.7.0', 6650 6650 'path' => $baseDir . '/inc/checkout/class-checkout.php' 6651 6651 ), 6652 6652 'WP_Ultimo\\Checkout\\Checkout_Pages' => array( 6653 'version' => '2.4. 6.0',6653 'version' => '2.4.7.0', 6654 6654 'path' => $baseDir . '/inc/checkout/class-checkout-pages.php' 6655 6655 ), 6656 6656 'WP_Ultimo\\Checkout\\Legacy_Checkout' => array( 6657 'version' => '2.4. 6.0',6657 'version' => '2.4.7.0', 6658 6658 'path' => $baseDir . '/inc/checkout/class-legacy-checkout.php' 6659 6659 ), 6660 6660 'WP_Ultimo\\Checkout\\Line_Item' => array( 6661 'version' => '2.4. 6.0',6661 'version' => '2.4.7.0', 6662 6662 'path' => $baseDir . '/inc/checkout/class-line-item.php' 6663 6663 ), 6664 6664 'WP_Ultimo\\Checkout\\Signup_Fields\\Base_Signup_Field' => array( 6665 'version' => '2.4. 6.0',6665 'version' => '2.4.7.0', 6666 6666 'path' => $baseDir . '/inc/checkout/signup-fields/class-base-signup-field.php' 6667 6667 ), 6668 6668 'WP_Ultimo\\Checkout\\Signup_Fields\\Field_Templates\\Base_Field_Template' => array( 6669 'version' => '2.4. 6.0',6669 'version' => '2.4.7.0', 6670 6670 'path' => $baseDir . '/inc/checkout/signup-fields/field-templates/class-base-field-template.php' 6671 6671 ), 6672 6672 'WP_Ultimo\\Checkout\\Signup_Fields\\Field_Templates\\Order_Bump\\Simple_Order_Bump_Field_Template' => array( 6673 'version' => '2.4. 6.0',6673 'version' => '2.4.7.0', 6674 6674 'path' => $baseDir . '/inc/checkout/signup-fields/field-templates/order-bump/class-simple-order-bump-field-template.php' 6675 6675 ), 6676 6676 'WP_Ultimo\\Checkout\\Signup_Fields\\Field_Templates\\Order_Summary\\Clean_Order_Summary_Field_Template' => array( 6677 'version' => '2.4. 6.0',6677 'version' => '2.4.7.0', 6678 6678 'path' => $baseDir . '/inc/checkout/signup-fields/field-templates/order-summary/class-clean-order-summary-field-template.php' 6679 6679 ), 6680 6680 'WP_Ultimo\\Checkout\\Signup_Fields\\Field_Templates\\Period_Selection\\Clean_Period_Selection_Field_Template' => array( 6681 'version' => '2.4. 6.0',6681 'version' => '2.4.7.0', 6682 6682 'path' => $baseDir . '/inc/checkout/signup-fields/field-templates/period-selection/class-clean-period-selection-field-template.php' 6683 6683 ), 6684 6684 'WP_Ultimo\\Checkout\\Signup_Fields\\Field_Templates\\Period_Selection\\Legacy_Period_Selection_Field_Template' => array( 6685 'version' => '2.4. 6.0',6685 'version' => '2.4.7.0', 6686 6686 'path' => $baseDir . '/inc/checkout/signup-fields/field-templates/period-selection/class-legacy-period-selection-field-template.php' 6687 6687 ), 6688 6688 'WP_Ultimo\\Checkout\\Signup_Fields\\Field_Templates\\Pricing_Table\\Legacy_Pricing_Table_Field_Template' => array( 6689 'version' => '2.4. 6.0',6689 'version' => '2.4.7.0', 6690 6690 'path' => $baseDir . '/inc/checkout/signup-fields/field-templates/pricing-table/class-legacy-pricing-table-field-template.php' 6691 6691 ), 6692 6692 'WP_Ultimo\\Checkout\\Signup_Fields\\Field_Templates\\Pricing_Table\\List_Pricing_Table_Field_Template' => array( 6693 'version' => '2.4. 6.0',6693 'version' => '2.4.7.0', 6694 6694 'path' => $baseDir . '/inc/checkout/signup-fields/field-templates/pricing-table/class-list-pricing-table-field-template.php' 6695 6695 ), 6696 6696 'WP_Ultimo\\Checkout\\Signup_Fields\\Field_Templates\\Steps\\Clean_Steps_Field_Template' => array( 6697 'version' => '2.4. 6.0',6697 'version' => '2.4.7.0', 6698 6698 'path' => $baseDir . '/inc/checkout/signup-fields/field-templates/steps/class-clean-steps-field-template.php' 6699 6699 ), 6700 6700 'WP_Ultimo\\Checkout\\Signup_Fields\\Field_Templates\\Steps\\Legacy_Steps_Field_Template' => array( 6701 'version' => '2.4. 6.0',6701 'version' => '2.4.7.0', 6702 6702 'path' => $baseDir . '/inc/checkout/signup-fields/field-templates/steps/class-legacy-steps-field-template.php' 6703 6703 ), 6704 6704 'WP_Ultimo\\Checkout\\Signup_Fields\\Field_Templates\\Steps\\Minimal_Steps_Field_Template' => array( 6705 'version' => '2.4. 6.0',6705 'version' => '2.4.7.0', 6706 6706 'path' => $baseDir . '/inc/checkout/signup-fields/field-templates/steps/class-minimal-steps-field-template.php' 6707 6707 ), 6708 6708 'WP_Ultimo\\Checkout\\Signup_Fields\\Field_Templates\\Template_Selection\\Clean_Template_Selection_Field_Template' => array( 6709 'version' => '2.4. 6.0',6709 'version' => '2.4.7.0', 6710 6710 'path' => $baseDir . '/inc/checkout/signup-fields/field-templates/template-selection/class-clean-template-selection-field-template.php' 6711 6711 ), 6712 6712 'WP_Ultimo\\Checkout\\Signup_Fields\\Field_Templates\\Template_Selection\\Legacy_Template_Selection_Field_Template' => array( 6713 'version' => '2.4. 6.0',6713 'version' => '2.4.7.0', 6714 6714 'path' => $baseDir . '/inc/checkout/signup-fields/field-templates/template-selection/class-legacy-template-selection-field-template.php' 6715 6715 ), 6716 6716 'WP_Ultimo\\Checkout\\Signup_Fields\\Field_Templates\\Template_Selection\\Minimal_Template_Selection_Field_Template' => array( 6717 'version' => '2.4. 6.0',6717 'version' => '2.4.7.0', 6718 6718 'path' => $baseDir . '/inc/checkout/signup-fields/field-templates/template-selection/class-minimal-template-selection-field-template.php' 6719 6719 ), 6720 6720 'WP_Ultimo\\Checkout\\Signup_Fields\\Signup_Field_Billing_Address' => array( 6721 'version' => '2.4. 6.0',6721 'version' => '2.4.7.0', 6722 6722 'path' => $baseDir . '/inc/checkout/signup-fields/class-signup-field-billing-address.php' 6723 6723 ), 6724 6724 'WP_Ultimo\\Checkout\\Signup_Fields\\Signup_Field_Checkbox' => array( 6725 'version' => '2.4. 6.0',6725 'version' => '2.4.7.0', 6726 6726 'path' => $baseDir . '/inc/checkout/signup-fields/class-signup-field-checkbox.php' 6727 6727 ), 6728 6728 'WP_Ultimo\\Checkout\\Signup_Fields\\Signup_Field_Color' => array( 6729 'version' => '2.4. 6.0',6729 'version' => '2.4.7.0', 6730 6730 'path' => $baseDir . '/inc/checkout/signup-fields/class-signup-field-color.php' 6731 6731 ), 6732 6732 'WP_Ultimo\\Checkout\\Signup_Fields\\Signup_Field_Discount_Code' => array( 6733 'version' => '2.4. 6.0',6733 'version' => '2.4.7.0', 6734 6734 'path' => $baseDir . '/inc/checkout/signup-fields/class-signup-field-discount-code.php' 6735 6735 ), 6736 6736 'WP_Ultimo\\Checkout\\Signup_Fields\\Signup_Field_Email' => array( 6737 'version' => '2.4. 6.0',6737 'version' => '2.4.7.0', 6738 6738 'path' => $baseDir . '/inc/checkout/signup-fields/class-signup-field-email.php' 6739 6739 ), 6740 6740 'WP_Ultimo\\Checkout\\Signup_Fields\\Signup_Field_Hidden' => array( 6741 'version' => '2.4. 6.0',6741 'version' => '2.4.7.0', 6742 6742 'path' => $baseDir . '/inc/checkout/signup-fields/class-signup-field-hidden.php' 6743 6743 ), 6744 6744 'WP_Ultimo\\Checkout\\Signup_Fields\\Signup_Field_Order_Bump' => array( 6745 'version' => '2.4. 6.0',6745 'version' => '2.4.7.0', 6746 6746 'path' => $baseDir . '/inc/checkout/signup-fields/class-signup-field-order-bump.php' 6747 6747 ), 6748 6748 'WP_Ultimo\\Checkout\\Signup_Fields\\Signup_Field_Order_Summary' => array( 6749 'version' => '2.4. 6.0',6749 'version' => '2.4.7.0', 6750 6750 'path' => $baseDir . '/inc/checkout/signup-fields/class-signup-field-order-summary.php' 6751 6751 ), 6752 6752 'WP_Ultimo\\Checkout\\Signup_Fields\\Signup_Field_Password' => array( 6753 'version' => '2.4. 6.0',6753 'version' => '2.4.7.0', 6754 6754 'path' => $baseDir . '/inc/checkout/signup-fields/class-signup-field-password.php' 6755 6755 ), 6756 6756 'WP_Ultimo\\Checkout\\Signup_Fields\\Signup_Field_Payment' => array( 6757 'version' => '2.4. 6.0',6757 'version' => '2.4.7.0', 6758 6758 'path' => $baseDir . '/inc/checkout/signup-fields/class-signup-field-payment.php' 6759 6759 ), 6760 6760 'WP_Ultimo\\Checkout\\Signup_Fields\\Signup_Field_Period_Selection' => array( 6761 'version' => '2.4. 6.0',6761 'version' => '2.4.7.0', 6762 6762 'path' => $baseDir . '/inc/checkout/signup-fields/class-signup-field-period-selection.php' 6763 6763 ), 6764 6764 'WP_Ultimo\\Checkout\\Signup_Fields\\Signup_Field_Pricing_Table' => array( 6765 'version' => '2.4. 6.0',6765 'version' => '2.4.7.0', 6766 6766 'path' => $baseDir . '/inc/checkout/signup-fields/class-signup-field-pricing-table.php' 6767 6767 ), 6768 6768 'WP_Ultimo\\Checkout\\Signup_Fields\\Signup_Field_Products' => array( 6769 'version' => '2.4. 6.0',6769 'version' => '2.4.7.0', 6770 6770 'path' => $baseDir . '/inc/checkout/signup-fields/class-signup-field-products.php' 6771 6771 ), 6772 6772 'WP_Ultimo\\Checkout\\Signup_Fields\\Signup_Field_Select' => array( 6773 'version' => '2.4. 6.0',6773 'version' => '2.4.7.0', 6774 6774 'path' => $baseDir . '/inc/checkout/signup-fields/class-signup-field-select.php' 6775 6775 ), 6776 6776 'WP_Ultimo\\Checkout\\Signup_Fields\\Signup_Field_Shortcode' => array( 6777 'version' => '2.4. 6.0',6777 'version' => '2.4.7.0', 6778 6778 'path' => $baseDir . '/inc/checkout/signup-fields/class-signup-field-shortcode.php' 6779 6779 ), 6780 6780 'WP_Ultimo\\Checkout\\Signup_Fields\\Signup_Field_Site_Title' => array( 6781 'version' => '2.4. 6.0',6781 'version' => '2.4.7.0', 6782 6782 'path' => $baseDir . '/inc/checkout/signup-fields/class-signup-field-site-title.php' 6783 6783 ), 6784 6784 'WP_Ultimo\\Checkout\\Signup_Fields\\Signup_Field_Site_Url' => array( 6785 'version' => '2.4. 6.0',6785 'version' => '2.4.7.0', 6786 6786 'path' => $baseDir . '/inc/checkout/signup-fields/class-signup-field-site-url.php' 6787 6787 ), 6788 6788 'WP_Ultimo\\Checkout\\Signup_Fields\\Signup_Field_Steps' => array( 6789 'version' => '2.4. 6.0',6789 'version' => '2.4.7.0', 6790 6790 'path' => $baseDir . '/inc/checkout/signup-fields/class-signup-field-steps.php' 6791 6791 ), 6792 6792 'WP_Ultimo\\Checkout\\Signup_Fields\\Signup_Field_Submit_Button' => array( 6793 'version' => '2.4. 6.0',6793 'version' => '2.4.7.0', 6794 6794 'path' => $baseDir . '/inc/checkout/signup-fields/class-signup-field-submit-button.php' 6795 6795 ), 6796 6796 'WP_Ultimo\\Checkout\\Signup_Fields\\Signup_Field_Template_Selection' => array( 6797 'version' => '2.4. 6.0',6797 'version' => '2.4.7.0', 6798 6798 'path' => $baseDir . '/inc/checkout/signup-fields/class-signup-field-template-selection.php' 6799 6799 ), 6800 6800 'WP_Ultimo\\Checkout\\Signup_Fields\\Signup_Field_Terms_Of_Use' => array( 6801 'version' => '2.4. 6.0',6801 'version' => '2.4.7.0', 6802 6802 'path' => $baseDir . '/inc/checkout/signup-fields/class-signup-field-terms-of-use.php' 6803 6803 ), 6804 6804 'WP_Ultimo\\Checkout\\Signup_Fields\\Signup_Field_Text' => array( 6805 'version' => '2.4. 6.0',6805 'version' => '2.4.7.0', 6806 6806 'path' => $baseDir . '/inc/checkout/signup-fields/class-signup-field-text.php' 6807 6807 ), 6808 6808 'WP_Ultimo\\Checkout\\Signup_Fields\\Signup_Field_Username' => array( 6809 'version' => '2.4. 6.0',6809 'version' => '2.4.7.0', 6810 6810 'path' => $baseDir . '/inc/checkout/signup-fields/class-signup-field-username.php' 6811 6811 ), 6812 6812 'WP_Ultimo\\Compat\\AS_Admin_View' => array( 6813 'version' => '2.4. 6.0',6813 'version' => '2.4.7.0', 6814 6814 'path' => $baseDir . '/inc/compat/class-as-admin-view.php' 6815 6815 ), 6816 6816 'WP_Ultimo\\Compat\\ActionScheduler_OptionLock_UM' => array( 6817 'version' => '2.4. 6.0',6817 'version' => '2.4.7.0', 6818 6818 'path' => $baseDir . '/inc/compat/class-actionscheduler-optionlock-um.php' 6819 6819 ), 6820 6820 'WP_Ultimo\\Compat\\Auto_Delete_Users_Compat' => array( 6821 'version' => '2.4. 6.0',6821 'version' => '2.4.7.0', 6822 6822 'path' => $baseDir . '/inc/compat/class-auto-delete-users-compat.php' 6823 6823 ), 6824 6824 'WP_Ultimo\\Compat\\Edit_Users_Compat' => array( 6825 'version' => '2.4. 6.0',6825 'version' => '2.4.7.0', 6826 6826 'path' => $baseDir . '/inc/compat/class-edit-users-compat.php' 6827 6827 ), 6828 6828 'WP_Ultimo\\Compat\\Elementor_Compat' => array( 6829 'version' => '2.4. 6.0',6829 'version' => '2.4.7.0', 6830 6830 'path' => $baseDir . '/inc/compat/class-elementor-compat.php' 6831 6831 ), 6832 6832 'WP_Ultimo\\Compat\\General_Compat' => array( 6833 'version' => '2.4. 6.0',6833 'version' => '2.4.7.0', 6834 6834 'path' => $baseDir . '/inc/compat/class-general-compat.php' 6835 6835 ), 6836 6836 'WP_Ultimo\\Compat\\Gutenberg_Support' => array( 6837 'version' => '2.4. 6.0',6837 'version' => '2.4.7.0', 6838 6838 'path' => $baseDir . '/inc/compat/class-gutenberg-support.php' 6839 6839 ), 6840 6840 'WP_Ultimo\\Compat\\Honeypot_Compat' => array( 6841 'version' => '2.4. 6.0',6841 'version' => '2.4.7.0', 6842 6842 'path' => $baseDir . '/inc/compat/class-honeypot-compat.php' 6843 6843 ), 6844 6844 'WP_Ultimo\\Compat\\Legacy_Shortcodes' => array( 6845 'version' => '2.4. 6.0',6845 'version' => '2.4.7.0', 6846 6846 'path' => $baseDir . '/inc/compat/class-legacy-shortcodes.php' 6847 6847 ), 6848 6848 'WP_Ultimo\\Compat\\Login_WP_Compat' => array( 6849 'version' => '2.4. 6.0',6849 'version' => '2.4.7.0', 6850 6850 'path' => $baseDir . '/inc/compat/class-login-wp-compat.php' 6851 6851 ), 6852 6852 'WP_Ultimo\\Compat\\Multiple_Accounts_Compat' => array( 6853 'version' => '2.4. 6.0',6853 'version' => '2.4.7.0', 6854 6854 'path' => $baseDir . '/inc/compat/class-multiple-accounts-compat.php' 6855 6855 ), … … 6859 6859 ), 6860 6860 'WP_Ultimo\\Contracts\\Session' => array( 6861 'version' => '2.4. 6.0',6861 'version' => '2.4.7.0', 6862 6862 'path' => $baseDir . '/inc/contracts/Session.php' 6863 6863 ), 6864 6864 'WP_Ultimo\\Country\\Country' => array( 6865 'version' => '2.4. 6.0',6865 'version' => '2.4.7.0', 6866 6866 'path' => $baseDir . '/inc/country/class-country.php' 6867 6867 ), 6868 6868 'WP_Ultimo\\Country\\Country_BR' => array( 6869 'version' => '2.4. 6.0',6869 'version' => '2.4.7.0', 6870 6870 'path' => $baseDir . '/inc/country/class-country-br.php' 6871 6871 ), 6872 6872 'WP_Ultimo\\Country\\Country_CA' => array( 6873 'version' => '2.4. 6.0',6873 'version' => '2.4.7.0', 6874 6874 'path' => $baseDir . '/inc/country/class-country-ca.php' 6875 6875 ), 6876 6876 'WP_Ultimo\\Country\\Country_CN' => array( 6877 'version' => '2.4. 6.0',6877 'version' => '2.4.7.0', 6878 6878 'path' => $baseDir . '/inc/country/class-country-cn.php' 6879 6879 ), 6880 6880 'WP_Ultimo\\Country\\Country_DE' => array( 6881 'version' => '2.4. 6.0',6881 'version' => '2.4.7.0', 6882 6882 'path' => $baseDir . '/inc/country/class-country-de.php' 6883 6883 ), 6884 6884 'WP_Ultimo\\Country\\Country_Default' => array( 6885 'version' => '2.4. 6.0',6885 'version' => '2.4.7.0', 6886 6886 'path' => $baseDir . '/inc/country/class-country-default.php' 6887 6887 ), 6888 6888 'WP_Ultimo\\Country\\Country_ES' => array( 6889 'version' => '2.4. 6.0',6889 'version' => '2.4.7.0', 6890 6890 'path' => $baseDir . '/inc/country/class-country-es.php' 6891 6891 ), 6892 6892 'WP_Ultimo\\Country\\Country_FR' => array( 6893 'version' => '2.4. 6.0',6893 'version' => '2.4.7.0', 6894 6894 'path' => $baseDir . '/inc/country/class-country-fr.php' 6895 6895 ), 6896 6896 'WP_Ultimo\\Country\\Country_GB' => array( 6897 'version' => '2.4. 6.0',6897 'version' => '2.4.7.0', 6898 6898 'path' => $baseDir . '/inc/country/class-country-gb.php' 6899 6899 ), 6900 6900 'WP_Ultimo\\Country\\Country_IN' => array( 6901 'version' => '2.4. 6.0',6901 'version' => '2.4.7.0', 6902 6902 'path' => $baseDir . '/inc/country/class-country-in.php' 6903 6903 ), 6904 6904 'WP_Ultimo\\Country\\Country_JP' => array( 6905 'version' => '2.4. 6.0',6905 'version' => '2.4.7.0', 6906 6906 'path' => $baseDir . '/inc/country/class-country-jp.php' 6907 6907 ), 6908 6908 'WP_Ultimo\\Country\\Country_MX' => array( 6909 'version' => '2.4. 6.0',6909 'version' => '2.4.7.0', 6910 6910 'path' => $baseDir . '/inc/country/class-country-mx.php' 6911 6911 ), 6912 6912 'WP_Ultimo\\Country\\Country_MY' => array( 6913 'version' => '2.4. 6.0',6913 'version' => '2.4.7.0', 6914 6914 'path' => $baseDir . '/inc/country/class-country-my.php' 6915 6915 ), 6916 6916 'WP_Ultimo\\Country\\Country_NE' => array( 6917 'version' => '2.4. 6.0',6917 'version' => '2.4.7.0', 6918 6918 'path' => $baseDir . '/inc/country/class-country-ne.php' 6919 6919 ), 6920 6920 'WP_Ultimo\\Country\\Country_NL' => array( 6921 'version' => '2.4. 6.0',6921 'version' => '2.4.7.0', 6922 6922 'path' => $baseDir . '/inc/country/class-country-nl.php' 6923 6923 ), 6924 6924 'WP_Ultimo\\Country\\Country_RU' => array( 6925 'version' => '2.4. 6.0',6925 'version' => '2.4.7.0', 6926 6926 'path' => $baseDir . '/inc/country/class-country-ru.php' 6927 6927 ), 6928 6928 'WP_Ultimo\\Country\\Country_SG' => array( 6929 'version' => '2.4. 6.0',6929 'version' => '2.4.7.0', 6930 6930 'path' => $baseDir . '/inc/country/class-country-sg.php' 6931 6931 ), 6932 6932 'WP_Ultimo\\Country\\Country_TR' => array( 6933 'version' => '2.4. 6.0',6933 'version' => '2.4.7.0', 6934 6934 'path' => $baseDir . '/inc/country/class-country-tr.php' 6935 6935 ), 6936 6936 'WP_Ultimo\\Country\\Country_US' => array( 6937 'version' => '2.4. 6.0',6937 'version' => '2.4.7.0', 6938 6938 'path' => $baseDir . '/inc/country/class-country-us.php' 6939 6939 ), 6940 6940 'WP_Ultimo\\Country\\Country_ZA' => array( 6941 'version' => '2.4. 6.0',6941 'version' => '2.4.7.0', 6942 6942 'path' => $baseDir . '/inc/country/class-country-za.php' 6943 6943 ), 6944 6944 'WP_Ultimo\\Credits' => array( 6945 'version' => '2.4. 6.0',6945 'version' => '2.4.7.0', 6946 6946 'path' => $baseDir . '/inc/class-credits.php' 6947 6947 ), 6948 6948 'WP_Ultimo\\Cron' => array( 6949 'version' => '2.4. 6.0',6949 'version' => '2.4.7.0', 6950 6950 'path' => $baseDir . '/inc/class-cron.php' 6951 6951 ), 6952 6952 'WP_Ultimo\\Current' => array( 6953 'version' => '2.4. 6.0',6953 'version' => '2.4.7.0', 6954 6954 'path' => $baseDir . '/inc/class-current.php' 6955 6955 ), 6956 6956 'WP_Ultimo\\Dashboard_Statistics' => array( 6957 'version' => '2.4. 6.0',6957 'version' => '2.4.7.0', 6958 6958 'path' => $baseDir . '/inc/class-dashboard-statistics.php' 6959 6959 ), 6960 6960 'WP_Ultimo\\Dashboard_Widgets' => array( 6961 'version' => '2.4. 6.0',6961 'version' => '2.4.7.0', 6962 6962 'path' => $baseDir . '/inc/class-dashboard-widgets.php' 6963 6963 ), 6964 6964 'WP_Ultimo\\Database\\Broadcasts\\Broadcast_Query' => array( 6965 'version' => '2.4. 6.0',6965 'version' => '2.4.7.0', 6966 6966 'path' => $baseDir . '/inc/database/broadcasts/class-broadcast-query.php' 6967 6967 ), 6968 6968 'WP_Ultimo\\Database\\Checkout_Forms\\Checkout_Form_Query' => array( 6969 'version' => '2.4. 6.0',6969 'version' => '2.4.7.0', 6970 6970 'path' => $baseDir . '/inc/database/checkout-forms/class-checkout-form-query.php' 6971 6971 ), 6972 6972 'WP_Ultimo\\Database\\Checkout_Forms\\Checkout_Forms_Meta_Table' => array( 6973 'version' => '2.4. 6.0',6973 'version' => '2.4.7.0', 6974 6974 'path' => $baseDir . '/inc/database/checkout-forms/class-checkout-forms-meta-table.php' 6975 6975 ), 6976 6976 'WP_Ultimo\\Database\\Checkout_Forms\\Checkout_Forms_Schema' => array( 6977 'version' => '2.4. 6.0',6977 'version' => '2.4.7.0', 6978 6978 'path' => $baseDir . '/inc/database/checkout-forms/class-checkout-forms-schema.php' 6979 6979 ), 6980 6980 'WP_Ultimo\\Database\\Checkout_Forms\\Checkout_Forms_Table' => array( 6981 'version' => '2.4. 6.0',6981 'version' => '2.4.7.0', 6982 6982 'path' => $baseDir . '/inc/database/checkout-forms/class-checkout-forms-table.php' 6983 6983 ), 6984 6984 'WP_Ultimo\\Database\\Customers\\Customer_Query' => array( 6985 'version' => '2.4. 6.0',6985 'version' => '2.4.7.0', 6986 6986 'path' => $baseDir . '/inc/database/customers/class-customer-query.php' 6987 6987 ), 6988 6988 'WP_Ultimo\\Database\\Customers\\Customers_Meta_Table' => array( 6989 'version' => '2.4. 6.0',6989 'version' => '2.4.7.0', 6990 6990 'path' => $baseDir . '/inc/database/customers/class-customers-meta-table.php' 6991 6991 ), 6992 6992 'WP_Ultimo\\Database\\Customers\\Customers_Schema' => array( 6993 'version' => '2.4. 6.0',6993 'version' => '2.4.7.0', 6994 6994 'path' => $baseDir . '/inc/database/customers/class-customers-schema.php' 6995 6995 ), 6996 6996 'WP_Ultimo\\Database\\Customers\\Customers_Table' => array( 6997 'version' => '2.4. 6.0',6997 'version' => '2.4.7.0', 6998 6998 'path' => $baseDir . '/inc/database/customers/class-customers-table.php' 6999 6999 ), 7000 7000 'WP_Ultimo\\Database\\Discount_Codes\\Discount_Code_Query' => array( 7001 'version' => '2.4. 6.0',7001 'version' => '2.4.7.0', 7002 7002 'path' => $baseDir . '/inc/database/discount-codes/class-discount-code-query.php' 7003 7003 ), 7004 7004 'WP_Ultimo\\Database\\Discount_Codes\\Discount_Codes_Meta_Table' => array( 7005 'version' => '2.4. 6.0',7005 'version' => '2.4.7.0', 7006 7006 'path' => $baseDir . '/inc/database/discount-codes/class-discount-codes-meta-table.php' 7007 7007 ), 7008 7008 'WP_Ultimo\\Database\\Discount_Codes\\Discount_Codes_Schema' => array( 7009 'version' => '2.4. 6.0',7009 'version' => '2.4.7.0', 7010 7010 'path' => $baseDir . '/inc/database/discount-codes/class-discount-codes-schema.php' 7011 7011 ), 7012 7012 'WP_Ultimo\\Database\\Discount_Codes\\Discount_Codes_Table' => array( 7013 'version' => '2.4. 6.0',7013 'version' => '2.4.7.0', 7014 7014 'path' => $baseDir . '/inc/database/discount-codes/class-discount-codes-table.php' 7015 7015 ), 7016 7016 'WP_Ultimo\\Database\\Domains\\Domain_Query' => array( 7017 'version' => '2.4. 6.0',7017 'version' => '2.4.7.0', 7018 7018 'path' => $baseDir . '/inc/database/domains/class-domain-query.php' 7019 7019 ), 7020 7020 'WP_Ultimo\\Database\\Domains\\Domain_Stage' => array( 7021 'version' => '2.4. 6.0',7021 'version' => '2.4.7.0', 7022 7022 'path' => $baseDir . '/inc/database/domains/class-domain-stage.php' 7023 7023 ), 7024 7024 'WP_Ultimo\\Database\\Domains\\Domains_Schema' => array( 7025 'version' => '2.4. 6.0',7025 'version' => '2.4.7.0', 7026 7026 'path' => $baseDir . '/inc/database/domains/class-domains-schema.php' 7027 7027 ), 7028 7028 'WP_Ultimo\\Database\\Domains\\Domains_Table' => array( 7029 'version' => '2.4. 6.0',7029 'version' => '2.4.7.0', 7030 7030 'path' => $baseDir . '/inc/database/domains/class-domains-table.php' 7031 7031 ), 7032 7032 'WP_Ultimo\\Database\\Emails\\Email_Query' => array( 7033 'version' => '2.4. 6.0',7033 'version' => '2.4.7.0', 7034 7034 'path' => $baseDir . '/inc/database/emails/class-email-query.php' 7035 7035 ), 7036 7036 'WP_Ultimo\\Database\\Engine\\Base' => array( 7037 'version' => '2.4. 6.0',7037 'version' => '2.4.7.0', 7038 7038 'path' => $baseDir . '/inc/database/engine/class-base.php' 7039 7039 ), 7040 7040 'WP_Ultimo\\Database\\Engine\\Column' => array( 7041 'version' => '2.4. 6.0',7041 'version' => '2.4.7.0', 7042 7042 'path' => $baseDir . '/inc/database/engine/class-column.php' 7043 7043 ), 7044 7044 'WP_Ultimo\\Database\\Engine\\Compare' => array( 7045 'version' => '2.4. 6.0',7045 'version' => '2.4.7.0', 7046 7046 'path' => $baseDir . '/inc/database/engine/class-compare.php' 7047 7047 ), 7048 7048 'WP_Ultimo\\Database\\Engine\\Date' => array( 7049 'version' => '2.4. 6.0',7049 'version' => '2.4.7.0', 7050 7050 'path' => $baseDir . '/inc/database/engine/class-date.php' 7051 7051 ), 7052 7052 'WP_Ultimo\\Database\\Engine\\Enum' => array( 7053 'version' => '2.4. 6.0',7053 'version' => '2.4.7.0', 7054 7054 'path' => $baseDir . '/inc/database/engine/class-enum.php' 7055 7055 ), 7056 7056 'WP_Ultimo\\Database\\Engine\\Meta' => array( 7057 'version' => '2.4. 6.0',7057 'version' => '2.4.7.0', 7058 7058 'path' => $baseDir . '/inc/database/engine/class-meta.php' 7059 7059 ), 7060 7060 'WP_Ultimo\\Database\\Engine\\Query' => array( 7061 'version' => '2.4. 6.0',7061 'version' => '2.4.7.0', 7062 7062 'path' => $baseDir . '/inc/database/engine/class-query.php' 7063 7063 ), 7064 7064 'WP_Ultimo\\Database\\Engine\\Row' => array( 7065 'version' => '2.4. 6.0',7065 'version' => '2.4.7.0', 7066 7066 'path' => $baseDir . '/inc/database/engine/class-row.php' 7067 7067 ), 7068 7068 'WP_Ultimo\\Database\\Engine\\Schema' => array( 7069 'version' => '2.4. 6.0',7069 'version' => '2.4.7.0', 7070 7070 'path' => $baseDir . '/inc/database/engine/class-schema.php' 7071 7071 ), 7072 7072 'WP_Ultimo\\Database\\Engine\\Table' => array( 7073 'version' => '2.4. 6.0',7073 'version' => '2.4.7.0', 7074 7074 'path' => $baseDir . '/inc/database/engine/class-table.php' 7075 7075 ), 7076 7076 'WP_Ultimo\\Database\\Events\\Event_Query' => array( 7077 'version' => '2.4. 6.0',7077 'version' => '2.4.7.0', 7078 7078 'path' => $baseDir . '/inc/database/events/class-event-query.php' 7079 7079 ), 7080 7080 'WP_Ultimo\\Database\\Events\\Events_Schema' => array( 7081 'version' => '2.4. 6.0',7081 'version' => '2.4.7.0', 7082 7082 'path' => $baseDir . '/inc/database/events/class-events-schema.php' 7083 7083 ), 7084 7084 'WP_Ultimo\\Database\\Events\\Events_Table' => array( 7085 'version' => '2.4. 6.0',7085 'version' => '2.4.7.0', 7086 7086 'path' => $baseDir . '/inc/database/events/class-events-table.php' 7087 7087 ), 7088 7088 'WP_Ultimo\\Database\\Memberships\\Membership_Query' => array( 7089 'version' => '2.4. 6.0',7089 'version' => '2.4.7.0', 7090 7090 'path' => $baseDir . '/inc/database/memberships/class-membership-query.php' 7091 7091 ), 7092 7092 'WP_Ultimo\\Database\\Memberships\\Membership_Status' => array( 7093 'version' => '2.4. 6.0',7093 'version' => '2.4.7.0', 7094 7094 'path' => $baseDir . '/inc/database/memberships/class-membership-status.php' 7095 7095 ), 7096 7096 'WP_Ultimo\\Database\\Memberships\\Memberships_Meta_Table' => array( 7097 'version' => '2.4. 6.0',7097 'version' => '2.4.7.0', 7098 7098 'path' => $baseDir . '/inc/database/memberships/class-memberships-meta-table.php' 7099 7099 ), 7100 7100 'WP_Ultimo\\Database\\Memberships\\Memberships_Schema' => array( 7101 'version' => '2.4. 6.0',7101 'version' => '2.4.7.0', 7102 7102 'path' => $baseDir . '/inc/database/memberships/class-memberships-schema.php' 7103 7103 ), 7104 7104 'WP_Ultimo\\Database\\Memberships\\Memberships_Table' => array( 7105 'version' => '2.4. 6.0',7105 'version' => '2.4.7.0', 7106 7106 'path' => $baseDir . '/inc/database/memberships/class-memberships-table.php' 7107 7107 ), 7108 7108 'WP_Ultimo\\Database\\Payments\\Payment_Query' => array( 7109 'version' => '2.4. 6.0',7109 'version' => '2.4.7.0', 7110 7110 'path' => $baseDir . '/inc/database/payments/class-payment-query.php' 7111 7111 ), 7112 7112 'WP_Ultimo\\Database\\Payments\\Payment_Status' => array( 7113 'version' => '2.4. 6.0',7113 'version' => '2.4.7.0', 7114 7114 'path' => $baseDir . '/inc/database/payments/class-payment-status.php' 7115 7115 ), 7116 7116 'WP_Ultimo\\Database\\Payments\\Payments_Meta_Table' => array( 7117 'version' => '2.4. 6.0',7117 'version' => '2.4.7.0', 7118 7118 'path' => $baseDir . '/inc/database/payments/class-payments-meta-table.php' 7119 7119 ), 7120 7120 'WP_Ultimo\\Database\\Payments\\Payments_Schema' => array( 7121 'version' => '2.4. 6.0',7121 'version' => '2.4.7.0', 7122 7122 'path' => $baseDir . '/inc/database/payments/class-payments-schema.php' 7123 7123 ), 7124 7124 'WP_Ultimo\\Database\\Payments\\Payments_Table' => array( 7125 'version' => '2.4. 6.0',7125 'version' => '2.4.7.0', 7126 7126 'path' => $baseDir . '/inc/database/payments/class-payments-table.php' 7127 7127 ), 7128 7128 'WP_Ultimo\\Database\\Posts\\Post_Query' => array( 7129 'version' => '2.4. 6.0',7129 'version' => '2.4.7.0', 7130 7130 'path' => $baseDir . '/inc/database/posts/class-post-query.php' 7131 7131 ), 7132 7132 'WP_Ultimo\\Database\\Posts\\Posts_Meta_Table' => array( 7133 'version' => '2.4. 6.0',7133 'version' => '2.4.7.0', 7134 7134 'path' => $baseDir . '/inc/database/posts/class-posts-meta-table.php' 7135 7135 ), 7136 7136 'WP_Ultimo\\Database\\Posts\\Posts_Schema' => array( 7137 'version' => '2.4. 6.0',7137 'version' => '2.4.7.0', 7138 7138 'path' => $baseDir . '/inc/database/posts/class-posts-schema.php' 7139 7139 ), 7140 7140 'WP_Ultimo\\Database\\Posts\\Posts_Table' => array( 7141 'version' => '2.4. 6.0',7141 'version' => '2.4.7.0', 7142 7142 'path' => $baseDir . '/inc/database/posts/class-posts-table.php' 7143 7143 ), 7144 7144 'WP_Ultimo\\Database\\Products\\Product_Query' => array( 7145 'version' => '2.4. 6.0',7145 'version' => '2.4.7.0', 7146 7146 'path' => $baseDir . '/inc/database/products/class-product-query.php' 7147 7147 ), 7148 7148 'WP_Ultimo\\Database\\Products\\Product_Type' => array( 7149 'version' => '2.4. 6.0',7149 'version' => '2.4.7.0', 7150 7150 'path' => $baseDir . '/inc/database/products/class-product-type.php' 7151 7151 ), 7152 7152 'WP_Ultimo\\Database\\Products\\Products_Meta_Table' => array( 7153 'version' => '2.4. 6.0',7153 'version' => '2.4.7.0', 7154 7154 'path' => $baseDir . '/inc/database/products/class-products-meta-table.php' 7155 7155 ), 7156 7156 'WP_Ultimo\\Database\\Products\\Products_Schema' => array( 7157 'version' => '2.4. 6.0',7157 'version' => '2.4.7.0', 7158 7158 'path' => $baseDir . '/inc/database/products/class-products-schema.php' 7159 7159 ), 7160 7160 'WP_Ultimo\\Database\\Products\\Products_Table' => array( 7161 'version' => '2.4. 6.0',7161 'version' => '2.4.7.0', 7162 7162 'path' => $baseDir . '/inc/database/products/class-products-table.php' 7163 7163 ), 7164 7164 'WP_Ultimo\\Database\\Sites\\Site_Query' => array( 7165 'version' => '2.4. 6.0',7165 'version' => '2.4.7.0', 7166 7166 'path' => $baseDir . '/inc/database/sites/class-site-query.php' 7167 7167 ), 7168 7168 'WP_Ultimo\\Database\\Sites\\Site_Type' => array( 7169 'version' => '2.4. 6.0',7169 'version' => '2.4.7.0', 7170 7170 'path' => $baseDir . '/inc/database/sites/class-site-type.php' 7171 7171 ), 7172 7172 'WP_Ultimo\\Database\\Sites\\Sites_Meta_Table' => array( 7173 'version' => '2.4. 6.0',7173 'version' => '2.4.7.0', 7174 7174 'path' => $baseDir . '/inc/database/sites/class-sites-meta-table.php' 7175 7175 ), 7176 7176 'WP_Ultimo\\Database\\Sites\\Sites_Schema' => array( 7177 'version' => '2.4. 6.0',7177 'version' => '2.4.7.0', 7178 7178 'path' => $baseDir . '/inc/database/sites/class-sites-schema.php' 7179 7179 ), 7180 7180 'WP_Ultimo\\Database\\Sites\\Sites_Table' => array( 7181 'version' => '2.4. 6.0',7181 'version' => '2.4.7.0', 7182 7182 'path' => $baseDir . '/inc/database/sites/class-sites-table.php' 7183 7183 ), 7184 7184 'WP_Ultimo\\Database\\Webhooks\\Webhook_Query' => array( 7185 'version' => '2.4. 6.0',7185 'version' => '2.4.7.0', 7186 7186 'path' => $baseDir . '/inc/database/webhooks/class-webhook-query.php' 7187 7187 ), 7188 7188 'WP_Ultimo\\Database\\Webhooks\\Webhooks_Schema' => array( 7189 'version' => '2.4. 6.0',7189 'version' => '2.4.7.0', 7190 7190 'path' => $baseDir . '/inc/database/webhooks/class-webhooks-schema.php' 7191 7191 ), 7192 7192 'WP_Ultimo\\Database\\Webhooks\\Webhooks_Table' => array( 7193 'version' => '2.4. 6.0',7193 'version' => '2.4.7.0', 7194 7194 'path' => $baseDir . '/inc/database/webhooks/class-webhooks-table.php' 7195 7195 ), 7196 7196 'WP_Ultimo\\Debug\\Debug' => array( 7197 'version' => '2.4. 6.0',7197 'version' => '2.4.7.0', 7198 7198 'path' => $baseDir . '/inc/debug/class-debug.php' 7199 7199 ), 7200 7200 'WP_Ultimo\\Development\\Query_Monitor\\Collectors\\Collector_Overview' => array( 7201 'version' => '2.4. 6.0',7201 'version' => '2.4.7.0', 7202 7202 'path' => $baseDir . '/inc/development/query-monitor/collectors/class-collector-overview.php' 7203 7203 ), 7204 7204 'WP_Ultimo\\Development\\Query_Monitor\\Panel\\Overview' => array( 7205 'version' => '2.4. 6.0',7205 'version' => '2.4.7.0', 7206 7206 'path' => $baseDir . '/inc/development/query-monitor/panel/class-overview.php' 7207 7207 ), 7208 7208 'WP_Ultimo\\Development\\Toolkit' => array( 7209 'version' => '2.4. 6.0',7209 'version' => '2.4.7.0', 7210 7210 'path' => $baseDir . '/inc/development/class-toolkit.php' 7211 7211 ), 7212 7212 'WP_Ultimo\\Documentation' => array( 7213 'version' => '2.4. 6.0',7213 'version' => '2.4.7.0', 7214 7214 'path' => $baseDir . '/inc/class-documentation.php' 7215 7215 ), 7216 7216 'WP_Ultimo\\Domain_Mapping' => array( 7217 'version' => '2.4. 6.0',7217 'version' => '2.4.7.0', 7218 7218 'path' => $baseDir . '/inc/class-domain-mapping.php' 7219 7219 ), 7220 7220 'WP_Ultimo\\Domain_Mapping\\Helper' => array( 7221 'version' => '2.4. 6.0',7221 'version' => '2.4.7.0', 7222 7222 'path' => $baseDir . '/inc/domain-mapping/class-helper.php' 7223 7223 ), 7224 7224 'WP_Ultimo\\Domain_Mapping\\Primary_Domain' => array( 7225 'version' => '2.4. 6.0',7225 'version' => '2.4.7.0', 7226 7226 'path' => $baseDir . '/inc/domain-mapping/class-primary-domain.php' 7227 7227 ), 7228 7228 'WP_Ultimo\\Domain_Mapping\\SSO\\SSO' => array( 7229 'version' => '2.4. 6.0',7229 'version' => '2.4.7.0', 7230 7230 'path' => $baseDir . '/inc/domain-mapping/class-sso.php' 7231 7231 ), 7232 7232 'WP_Ultimo\\Exception\\Runtime_Exception' => array( 7233 'version' => '2.4. 6.0',7233 'version' => '2.4.7.0', 7234 7234 'path' => $baseDir . '/inc/exception/class-runtime-exception.php' 7235 7235 ), 7236 7236 'WP_Ultimo\\Faker' => array( 7237 'version' => '2.4. 6.0',7237 'version' => '2.4.7.0', 7238 7238 'path' => $baseDir . '/inc/class-faker.php' 7239 7239 ), 7240 7240 'WP_Ultimo\\Gateways\\Base_Gateway' => array( 7241 'version' => '2.4. 6.0',7241 'version' => '2.4.7.0', 7242 7242 'path' => $baseDir . '/inc/gateways/class-base-gateway.php' 7243 7243 ), 7244 7244 'WP_Ultimo\\Gateways\\Base_Stripe_Gateway' => array( 7245 'version' => '2.4. 6.0',7245 'version' => '2.4.7.0', 7246 7246 'path' => $baseDir . '/inc/gateways/class-base-stripe-gateway.php' 7247 7247 ), 7248 7248 'WP_Ultimo\\Gateways\\Free_Gateway' => array( 7249 'version' => '2.4. 6.0',7249 'version' => '2.4.7.0', 7250 7250 'path' => $baseDir . '/inc/gateways/class-free-gateway.php' 7251 7251 ), 7252 7252 'WP_Ultimo\\Gateways\\Ignorable_Exception' => array( 7253 'version' => '2.4. 6.0',7253 'version' => '2.4.7.0', 7254 7254 'path' => $baseDir . '/inc/gateways/class-ignorable-exception.php' 7255 7255 ), 7256 7256 'WP_Ultimo\\Gateways\\Manual_Gateway' => array( 7257 'version' => '2.4. 6.0',7257 'version' => '2.4.7.0', 7258 7258 'path' => $baseDir . '/inc/gateways/class-manual-gateway.php' 7259 7259 ), 7260 7260 'WP_Ultimo\\Gateways\\PayPal_Gateway' => array( 7261 'version' => '2.4. 6.0',7261 'version' => '2.4.7.0', 7262 7262 'path' => $baseDir . '/inc/gateways/class-paypal-gateway.php' 7263 7263 ), 7264 7264 'WP_Ultimo\\Gateways\\Stripe_Checkout_Gateway' => array( 7265 'version' => '2.4. 6.0',7265 'version' => '2.4.7.0', 7266 7266 'path' => $baseDir . '/inc/gateways/class-stripe-checkout-gateway.php' 7267 7267 ), 7268 7268 'WP_Ultimo\\Gateways\\Stripe_Gateway' => array( 7269 'version' => '2.4. 6.0',7269 'version' => '2.4.7.0', 7270 7270 'path' => $baseDir . '/inc/gateways/class-stripe-gateway.php' 7271 7271 ), 7272 7272 'WP_Ultimo\\Geolocation' => array( 7273 'version' => '2.4. 6.0',7273 'version' => '2.4.7.0', 7274 7274 'path' => $baseDir . '/inc/class-geolocation.php' 7275 7275 ), 7276 7276 'WP_Ultimo\\Helper' => array( 7277 'version' => '2.4. 6.0',7277 'version' => '2.4.7.0', 7278 7278 'path' => $baseDir . '/inc/class-helper.php' 7279 7279 ), 7280 7280 'WP_Ultimo\\Helpers\\Arr' => array( 7281 'version' => '2.4. 6.0',7281 'version' => '2.4.7.0', 7282 7282 'path' => $baseDir . '/inc/helpers/class-arr.php' 7283 7283 ), 7284 7284 'WP_Ultimo\\Helpers\\Hash' => array( 7285 'version' => '2.4. 6.0',7285 'version' => '2.4.7.0', 7286 7286 'path' => $baseDir . '/inc/helpers/class-hash.php' 7287 7287 ), 7288 7288 'WP_Ultimo\\Helpers\\Screenshot' => array( 7289 'version' => '2.4. 6.0',7289 'version' => '2.4.7.0', 7290 7290 'path' => $baseDir . '/inc/helpers/class-screenshot.php' 7291 7291 ), 7292 7292 'WP_Ultimo\\Helpers\\Sender' => array( 7293 'version' => '2.4. 6.0',7293 'version' => '2.4.7.0', 7294 7294 'path' => $baseDir . '/inc/helpers/class-sender.php' 7295 7295 ), 7296 7296 'WP_Ultimo\\Helpers\\Site_Duplicator' => array( 7297 'version' => '2.4. 6.0',7297 'version' => '2.4.7.0', 7298 7298 'path' => $baseDir . '/inc/helpers/class-site-duplicator.php' 7299 7299 ), 7300 7300 'WP_Ultimo\\Helpers\\Validation_Rules\\Checkout_Steps' => array( 7301 'version' => '2.4. 6.0',7301 'version' => '2.4.7.0', 7302 7302 'path' => $baseDir . '/inc/helpers/validation-rules/class-checkout-steps.php' 7303 7303 ), 7304 7304 'WP_Ultimo\\Helpers\\Validation_Rules\\City' => array( 7305 'version' => '2.4. 6.0',7305 'version' => '2.4.7.0', 7306 7306 'path' => $baseDir . '/inc/helpers/validation-rules/class-city.php' 7307 7307 ), 7308 7308 'WP_Ultimo\\Helpers\\Validation_Rules\\Country' => array( 7309 'version' => '2.4. 6.0',7309 'version' => '2.4.7.0', 7310 7310 'path' => $baseDir . '/inc/helpers/validation-rules/class-country.php' 7311 7311 ), 7312 7312 'WP_Ultimo\\Helpers\\Validation_Rules\\Domain' => array( 7313 'version' => '2.4. 6.0',7313 'version' => '2.4.7.0', 7314 7314 'path' => $baseDir . '/inc/helpers/validation-rules/class-domain.php' 7315 7315 ), 7316 7316 'WP_Ultimo\\Helpers\\Validation_Rules\\Exists' => array( 7317 'version' => '2.4. 6.0',7317 'version' => '2.4.7.0', 7318 7318 'path' => $baseDir . '/inc/helpers/validation-rules/class-exists.php' 7319 7319 ), 7320 7320 'WP_Ultimo\\Helpers\\Validation_Rules\\Price_Variations' => array( 7321 'version' => '2.4. 6.0',7321 'version' => '2.4.7.0', 7322 7322 'path' => $baseDir . '/inc/helpers/validation-rules/class-price-variations.php' 7323 7323 ), 7324 7324 'WP_Ultimo\\Helpers\\Validation_Rules\\Products' => array( 7325 'version' => '2.4. 6.0',7325 'version' => '2.4.7.0', 7326 7326 'path' => $baseDir . '/inc/helpers/validation-rules/class-products.php' 7327 7327 ), 7328 7328 'WP_Ultimo\\Helpers\\Validation_Rules\\Site_Template' => array( 7329 'version' => '2.4. 6.0',7329 'version' => '2.4.7.0', 7330 7330 'path' => $baseDir . '/inc/helpers/validation-rules/class-site-template.php' 7331 7331 ), 7332 7332 'WP_Ultimo\\Helpers\\Validation_Rules\\State' => array( 7333 'version' => '2.4. 6.0',7333 'version' => '2.4.7.0', 7334 7334 'path' => $baseDir . '/inc/helpers/validation-rules/class-state.php' 7335 7335 ), 7336 7336 'WP_Ultimo\\Helpers\\Validation_Rules\\Unique' => array( 7337 'version' => '2.4. 6.0',7337 'version' => '2.4.7.0', 7338 7338 'path' => $baseDir . '/inc/helpers/validation-rules/class-unique.php' 7339 7339 ), 7340 7340 'WP_Ultimo\\Helpers\\Validation_Rules\\Unique_Site' => array( 7341 'version' => '2.4. 6.0',7341 'version' => '2.4.7.0', 7342 7342 'path' => $baseDir . '/inc/helpers/validation-rules/class-unique-site.php' 7343 7343 ), 7344 7344 'WP_Ultimo\\Helpers\\Validator' => array( 7345 'version' => '2.4. 6.0',7345 'version' => '2.4.7.0', 7346 7346 'path' => $baseDir . '/inc/helpers/class-validator.php' 7347 7347 ), 7348 7348 'WP_Ultimo\\Helpers\\WP_Config' => array( 7349 'version' => '2.4. 6.0',7349 'version' => '2.4.7.0', 7350 7350 'path' => $baseDir . '/inc/helpers/class-wp-config.php' 7351 7351 ), 7352 7352 'WP_Ultimo\\Helpers\\WooCommerce_API_Client' => array( 7353 'version' => '2.4. 6.0',7353 'version' => '2.4.7.0', 7354 7354 'path' => $baseDir . '/inc/helpers/class-woocommerce-api-client.php' 7355 7355 ), 7356 7356 'WP_Ultimo\\Hooks' => array( 7357 'version' => '2.4. 6.0',7357 'version' => '2.4.7.0', 7358 7358 'path' => $baseDir . '/inc/class-hooks.php' 7359 7359 ), 7360 7360 'WP_Ultimo\\Installers\\Base_Installer' => array( 7361 'version' => '2.4. 6.0',7361 'version' => '2.4.7.0', 7362 7362 'path' => $baseDir . '/inc/installers/class-base-installer.php' 7363 7363 ), 7364 7364 'WP_Ultimo\\Installers\\Core_Installer' => array( 7365 'version' => '2.4. 6.0',7365 'version' => '2.4.7.0', 7366 7366 'path' => $baseDir . '/inc/installers/class-core-installer.php' 7367 7367 ), 7368 7368 'WP_Ultimo\\Installers\\Default_Content_Installer' => array( 7369 'version' => '2.4. 6.0',7369 'version' => '2.4.7.0', 7370 7370 'path' => $baseDir . '/inc/installers/class-default-content-installer.php' 7371 7371 ), 7372 7372 'WP_Ultimo\\Installers\\Migrator' => array( 7373 'version' => '2.4. 6.0',7373 'version' => '2.4.7.0', 7374 7374 'path' => $baseDir . '/inc/installers/class-migrator.php' 7375 7375 ), 7376 7376 'WP_Ultimo\\Installers\\Recommended_Plugins_Installer' => array( 7377 'version' => '2.4. 6.0',7377 'version' => '2.4.7.0', 7378 7378 'path' => $baseDir . '/inc/installers/class-recommended-plugins-installer.php' 7379 7379 ), 7380 7380 'WP_Ultimo\\Integrations\\Host_Providers\\Base_Host_Provider' => array( 7381 'version' => '2.4. 6.0',7381 'version' => '2.4.7.0', 7382 7382 'path' => $baseDir . '/inc/integrations/host-providers/class-base-host-provider.php' 7383 7383 ), 7384 7384 'WP_Ultimo\\Integrations\\Host_Providers\\CPanel_API\\CPanel_API' => array( 7385 'version' => '2.4. 6.0',7385 'version' => '2.4.7.0', 7386 7386 'path' => $baseDir . '/inc/integrations/host-providers/cpanel-api/class-cpanel-api.php' 7387 7387 ), 7388 7388 'WP_Ultimo\\Integrations\\Host_Providers\\CPanel_Host_Provider' => array( 7389 'version' => '2.4. 6.0',7389 'version' => '2.4.7.0', 7390 7390 'path' => $baseDir . '/inc/integrations/host-providers/class-cpanel-host-provider.php' 7391 7391 ), 7392 7392 'WP_Ultimo\\Integrations\\Host_Providers\\Closte_Host_Provider' => array( 7393 'version' => '2.4. 6.0',7393 'version' => '2.4.7.0', 7394 7394 'path' => $baseDir . '/inc/integrations/host-providers/class-closte-host-provider.php' 7395 7395 ), 7396 7396 'WP_Ultimo\\Integrations\\Host_Providers\\Cloudflare_Host_Provider' => array( 7397 'version' => '2.4. 6.0',7397 'version' => '2.4.7.0', 7398 7398 'path' => $baseDir . '/inc/integrations/host-providers/class-cloudflare-host-provider.php' 7399 7399 ), 7400 7400 'WP_Ultimo\\Integrations\\Host_Providers\\Cloudways_Host_Provider' => array( 7401 'version' => '2.4. 6.0',7401 'version' => '2.4.7.0', 7402 7402 'path' => $baseDir . '/inc/integrations/host-providers/class-cloudways-host-provider.php' 7403 7403 ), 7404 7404 'WP_Ultimo\\Integrations\\Host_Providers\\Gridpane_Host_Provider' => array( 7405 'version' => '2.4. 6.0',7405 'version' => '2.4.7.0', 7406 7406 'path' => $baseDir . '/inc/integrations/host-providers/class-gridpane-host-provider.php' 7407 7407 ), 7408 7408 'WP_Ultimo\\Integrations\\Host_Providers\\Runcloud_Host_Provider' => array( 7409 'version' => '2.4. 6.0',7409 'version' => '2.4.7.0', 7410 7410 'path' => $baseDir . '/inc/integrations/host-providers/class-runcloud-host-provider.php' 7411 7411 ), 7412 7412 'WP_Ultimo\\Integrations\\Host_Providers\\ServerPilot_Host_Provider' => array( 7413 'version' => '2.4. 6.0',7413 'version' => '2.4.7.0', 7414 7414 'path' => $baseDir . '/inc/integrations/host-providers/class-serverpilot-host-provider.php' 7415 7415 ), 7416 7416 'WP_Ultimo\\Integrations\\Host_Providers\\WPEngine_Host_Provider' => array( 7417 'version' => '2.4. 6.0',7417 'version' => '2.4.7.0', 7418 7418 'path' => $baseDir . '/inc/integrations/host-providers/class-wpengine-host-provider.php' 7419 7419 ), 7420 7420 'WP_Ultimo\\Integrations\\Host_Providers\\WPMUDEV_Host_Provider' => array( 7421 'version' => '2.4. 6.0',7421 'version' => '2.4.7.0', 7422 7422 'path' => $baseDir . '/inc/integrations/host-providers/class-wpmudev-host-provider.php' 7423 7423 ), 7424 7424 'WP_Ultimo\\Interfaces\\Singleton' => array( 7425 'version' => '2.4. 6.0',7425 'version' => '2.4.7.0', 7426 7426 'path' => $baseDir . '/inc/interfaces/interface-singleton.php' 7427 7427 ), 7428 7428 'WP_Ultimo\\Internal\\Memory_Trap' => array( 7429 'version' => '2.4. 6.0',7429 'version' => '2.4.7.0', 7430 7430 'path' => $baseDir . '/inc/internal/class-memory-trap.php' 7431 7431 ), 7432 7432 'WP_Ultimo\\Invoices\\Invoice' => array( 7433 'version' => '2.4. 6.0',7433 'version' => '2.4.7.0', 7434 7434 'path' => $baseDir . '/inc/invoices/class-invoice.php' 7435 7435 ), 7436 7436 'WP_Ultimo\\License' => array( 7437 'version' => '2.4. 6.0',7437 'version' => '2.4.7.0', 7438 7438 'path' => $baseDir . '/inc/class-license.php' 7439 7439 ), 7440 7440 'WP_Ultimo\\Light_Ajax' => array( 7441 'version' => '2.4. 6.0',7441 'version' => '2.4.7.0', 7442 7442 'path' => $baseDir . '/inc/class-light-ajax.php' 7443 7443 ), 7444 7444 'WP_Ultimo\\Limitations\\Limit' => array( 7445 'version' => '2.4. 6.0',7445 'version' => '2.4.7.0', 7446 7446 'path' => $baseDir . '/inc/limitations/class-limit.php' 7447 7447 ), 7448 7448 'WP_Ultimo\\Limitations\\Limit_Customer_User_Role' => array( 7449 'version' => '2.4. 6.0',7449 'version' => '2.4.7.0', 7450 7450 'path' => $baseDir . '/inc/limitations/class-limit-customer-user-role.php' 7451 7451 ), 7452 7452 'WP_Ultimo\\Limitations\\Limit_Disk_Space' => array( 7453 'version' => '2.4. 6.0',7453 'version' => '2.4.7.0', 7454 7454 'path' => $baseDir . '/inc/limitations/class-limit-disk-space.php' 7455 7455 ), 7456 7456 'WP_Ultimo\\Limitations\\Limit_Domain_Mapping' => array( 7457 'version' => '2.4. 6.0',7457 'version' => '2.4.7.0', 7458 7458 'path' => $baseDir . '/inc/limitations/class-limit-domain-mapping.php' 7459 7459 ), 7460 7460 'WP_Ultimo\\Limitations\\Limit_Hide_Footer_Credits' => array( 7461 'version' => '2.4. 6.0',7461 'version' => '2.4.7.0', 7462 7462 'path' => $baseDir . '/inc/limitations/class-limit-hide-footer-credits.php' 7463 7463 ), 7464 7464 'WP_Ultimo\\Limitations\\Limit_Plugins' => array( 7465 'version' => '2.4. 6.0',7465 'version' => '2.4.7.0', 7466 7466 'path' => $baseDir . '/inc/limitations/class-limit-plugins.php' 7467 7467 ), 7468 7468 'WP_Ultimo\\Limitations\\Limit_Post_Types' => array( 7469 'version' => '2.4. 6.0',7469 'version' => '2.4.7.0', 7470 7470 'path' => $baseDir . '/inc/limitations/class-limit-post-types.php' 7471 7471 ), 7472 7472 'WP_Ultimo\\Limitations\\Limit_Site_Templates' => array( 7473 'version' => '2.4. 6.0',7473 'version' => '2.4.7.0', 7474 7474 'path' => $baseDir . '/inc/limitations/class-limit-site-templates.php' 7475 7475 ), 7476 7476 'WP_Ultimo\\Limitations\\Limit_Sites' => array( 7477 'version' => '2.4. 6.0',7477 'version' => '2.4.7.0', 7478 7478 'path' => $baseDir . '/inc/limitations/class-limit-sites.php' 7479 7479 ), 7480 7480 'WP_Ultimo\\Limitations\\Limit_Subtype' => array( 7481 'version' => '2.4. 6.0',7481 'version' => '2.4.7.0', 7482 7482 'path' => $baseDir . '/inc/limitations/class-limit-subtype.php' 7483 7483 ), 7484 7484 'WP_Ultimo\\Limitations\\Limit_Themes' => array( 7485 'version' => '2.4. 6.0',7485 'version' => '2.4.7.0', 7486 7486 'path' => $baseDir . '/inc/limitations/class-limit-themes.php' 7487 7487 ), 7488 7488 'WP_Ultimo\\Limitations\\Limit_Users' => array( 7489 'version' => '2.4. 6.0',7489 'version' => '2.4.7.0', 7490 7490 'path' => $baseDir . '/inc/limitations/class-limit-users.php' 7491 7491 ), 7492 7492 'WP_Ultimo\\Limitations\\Limit_Visits' => array( 7493 'version' => '2.4. 6.0',7493 'version' => '2.4.7.0', 7494 7494 'path' => $baseDir . '/inc/limitations/class-limit-visits.php' 7495 7495 ), 7496 7496 'WP_Ultimo\\Limits\\Customer_User_Role_Limits' => array( 7497 'version' => '2.4. 6.0',7497 'version' => '2.4.7.0', 7498 7498 'path' => $baseDir . '/inc/limits/class-customer-user-role-limits.php' 7499 7499 ), 7500 7500 'WP_Ultimo\\Limits\\Disk_Space_Limits' => array( 7501 'version' => '2.4. 6.0',7501 'version' => '2.4.7.0', 7502 7502 'path' => $baseDir . '/inc/limits/class-disk-space-limits.php' 7503 7503 ), 7504 7504 'WP_Ultimo\\Limits\\Plugin_Limits' => array( 7505 'version' => '2.4. 6.0',7505 'version' => '2.4.7.0', 7506 7506 'path' => $baseDir . '/inc/limits/class-plugin-limits.php' 7507 7507 ), 7508 7508 'WP_Ultimo\\Limits\\Post_Type_Limits' => array( 7509 'version' => '2.4. 6.0',7509 'version' => '2.4.7.0', 7510 7510 'path' => $baseDir . '/inc/limits/class-post-type-limits.php' 7511 7511 ), 7512 7512 'WP_Ultimo\\Limits\\Site_Template_Limits' => array( 7513 'version' => '2.4. 6.0',7513 'version' => '2.4.7.0', 7514 7514 'path' => $baseDir . '/inc/limits/class-site-template-limits.php' 7515 7515 ), 7516 7516 'WP_Ultimo\\Limits\\Theme_Limits' => array( 7517 'version' => '2.4. 6.0',7517 'version' => '2.4.7.0', 7518 7518 'path' => $baseDir . '/inc/limits/class-theme-limits.php' 7519 7519 ), 7520 7520 'WP_Ultimo\\Limits\\Trial_Limits' => array( 7521 'version' => '2.4. 6.0',7521 'version' => '2.4.7.0', 7522 7522 'path' => $baseDir . '/inc/limits/class-trial-limits.php' 7523 7523 ), 7524 7524 'WP_Ultimo\\List_Tables\\Base_List_Table' => array( 7525 'version' => '2.4. 6.0',7525 'version' => '2.4.7.0', 7526 7526 'path' => $baseDir . '/inc/list-tables/class-base-list-table.php' 7527 7527 ), 7528 7528 'WP_Ultimo\\List_Tables\\Broadcast_List_Table' => array( 7529 'version' => '2.4. 6.0',7529 'version' => '2.4.7.0', 7530 7530 'path' => $baseDir . '/inc/list-tables/class-broadcast-list-table.php' 7531 7531 ), 7532 7532 'WP_Ultimo\\List_Tables\\Checkout_Form_List_Table' => array( 7533 'version' => '2.4. 6.0',7533 'version' => '2.4.7.0', 7534 7534 'path' => $baseDir . '/inc/list-tables/class-checkout-form-list-table.php' 7535 7535 ), 7536 7536 'WP_Ultimo\\List_Tables\\Customer_List_Table' => array( 7537 'version' => '2.4. 6.0',7537 'version' => '2.4.7.0', 7538 7538 'path' => $baseDir . '/inc/list-tables/class-customer-list-table.php' 7539 7539 ), 7540 7540 'WP_Ultimo\\List_Tables\\Customer_Panel\\Invoice_List_Table' => array( 7541 'version' => '2.4. 6.0',7541 'version' => '2.4.7.0', 7542 7542 'path' => $baseDir . '/inc/list-tables/customer-panel/class-invoice-list-table.php' 7543 7543 ), 7544 7544 'WP_Ultimo\\List_Tables\\Customer_Panel\\Product_List_Table' => array( 7545 'version' => '2.4. 6.0',7545 'version' => '2.4.7.0', 7546 7546 'path' => $baseDir . '/inc/list-tables/customer-panel/class-product-list-table.php' 7547 7547 ), 7548 7548 'WP_Ultimo\\List_Tables\\Customer_Panel\\Site_List_Table' => array( 7549 'version' => '2.4. 6.0',7549 'version' => '2.4.7.0', 7550 7550 'path' => $baseDir . '/inc/list-tables/customer-panel/class-site-list-table.php' 7551 7551 ), 7552 7552 'WP_Ultimo\\List_Tables\\Customers_Membership_List_Table' => array( 7553 'version' => '2.4. 6.0',7553 'version' => '2.4.7.0', 7554 7554 'path' => $baseDir . '/inc/list-tables/class-customers-membership-list-table.php' 7555 7555 ), 7556 7556 'WP_Ultimo\\List_Tables\\Customers_Payment_List_Table' => array( 7557 'version' => '2.4. 6.0',7557 'version' => '2.4.7.0', 7558 7558 'path' => $baseDir . '/inc/list-tables/class-customers-payment-list-table.php' 7559 7559 ), 7560 7560 'WP_Ultimo\\List_Tables\\Customers_Site_List_Table' => array( 7561 'version' => '2.4. 6.0',7561 'version' => '2.4.7.0', 7562 7562 'path' => $baseDir . '/inc/list-tables/class-customers-site-list-table.php' 7563 7563 ), 7564 7564 'WP_Ultimo\\List_Tables\\Discount_Code_List_Table' => array( 7565 'version' => '2.4. 6.0',7565 'version' => '2.4.7.0', 7566 7566 'path' => $baseDir . '/inc/list-tables/class-discount-code-list-table.php' 7567 7567 ), 7568 7568 'WP_Ultimo\\List_Tables\\Domain_List_Table' => array( 7569 'version' => '2.4. 6.0',7569 'version' => '2.4.7.0', 7570 7570 'path' => $baseDir . '/inc/list-tables/class-domain-list-table.php' 7571 7571 ), 7572 7572 'WP_Ultimo\\List_Tables\\Email_List_Table' => array( 7573 'version' => '2.4. 6.0',7573 'version' => '2.4.7.0', 7574 7574 'path' => $baseDir . '/inc/list-tables/class-email-list-table.php' 7575 7575 ), 7576 7576 'WP_Ultimo\\List_Tables\\Event_List_Table' => array( 7577 'version' => '2.4. 6.0',7577 'version' => '2.4.7.0', 7578 7578 'path' => $baseDir . '/inc/list-tables/class-event-list-table.php' 7579 7579 ), 7580 7580 'WP_Ultimo\\List_Tables\\Inside_Events_List_Table' => array( 7581 'version' => '2.4. 6.0',7581 'version' => '2.4.7.0', 7582 7582 'path' => $baseDir . '/inc/list-tables/class-inside-events-list-table.php' 7583 7583 ), 7584 7584 'WP_Ultimo\\List_Tables\\Line_Item_List_Table' => array( 7585 'version' => '2.4. 6.0',7585 'version' => '2.4.7.0', 7586 7586 'path' => $baseDir . '/inc/list-tables/class-line-item-list-table.php' 7587 7587 ), 7588 7588 'WP_Ultimo\\List_Tables\\Membership_Line_Item_List_Table' => array( 7589 'version' => '2.4. 6.0',7589 'version' => '2.4.7.0', 7590 7590 'path' => $baseDir . '/inc/list-tables/class-membership-line-item-list-table.php' 7591 7591 ), 7592 7592 'WP_Ultimo\\List_Tables\\Membership_List_Table' => array( 7593 'version' => '2.4. 6.0',7593 'version' => '2.4.7.0', 7594 7594 'path' => $baseDir . '/inc/list-tables/class-membership-list-table.php' 7595 7595 ), 7596 7596 'WP_Ultimo\\List_Tables\\Membership_List_Table_Widget' => array( 7597 'version' => '2.4. 6.0',7597 'version' => '2.4.7.0', 7598 7598 'path' => $baseDir . '/inc/list-tables/class-membership-list-table-widget.php' 7599 7599 ), 7600 7600 'WP_Ultimo\\List_Tables\\Memberships_Site_List_Table' => array( 7601 'version' => '2.4. 6.0',7601 'version' => '2.4.7.0', 7602 7602 'path' => $baseDir . '/inc/list-tables/class-memberships-site-list-table.php' 7603 7603 ), 7604 7604 'WP_Ultimo\\List_Tables\\Payment_Line_Item_List_Table' => array( 7605 'version' => '2.4. 6.0',7605 'version' => '2.4.7.0', 7606 7606 'path' => $baseDir . '/inc/list-tables/class-payment-line-item-list-table.php' 7607 7607 ), 7608 7608 'WP_Ultimo\\List_Tables\\Payment_List_Table' => array( 7609 'version' => '2.4. 6.0',7609 'version' => '2.4.7.0', 7610 7610 'path' => $baseDir . '/inc/list-tables/class-payment-list-table.php' 7611 7611 ), 7612 7612 'WP_Ultimo\\List_Tables\\Payment_List_Table_Widget' => array( 7613 'version' => '2.4. 6.0',7613 'version' => '2.4.7.0', 7614 7614 'path' => $baseDir . '/inc/list-tables/class-payment-list-table-widget.php' 7615 7615 ), 7616 7616 'WP_Ultimo\\List_Tables\\Product_List_Table' => array( 7617 'version' => '2.4. 6.0',7617 'version' => '2.4.7.0', 7618 7618 'path' => $baseDir . '/inc/list-tables/class-product-list-table.php' 7619 7619 ), 7620 7620 'WP_Ultimo\\List_Tables\\Site_Customer_List_Table' => array( 7621 'version' => '2.4. 6.0',7621 'version' => '2.4.7.0', 7622 7622 'path' => $baseDir . '/inc/list-tables/class-site-customer-list-table.php' 7623 7623 ), 7624 7624 'WP_Ultimo\\List_Tables\\Site_List_Table' => array( 7625 'version' => '2.4. 6.0',7625 'version' => '2.4.7.0', 7626 7626 'path' => $baseDir . '/inc/list-tables/class-site-list-table.php' 7627 7627 ), 7628 7628 'WP_Ultimo\\List_Tables\\Sites_Domain_List_Table' => array( 7629 'version' => '2.4. 6.0',7629 'version' => '2.4.7.0', 7630 7630 'path' => $baseDir . '/inc/list-tables/class-sites-domain-list-table.php' 7631 7631 ), 7632 7632 'WP_Ultimo\\List_Tables\\Webhook_List_Table' => array( 7633 'version' => '2.4. 6.0',7633 'version' => '2.4.7.0', 7634 7634 'path' => $baseDir . '/inc/list-tables/class-webhook-list-table.php' 7635 7635 ), 7636 7636 'WP_Ultimo\\Loaders\\Table_Loader' => array( 7637 'version' => '2.4. 6.0',7637 'version' => '2.4.7.0', 7638 7638 'path' => $baseDir . '/inc/loaders/class-table-loader.php' 7639 7639 ), 7640 7640 'WP_Ultimo\\Logger' => array( 7641 'version' => '2.4. 6.0',7641 'version' => '2.4.7.0', 7642 7642 'path' => $baseDir . '/inc/class-logger.php' 7643 7643 ), 7644 7644 'WP_Ultimo\\Maintenance_Mode' => array( 7645 'version' => '2.4. 6.0',7645 'version' => '2.4.7.0', 7646 7646 'path' => $baseDir . '/inc/class-maintenance-mode.php' 7647 7647 ), 7648 7648 'WP_Ultimo\\Managers\\Base_Manager' => array( 7649 'version' => '2.4. 6.0',7649 'version' => '2.4.7.0', 7650 7650 'path' => $baseDir . '/inc/managers/class-base-manager.php' 7651 7651 ), 7652 7652 'WP_Ultimo\\Managers\\Block_Manager' => array( 7653 'version' => '2.4. 6.0',7653 'version' => '2.4.7.0', 7654 7654 'path' => $baseDir . '/inc/managers/class-block-manager.php' 7655 7655 ), 7656 7656 'WP_Ultimo\\Managers\\Broadcast_Manager' => array( 7657 'version' => '2.4. 6.0',7657 'version' => '2.4.7.0', 7658 7658 'path' => $baseDir . '/inc/managers/class-broadcast-manager.php' 7659 7659 ), 7660 7660 'WP_Ultimo\\Managers\\Cache_Manager' => array( 7661 'version' => '2.4. 6.0',7661 'version' => '2.4.7.0', 7662 7662 'path' => $baseDir . '/inc/managers/class-cache-manager.php' 7663 7663 ), 7664 7664 'WP_Ultimo\\Managers\\Checkout_Form_Manager' => array( 7665 'version' => '2.4. 6.0',7665 'version' => '2.4.7.0', 7666 7666 'path' => $baseDir . '/inc/managers/class-checkout-form-manager.php' 7667 7667 ), 7668 7668 'WP_Ultimo\\Managers\\Customer_Manager' => array( 7669 'version' => '2.4. 6.0',7669 'version' => '2.4.7.0', 7670 7670 'path' => $baseDir . '/inc/managers/class-customer-manager.php' 7671 7671 ), 7672 7672 'WP_Ultimo\\Managers\\Discount_Code_Manager' => array( 7673 'version' => '2.4. 6.0',7673 'version' => '2.4.7.0', 7674 7674 'path' => $baseDir . '/inc/managers/class-discount-code-manager.php' 7675 7675 ), 7676 7676 'WP_Ultimo\\Managers\\Domain_Manager' => array( 7677 'version' => '2.4. 6.0',7677 'version' => '2.4.7.0', 7678 7678 'path' => $baseDir . '/inc/managers/class-domain-manager.php' 7679 7679 ), 7680 7680 'WP_Ultimo\\Managers\\Email_Manager' => array( 7681 'version' => '2.4. 6.0',7681 'version' => '2.4.7.0', 7682 7682 'path' => $baseDir . '/inc/managers/class-email-manager.php' 7683 7683 ), 7684 7684 'WP_Ultimo\\Managers\\Event_Manager' => array( 7685 'version' => '2.4. 6.0',7685 'version' => '2.4.7.0', 7686 7686 'path' => $baseDir . '/inc/managers/class-event-manager.php' 7687 7687 ), 7688 7688 'WP_Ultimo\\Managers\\Field_Templates_Manager' => array( 7689 'version' => '2.4. 6.0',7689 'version' => '2.4.7.0', 7690 7690 'path' => $baseDir . '/inc/managers/class-field-templates-manager.php' 7691 7691 ), 7692 7692 'WP_Ultimo\\Managers\\Form_Manager' => array( 7693 'version' => '2.4. 6.0',7693 'version' => '2.4.7.0', 7694 7694 'path' => $baseDir . '/inc/managers/class-form-manager.php' 7695 7695 ), 7696 7696 'WP_Ultimo\\Managers\\Gateway_Manager' => array( 7697 'version' => '2.4. 6.0',7697 'version' => '2.4.7.0', 7698 7698 'path' => $baseDir . '/inc/managers/class-gateway-manager.php' 7699 7699 ), 7700 7700 'WP_Ultimo\\Managers\\Job_Manager' => array( 7701 'version' => '2.4. 6.0',7701 'version' => '2.4.7.0', 7702 7702 'path' => $baseDir . '/inc/managers/class-job-manager.php' 7703 7703 ), 7704 7704 'WP_Ultimo\\Managers\\Limitation_Manager' => array( 7705 'version' => '2.4. 6.0',7705 'version' => '2.4.7.0', 7706 7706 'path' => $baseDir . '/inc/managers/class-limitation-manager.php' 7707 7707 ), 7708 7708 'WP_Ultimo\\Managers\\Membership_Manager' => array( 7709 'version' => '2.4. 6.0',7709 'version' => '2.4.7.0', 7710 7710 'path' => $baseDir . '/inc/managers/class-membership-manager.php' 7711 7711 ), 7712 7712 'WP_Ultimo\\Managers\\Notes_Manager' => array( 7713 'version' => '2.4. 6.0',7713 'version' => '2.4.7.0', 7714 7714 'path' => $baseDir . '/inc/managers/class-notes-manager.php' 7715 7715 ), 7716 7716 'WP_Ultimo\\Managers\\Notification_Manager' => array( 7717 'version' => '2.4. 6.0',7717 'version' => '2.4.7.0', 7718 7718 'path' => $baseDir . '/inc/managers/class-notification-manager.php' 7719 7719 ), 7720 7720 'WP_Ultimo\\Managers\\Payment_Manager' => array( 7721 'version' => '2.4. 6.0',7721 'version' => '2.4.7.0', 7722 7722 'path' => $baseDir . '/inc/managers/class-payment-manager.php' 7723 7723 ), 7724 7724 'WP_Ultimo\\Managers\\Product_Manager' => array( 7725 'version' => '2.4. 6.0',7725 'version' => '2.4.7.0', 7726 7726 'path' => $baseDir . '/inc/managers/class-product-manager.php' 7727 7727 ), 7728 7728 'WP_Ultimo\\Managers\\Signup_Fields_Manager' => array( 7729 'version' => '2.4. 6.0',7729 'version' => '2.4.7.0', 7730 7730 'path' => $baseDir . '/inc/managers/class-signup-fields-manager.php' 7731 7731 ), 7732 7732 'WP_Ultimo\\Managers\\Site_Manager' => array( 7733 'version' => '2.4. 6.0',7733 'version' => '2.4.7.0', 7734 7734 'path' => $baseDir . '/inc/managers/class-site-manager.php' 7735 7735 ), 7736 7736 'WP_Ultimo\\Managers\\Visits_Manager' => array( 7737 'version' => '2.4. 6.0',7737 'version' => '2.4.7.0', 7738 7738 'path' => $baseDir . '/inc/managers/class-visits-manager.php' 7739 7739 ), 7740 7740 'WP_Ultimo\\Managers\\Webhook_Manager' => array( 7741 'version' => '2.4. 6.0',7741 'version' => '2.4.7.0', 7742 7742 'path' => $baseDir . '/inc/managers/class-webhook-manager.php' 7743 7743 ), 7744 7744 'WP_Ultimo\\Models\\Base_Model' => array( 7745 'version' => '2.4. 6.0',7745 'version' => '2.4.7.0', 7746 7746 'path' => $baseDir . '/inc/models/class-base-model.php' 7747 7747 ), 7748 7748 'WP_Ultimo\\Models\\Broadcast' => array( 7749 'version' => '2.4. 6.0',7749 'version' => '2.4.7.0', 7750 7750 'path' => $baseDir . '/inc/models/class-broadcast.php' 7751 7751 ), 7752 7752 'WP_Ultimo\\Models\\Checkout_Form' => array( 7753 'version' => '2.4. 6.0',7753 'version' => '2.4.7.0', 7754 7754 'path' => $baseDir . '/inc/models/class-checkout-form.php' 7755 7755 ), 7756 7756 'WP_Ultimo\\Models\\Customer' => array( 7757 'version' => '2.4. 6.0',7757 'version' => '2.4.7.0', 7758 7758 'path' => $baseDir . '/inc/models/class-customer.php' 7759 7759 ), 7760 7760 'WP_Ultimo\\Models\\Discount_Code' => array( 7761 'version' => '2.4. 6.0',7761 'version' => '2.4.7.0', 7762 7762 'path' => $baseDir . '/inc/models/class-discount-code.php' 7763 7763 ), 7764 7764 'WP_Ultimo\\Models\\Domain' => array( 7765 'version' => '2.4. 6.0',7765 'version' => '2.4.7.0', 7766 7766 'path' => $baseDir . '/inc/models/class-domain.php' 7767 7767 ), 7768 7768 'WP_Ultimo\\Models\\Email' => array( 7769 'version' => '2.4. 6.0',7769 'version' => '2.4.7.0', 7770 7770 'path' => $baseDir . '/inc/models/class-email.php' 7771 7771 ), 7772 7772 'WP_Ultimo\\Models\\Event' => array( 7773 'version' => '2.4. 6.0',7773 'version' => '2.4.7.0', 7774 7774 'path' => $baseDir . '/inc/models/class-event.php' 7775 7775 ), 7776 7776 'WP_Ultimo\\Models\\Interfaces\\Billable' => array( 7777 'version' => '2.4. 6.0',7777 'version' => '2.4.7.0', 7778 7778 'path' => $baseDir . '/inc/models/interfaces/interface-billable.php' 7779 7779 ), 7780 7780 'WP_Ultimo\\Models\\Interfaces\\Limitable' => array( 7781 'version' => '2.4. 6.0',7781 'version' => '2.4.7.0', 7782 7782 'path' => $baseDir . '/inc/models/interfaces/interface-limitable.php' 7783 7783 ), 7784 7784 'WP_Ultimo\\Models\\Interfaces\\Notable' => array( 7785 'version' => '2.4. 6.0',7785 'version' => '2.4.7.0', 7786 7786 'path' => $baseDir . '/inc/models/interfaces/interface-notable.php' 7787 7787 ), 7788 7788 'WP_Ultimo\\Models\\Membership' => array( 7789 'version' => '2.4. 6.0',7789 'version' => '2.4.7.0', 7790 7790 'path' => $baseDir . '/inc/models/class-membership.php' 7791 7791 ), 7792 7792 'WP_Ultimo\\Models\\Payment' => array( 7793 'version' => '2.4. 6.0',7793 'version' => '2.4.7.0', 7794 7794 'path' => $baseDir . '/inc/models/class-payment.php' 7795 7795 ), 7796 7796 'WP_Ultimo\\Models\\Post_Base_Model' => array( 7797 'version' => '2.4. 6.0',7797 'version' => '2.4.7.0', 7798 7798 'path' => $baseDir . '/inc/models/class-post-base-model.php' 7799 7799 ), 7800 7800 'WP_Ultimo\\Models\\Product' => array( 7801 'version' => '2.4. 6.0',7801 'version' => '2.4.7.0', 7802 7802 'path' => $baseDir . '/inc/models/class-product.php' 7803 7803 ), 7804 7804 'WP_Ultimo\\Models\\Site' => array( 7805 'version' => '2.4. 6.0',7805 'version' => '2.4.7.0', 7806 7806 'path' => $baseDir . '/inc/models/class-site.php' 7807 7807 ), 7808 7808 'WP_Ultimo\\Models\\Traits\\Billable' => array( 7809 'version' => '2.4. 6.0',7809 'version' => '2.4.7.0', 7810 7810 'path' => $baseDir . '/inc/models/traits/trait-billable.php' 7811 7811 ), 7812 7812 'WP_Ultimo\\Models\\Traits\\Limitable' => array( 7813 'version' => '2.4. 6.0',7813 'version' => '2.4.7.0', 7814 7814 'path' => $baseDir . '/inc/models/traits/trait-limitable.php' 7815 7815 ), 7816 7816 'WP_Ultimo\\Models\\Traits\\Notable' => array( 7817 'version' => '2.4. 6.0',7817 'version' => '2.4.7.0', 7818 7818 'path' => $baseDir . '/inc/models/traits/trait-notable.php' 7819 7819 ), 7820 7820 'WP_Ultimo\\Models\\Webhook' => array( 7821 'version' => '2.4. 6.0',7821 'version' => '2.4.7.0', 7822 7822 'path' => $baseDir . '/inc/models/class-webhook.php' 7823 7823 ), 7824 7824 'WP_Ultimo\\Newsletter' => array( 7825 'version' => '2.4. 6.0',7825 'version' => '2.4.7.0', 7826 7826 'path' => $baseDir . '/inc/class-newsletter.php' 7827 7827 ), 7828 7828 'WP_Ultimo\\Objects\\Billing_Address' => array( 7829 'version' => '2.4. 6.0',7829 'version' => '2.4.7.0', 7830 7830 'path' => $baseDir . '/inc/objects/class-billing-address.php' 7831 7831 ), 7832 7832 'WP_Ultimo\\Objects\\Limitations' => array( 7833 'version' => '2.4. 6.0',7833 'version' => '2.4.7.0', 7834 7834 'path' => $baseDir . '/inc/objects/class-limitations.php' 7835 7835 ), 7836 7836 'WP_Ultimo\\Objects\\Note' => array( 7837 'version' => '2.4. 6.0',7837 'version' => '2.4.7.0', 7838 7838 'path' => $baseDir . '/inc/objects/class-note.php' 7839 7839 ), 7840 7840 'WP_Ultimo\\Objects\\Visits' => array( 7841 'version' => '2.4. 6.0',7841 'version' => '2.4.7.0', 7842 7842 'path' => $baseDir . '/inc/objects/class-visits.php' 7843 7843 ), 7844 7844 'WP_Ultimo\\Orphaned_Tables_Manager' => array( 7845 'version' => '2.4. 6.0',7845 'version' => '2.4.7.0', 7846 7846 'path' => $baseDir . '/inc/class-orphaned-tables-manager.php' 7847 7847 ), 7848 7848 'WP_Ultimo\\Orphaned_Users_Manager' => array( 7849 'version' => '2.4. 6.0',7849 'version' => '2.4.7.0', 7850 7850 'path' => $baseDir . '/inc/class-orphaned-users-manager.php' 7851 7851 ), 7852 7852 'WP_Ultimo\\Requirements' => array( 7853 'version' => '2.4. 6.0',7853 'version' => '2.4.7.0', 7854 7854 'path' => $baseDir . '/inc/class-requirements.php' 7855 7855 ), 7856 7856 'WP_Ultimo\\SSO\\Exception\\SSO_Exception' => array( 7857 'version' => '2.4. 6.0',7857 'version' => '2.4.7.0', 7858 7858 'path' => $baseDir . '/inc/sso/exception/class-sso-exception.php' 7859 7859 ), 7860 7860 'WP_Ultimo\\SSO\\Exception\\SSO_Session_Exception' => array( 7861 'version' => '2.4. 6.0',7861 'version' => '2.4.7.0', 7862 7862 'path' => $baseDir . '/inc/sso/exception/class-sso-session-exception.php' 7863 7863 ), 7864 7864 'WP_Ultimo\\SSO\\SSO' => array( 7865 'version' => '2.4. 6.0',7865 'version' => '2.4.7.0', 7866 7866 'path' => $baseDir . '/inc/sso/class-sso.php' 7867 7867 ), 7868 7868 'WP_Ultimo\\SSO\\SSO_Broker' => array( 7869 'version' => '2.4. 6.0',7869 'version' => '2.4.7.0', 7870 7870 'path' => $baseDir . '/inc/sso/class-sso-broker.php' 7871 7871 ), 7872 7872 'WP_Ultimo\\SSO\\SSO_Session_Handler' => array( 7873 'version' => '2.4. 6.0',7873 'version' => '2.4.7.0', 7874 7874 'path' => $baseDir . '/inc/sso/class-sso-session-handler.php' 7875 7875 ), 7876 7876 'WP_Ultimo\\Scripts' => array( 7877 'version' => '2.4. 6.0',7877 'version' => '2.4.7.0', 7878 7878 'path' => $baseDir . '/inc/class-scripts.php' 7879 7879 ), 7880 7880 'WP_Ultimo\\Session_Cookie' => array( 7881 'version' => '2.4. 6.0',7881 'version' => '2.4.7.0', 7882 7882 'path' => $baseDir . '/inc/class-session-cookie.php' 7883 7883 ), 7884 7884 'WP_Ultimo\\Settings' => array( 7885 'version' => '2.4. 6.0',7885 'version' => '2.4.7.0', 7886 7886 'path' => $baseDir . '/inc/class-settings.php' 7887 7887 ), 7888 7888 'WP_Ultimo\\Site_Templates\\Template_Placeholders' => array( 7889 'version' => '2.4. 6.0',7889 'version' => '2.4.7.0', 7890 7890 'path' => $baseDir . '/inc/site-templates/class-template-placeholders.php' 7891 7891 ), 7892 7892 'WP_Ultimo\\Sunrise' => array( 7893 'version' => '2.4. 6.0',7893 'version' => '2.4.7.0', 7894 7894 'path' => $baseDir . '/inc/class-sunrise.php' 7895 7895 ), 7896 7896 'WP_Ultimo\\Tax\\Dashboard_Taxes_Tab' => array( 7897 'version' => '2.4. 6.0',7897 'version' => '2.4.7.0', 7898 7898 'path' => $baseDir . '/inc/tax/class-dashboard-taxes-tab.php' 7899 7899 ), 7900 7900 'WP_Ultimo\\Tax\\Tax' => array( 7901 'version' => '2.4. 6.0',7901 'version' => '2.4.7.0', 7902 7902 'path' => $baseDir . '/inc/tax/class-tax.php' 7903 7903 ), 7904 7904 'WP_Ultimo\\Traits\\Singleton' => array( 7905 'version' => '2.4. 6.0',7905 'version' => '2.4.7.0', 7906 7906 'path' => $baseDir . '/inc/traits/trait-singleton.php' 7907 7907 ), 7908 7908 'WP_Ultimo\\Traits\\WP_Ultimo_Coupon_Deprecated' => array( 7909 'version' => '2.4. 6.0',7909 'version' => '2.4.7.0', 7910 7910 'path' => $baseDir . '/inc/traits/trait-wp-ultimo-coupon-deprecated.php' 7911 7911 ), 7912 7912 'WP_Ultimo\\Traits\\WP_Ultimo_Deprecated' => array( 7913 'version' => '2.4. 6.0',7913 'version' => '2.4.7.0', 7914 7914 'path' => $baseDir . '/inc/traits/trait-wp-ultimo-deprecated.php' 7915 7915 ), 7916 7916 'WP_Ultimo\\Traits\\WP_Ultimo_Plan_Deprecated' => array( 7917 'version' => '2.4. 6.0',7917 'version' => '2.4.7.0', 7918 7918 'path' => $baseDir . '/inc/traits/trait-wp-ultimo-plan-deprecated.php' 7919 7919 ), 7920 7920 'WP_Ultimo\\Traits\\WP_Ultimo_Settings_Deprecated' => array( 7921 'version' => '2.4. 6.0',7921 'version' => '2.4.7.0', 7922 7922 'path' => $baseDir . '/inc/traits/trait-wp-ultimo-settings-deprecated.php' 7923 7923 ), 7924 7924 'WP_Ultimo\\Traits\\WP_Ultimo_Site_Deprecated' => array( 7925 'version' => '2.4. 6.0',7925 'version' => '2.4.7.0', 7926 7926 'path' => $baseDir . '/inc/traits/trait-wp-ultimo-site-deprecated.php' 7927 7927 ), 7928 7928 'WP_Ultimo\\Traits\\WP_Ultimo_Subscription_Deprecated' => array( 7929 'version' => '2.4. 6.0',7929 'version' => '2.4.7.0', 7930 7930 'path' => $baseDir . '/inc/traits/trait-wp-ultimo-subscription-deprecated.php' 7931 7931 ), 7932 7932 'WP_Ultimo\\UI\\Account_Summary_Element' => array( 7933 'version' => '2.4. 6.0',7933 'version' => '2.4.7.0', 7934 7934 'path' => $baseDir . '/inc/ui/class-account-summary-element.php' 7935 7935 ), 7936 7936 'WP_Ultimo\\UI\\Base_Element' => array( 7937 'version' => '2.4. 6.0',7937 'version' => '2.4.7.0', 7938 7938 'path' => $baseDir . '/inc/ui/class-base-element.php' 7939 7939 ), 7940 7940 'WP_Ultimo\\UI\\Billing_Info_Element' => array( 7941 'version' => '2.4. 6.0',7941 'version' => '2.4.7.0', 7942 7942 'path' => $baseDir . '/inc/ui/class-billing-info-element.php' 7943 7943 ), 7944 7944 'WP_Ultimo\\UI\\Checkout_Element' => array( 7945 'version' => '2.4. 6.0',7945 'version' => '2.4.7.0', 7946 7946 'path' => $baseDir . '/inc/ui/class-checkout-element.php' 7947 7947 ), 7948 7948 'WP_Ultimo\\UI\\Current_Membership_Element' => array( 7949 'version' => '2.4. 6.0',7949 'version' => '2.4.7.0', 7950 7950 'path' => $baseDir . '/inc/ui/class-current-membership-element.php' 7951 7951 ), 7952 7952 'WP_Ultimo\\UI\\Current_Site_Element' => array( 7953 'version' => '2.4. 6.0',7953 'version' => '2.4.7.0', 7954 7954 'path' => $baseDir . '/inc/ui/class-current-site-element.php' 7955 7955 ), 7956 7956 'WP_Ultimo\\UI\\Domain_Mapping_Element' => array( 7957 'version' => '2.4. 6.0',7957 'version' => '2.4.7.0', 7958 7958 'path' => $baseDir . '/inc/ui/class-domain-mapping-element.php' 7959 7959 ), 7960 7960 'WP_Ultimo\\UI\\Field' => array( 7961 'version' => '2.4. 6.0',7961 'version' => '2.4.7.0', 7962 7962 'path' => $baseDir . '/inc/ui/class-field.php' 7963 7963 ), 7964 7964 'WP_Ultimo\\UI\\Form' => array( 7965 'version' => '2.4. 6.0',7965 'version' => '2.4.7.0', 7966 7966 'path' => $baseDir . '/inc/ui/class-form.php' 7967 7967 ), 7968 7968 'WP_Ultimo\\UI\\Invoices_Element' => array( 7969 'version' => '2.4. 6.0',7969 'version' => '2.4.7.0', 7970 7970 'path' => $baseDir . '/inc/ui/class-invoices-element.php' 7971 7971 ), 7972 7972 'WP_Ultimo\\UI\\Jumper' => array( 7973 'version' => '2.4. 6.0',7973 'version' => '2.4.7.0', 7974 7974 'path' => $baseDir . '/inc/ui/class-jumper.php' 7975 7975 ), 7976 7976 'WP_Ultimo\\UI\\Limits_Element' => array( 7977 'version' => '2.4. 6.0',7977 'version' => '2.4.7.0', 7978 7978 'path' => $baseDir . '/inc/ui/class-limits-element.php' 7979 7979 ), 7980 7980 'WP_Ultimo\\UI\\Login_Form_Element' => array( 7981 'version' => '2.4. 6.0',7981 'version' => '2.4.7.0', 7982 7982 'path' => $baseDir . '/inc/ui/class-login-form-element.php' 7983 7983 ), 7984 7984 'WP_Ultimo\\UI\\Mocked_Signup' => array( 7985 'version' => '2.4. 6.0',7985 'version' => '2.4.7.0', 7986 7986 'path' => $baseDir . '/inc/ui/class-mocked-signup.php' 7987 7987 ), 7988 7988 'WP_Ultimo\\UI\\My_Sites_Element' => array( 7989 'version' => '2.4. 6.0',7989 'version' => '2.4.7.0', 7990 7990 'path' => $baseDir . '/inc/ui/class-my-sites-element.php' 7991 7991 ), 7992 7992 'WP_Ultimo\\UI\\Payment_Methods_Element' => array( 7993 'version' => '2.4. 6.0',7993 'version' => '2.4.7.0', 7994 7994 'path' => $baseDir . '/inc/ui/class-payment-methods-element.php' 7995 7995 ), 7996 7996 'WP_Ultimo\\UI\\Simple_Text_Element' => array( 7997 'version' => '2.4. 6.0',7997 'version' => '2.4.7.0', 7998 7998 'path' => $baseDir . '/inc/ui/class-simple-text-element.php' 7999 7999 ), 8000 8000 'WP_Ultimo\\UI\\Site_Actions_Element' => array( 8001 'version' => '2.4. 6.0',8001 'version' => '2.4.7.0', 8002 8002 'path' => $baseDir . '/inc/ui/class-site-actions-element.php' 8003 8003 ), 8004 8004 'WP_Ultimo\\UI\\Site_Maintenance_Element' => array( 8005 'version' => '2.4. 6.0',8005 'version' => '2.4.7.0', 8006 8006 'path' => $baseDir . '/inc/ui/class-site-maintenance-element.php' 8007 8007 ), 8008 8008 'WP_Ultimo\\UI\\Template_Previewer' => array( 8009 'version' => '2.4. 6.0',8009 'version' => '2.4.7.0', 8010 8010 'path' => $baseDir . '/inc/ui/class-template-previewer.php' 8011 8011 ), 8012 8012 'WP_Ultimo\\UI\\Template_Switching_Element' => array( 8013 'version' => '2.4. 6.0',8013 'version' => '2.4.7.0', 8014 8014 'path' => $baseDir . '/inc/ui/class-template-switching-element.php' 8015 8015 ), 8016 8016 'WP_Ultimo\\UI\\Thank_You_Element' => array( 8017 'version' => '2.4. 6.0',8017 'version' => '2.4.7.0', 8018 8018 'path' => $baseDir . '/inc/ui/class-thank-you-element.php' 8019 8019 ), 8020 8020 'WP_Ultimo\\UI\\Toolbox' => array( 8021 'version' => '2.4. 6.0',8021 'version' => '2.4.7.0', 8022 8022 'path' => $baseDir . '/inc/ui/class-toolbox.php' 8023 8023 ), 8024 8024 'WP_Ultimo\\UI\\Tours' => array( 8025 'version' => '2.4. 6.0',8025 'version' => '2.4.7.0', 8026 8026 'path' => $baseDir . '/inc/ui/class-tours.php' 8027 8027 ), 8028 8028 'WP_Ultimo\\User_Switching' => array( 8029 'version' => '2.4. 6.0',8029 'version' => '2.4.7.0', 8030 8030 'path' => $baseDir . '/inc/class-user-switching.php' 8031 8031 ), 8032 8032 'WP_Ultimo\\Views' => array( 8033 'version' => '2.4. 6.0',8033 'version' => '2.4.7.0', 8034 8034 'path' => $baseDir . '/inc/class-views.php' 8035 8035 ), 8036 8036 'WP_Ultimo\\Whitelabel' => array( 8037 'version' => '2.4. 6.0',8037 'version' => '2.4.7.0', 8038 8038 'path' => $baseDir . '/inc/class-whitelabel.php' 8039 8039 ), 8040 8040 'WU_Coupon' => array( 8041 'version' => '2.4. 6.0',8041 'version' => '2.4.7.0', 8042 8042 'path' => $baseDir . '/inc/deprecated/deprecated.php' 8043 8043 ), 8044 8044 'WU_Deprecated_Model' => array( 8045 'version' => '2.4. 6.0',8045 'version' => '2.4.7.0', 8046 8046 'path' => $baseDir . '/inc/deprecated/deprecated.php' 8047 8047 ), 8048 8048 'WU_Domain_Mapping' => array( 8049 'version' => '2.4. 6.0',8049 'version' => '2.4.7.0', 8050 8050 'path' => $baseDir . '/inc/deprecated/early-deprecated.php' 8051 8051 ), 8052 8052 'WU_Gateway' => array( 8053 'version' => '2.4. 6.0',8053 'version' => '2.4.7.0', 8054 8054 'path' => $baseDir . '/inc/deprecated/deprecated.php' 8055 8055 ), 8056 8056 'WU_Help_Pointers' => array( 8057 'version' => '2.4. 6.0',8057 'version' => '2.4.7.0', 8058 8058 'path' => $baseDir . '/inc/deprecated/deprecated.php' 8059 8059 ), 8060 8060 'WU_Links' => array( 8061 'version' => '2.4. 6.0',8061 'version' => '2.4.7.0', 8062 8062 'path' => $baseDir . '/inc/deprecated/deprecated.php' 8063 8063 ), 8064 8064 'WU_Logger' => array( 8065 'version' => '2.4. 6.0',8065 'version' => '2.4.7.0', 8066 8066 'path' => $baseDir . '/inc/deprecated/deprecated.php' 8067 8067 ), 8068 8068 'WU_Mail' => array( 8069 'version' => '2.4. 6.0',8069 'version' => '2.4.7.0', 8070 8070 'path' => $baseDir . '/inc/deprecated/deprecated.php' 8071 8071 ), 8072 8072 'WU_Multi_Network' => array( 8073 'version' => '2.4. 6.0',8073 'version' => '2.4.7.0', 8074 8074 'path' => $baseDir . '/inc/deprecated/deprecated.php' 8075 8075 ), 8076 8076 'WU_Page' => array( 8077 'version' => '2.4. 6.0',8077 'version' => '2.4.7.0', 8078 8078 'path' => $baseDir . '/inc/deprecated/deprecated.php' 8079 8079 ), 8080 8080 'WU_Plan' => array( 8081 'version' => '2.4. 6.0',8081 'version' => '2.4.7.0', 8082 8082 'path' => $baseDir . '/inc/deprecated/deprecated.php' 8083 8083 ), 8084 8084 'WU_Plans' => array( 8085 'version' => '2.4. 6.0',8085 'version' => '2.4.7.0', 8086 8086 'path' => $baseDir . '/inc/deprecated/deprecated.php' 8087 8087 ), 8088 8088 'WU_Settings' => array( 8089 'version' => '2.4. 6.0',8089 'version' => '2.4.7.0', 8090 8090 'path' => $baseDir . '/inc/deprecated/deprecated.php' 8091 8091 ), 8092 8092 'WU_Signup' => array( 8093 'version' => '2.4. 6.0',8093 'version' => '2.4.7.0', 8094 8094 'path' => $baseDir . '/inc/deprecated/deprecated.php' 8095 8095 ), 8096 8096 'WU_Site' => array( 8097 'version' => '2.4. 6.0',8097 'version' => '2.4.7.0', 8098 8098 'path' => $baseDir . '/inc/deprecated/deprecated.php' 8099 8099 ), 8100 8100 'WU_Site_Hooks' => array( 8101 'version' => '2.4. 6.0',8101 'version' => '2.4.7.0', 8102 8102 'path' => $baseDir . '/inc/deprecated/deprecated.php' 8103 8103 ), 8104 8104 'WU_Site_Owner' => array( 8105 'version' => '2.4. 6.0',8105 'version' => '2.4.7.0', 8106 8106 'path' => $baseDir . '/inc/deprecated/deprecated.php' 8107 8107 ), 8108 8108 'WU_Site_Template' => array( 8109 'version' => '2.4. 6.0',8109 'version' => '2.4.7.0', 8110 8110 'path' => $baseDir . '/inc/deprecated/deprecated.php' 8111 8111 ), 8112 8112 'WU_Site_Templates' => array( 8113 'version' => '2.4. 6.0',8113 'version' => '2.4.7.0', 8114 8114 'path' => $baseDir . '/inc/deprecated/deprecated.php' 8115 8115 ), 8116 8116 'WU_Subscription' => array( 8117 'version' => '2.4. 6.0',8117 'version' => '2.4.7.0', 8118 8118 'path' => $baseDir . '/inc/deprecated/deprecated.php' 8119 8119 ), 8120 8120 'WU_Transactions' => array( 8121 'version' => '2.4. 6.0',8121 'version' => '2.4.7.0', 8122 8122 'path' => $baseDir . '/inc/deprecated/deprecated.php' 8123 8123 ), 8124 8124 'WU_Util' => array( 8125 'version' => '2.4. 6.0',8125 'version' => '2.4.7.0', 8126 8126 'path' => $baseDir . '/inc/deprecated/deprecated.php' 8127 8127 ), -
ultimate-multisite/trunk/views/checkout/templates/template-selection/clean.php
r3370761 r3387852 115 115 <?php $is_template ? $site_template->get_preview_url_attrs() : printf('href="%s" target="_blank"', esc_attr($site_template->get_active_site_url())); ?> 116 116 > 117 <img class="wu-site-template-image wu-w-full wu-border-solid wu-border wu-border-gray-300 wu-mb-4 wu-bg-white" src="<?php echo esc_attr($site_template->get_featured_image( )); ?>" alt="<?php echo esc_attr($site_template->get_title()); ?>">117 <img class="wu-site-template-image wu-w-full wu-border-solid wu-border wu-border-gray-300 wu-mb-4 wu-bg-white" src="<?php echo esc_attr($site_template->get_featured_image('wu-thumb-large')); ?>" alt="<?php echo esc_attr($site_template->get_title()); ?>"> 118 118 </a> 119 119 -
ultimate-multisite/trunk/views/checkout/templates/template-selection/legacy.php
r3370761 r3387852 203 203 204 204 <img 205 src="<?php echo esc_url($site->get_featured_image( )); ?>"205 src="<?php echo esc_url($site->get_featured_image('wu-thumb-large')); ?>" 206 206 alt="<?php echo esc_attr($site->get_title()); ?>" 207 207 > -
ultimate-multisite/trunk/views/checkout/templates/template-selection/minimal.php
r3370761 r3387852 100 100 > 101 101 102 <img class="wu-site-template-image" src="<?php echo esc_attr($site_template->get_featured_image( )); ?>" alt="<?php echo esc_attr($site_template->get_title()); ?>">102 <img class="wu-site-template-image" src="<?php echo esc_attr($site_template->get_featured_image('wu-thumb-large')); ?>" alt="<?php echo esc_attr($site_template->get_title()); ?>"> 103 103 104 104 <h3 class="wu-site-template-title">
Note: See TracChangeset
for help on using the changeset viewer.