Rename in all places

This commit is contained in:
David Stone
2024-12-06 00:01:09 -07:00
parent 72f9cb01c4
commit 5aa44c8402
7 changed files with 14 additions and 13 deletions

View File

@ -1,6 +1,6 @@
<?php
/**
* WP Ultimo My_Account Admin Page.
* WP Multisite WaaS My_Account Admin Page.
*
* @package WP_Ultimo
* @subpackage Admin_Pages
@ -15,7 +15,7 @@ defined('ABSPATH') || exit;
use \WP_Ultimo\Admin_Pages\Base_Customer_Facing_Admin_Page;
/**
* WP Ultimo My_Account Admin Page.
* WP Multisite WaaS My_Account Admin Page.
*/
class Account_Admin_Page extends Base_Customer_Facing_Admin_Page {

View File

@ -2,7 +2,7 @@
/**
* Development Bootstrap File
*
* This file loads some of the tooling we use to develop WP Ultimo.
* This file loads some of the tooling we use to develop WP Multisite WaaS.
* It is not part of the final zip file we ship, so there's no need to worry
* about things added in here.
*

View File

@ -271,7 +271,7 @@ function wu_get_days_in_cycle($duration_unit, $duration) {
* Register a new field type.
*
* Field types are types of field (duh!) that can be
* added to the checkout flow and other forms inside WP Ultimo.
* added to the checkout flow and other forms inside WP Multisite WaaS.
*
* @see https://help.wpultimo.com/article/344-add-custom-field-types-to-wp-ultimo
*
@ -297,7 +297,7 @@ function wu_register_field_type($field_type_id, $field_type_class_name) {
* Register a new field template for a field type.
*
* Field templates are different layouts that can be added to
* WP Ultimo to be used as the final representation of a given
* WP Multisite WaaS to be used as the final representation of a given
* checkout field.
*
* @see https://help.wpultimo.com/article/343-customize-your-checkout-flow-using-field-templates

View File

@ -178,7 +178,7 @@ class Account_Summary_Element extends Base_Element {
*
* e.g.:
* return array(
* 'WP Ultimo',
* 'WP Multisite WaaS',
* 'Checkout',
* 'Form',
* 'Cart',
@ -193,6 +193,7 @@ class Account_Summary_Element extends Base_Element {
'WP Ultimo',
'Account',
'Summary',
'WP Multisite WaaS',
);
} // end keywords;