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

View File

@ -2,7 +2,7 @@
/** /**
* Development Bootstrap File * 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 * It is not part of the final zip file we ship, so there's no need to worry
* about things added in here. * 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. * Register a new field type.
* *
* Field types are types of field (duh!) that can be * 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 * @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. * Register a new field template for a field type.
* *
* Field templates are different layouts that can be added to * 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. * checkout field.
* *
* @see https://help.wpultimo.com/article/343-customize-your-checkout-flow-using-field-templates * @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.: * e.g.:
* return array( * return array(
* 'WP Ultimo', * 'WP Multisite WaaS',
* 'Checkout', * 'Checkout',
* 'Form', * 'Form',
* 'Cart', * 'Cart',
@ -193,6 +193,7 @@ class Account_Summary_Element extends Base_Element {
'WP Ultimo', 'WP Ultimo',
'Account', 'Account',
'Summary', 'Summary',
'WP Multisite WaaS',
); );
} // end keywords; } // end keywords;

View File

@ -51,7 +51,7 @@ body .theme-browser .theme .theme-name {
* Allow plugin developers to add additional buttons to list pages * Allow plugin developers to add additional buttons to list pages
* *
* @since 1.8.2 * @since 1.8.2
* @param WU_Page WP Ultimo Page instance * @param WU_Page WP Multisite WaaS Page instance
*/ */
do_action('wu_page_addon_after_title', $page); do_action('wu_page_addon_after_title', $page);
?> ?>
@ -250,7 +250,7 @@ body .theme-browser .theme .theme-name {
<?php echo wu_render_empty_state(array( <?php echo wu_render_empty_state(array(
'message' => __("Loading...", 'wp-ultimo'), 'message' => __("Loading...", 'wp-ultimo'),
'sub_message' => __('We are fetching the list of WP Ultimo add-ons.', 'wp-ultimo'), 'sub_message' => __('We are fetching the list of WP Multisite WaaS add-ons.', 'wp-ultimo'),
'link_url' => false, 'link_url' => false,
)); ?> )); ?>
@ -365,7 +365,7 @@ body .theme-browser .theme .theme-name {
* Allow plugin developers to add scripts to the bottom of the page * Allow plugin developers to add scripts to the bottom of the page
* *
* @since 1.8.2 * @since 1.8.2
* @param WU_Page WP Ultimo Page instance * @param WU_Page WP Multisite WaaS Page instance
*/ */
do_action('wu_page_addon_footer', $page); do_action('wu_page_addon_footer', $page);
?> ?>

View File

@ -46,7 +46,7 @@
* Allow plugin developers to add additional buttons to list pages * Allow plugin developers to add additional buttons to list pages
* *
* @since 1.8.2 * @since 1.8.2
* @param WU_Page WP Ultimo Page instance * @param WU_Page WP Multisite WaaS Page instance
*/ */
do_action('wu_page_centered_after_title', $page); do_action('wu_page_centered_after_title', $page);
?> ?>
@ -143,7 +143,7 @@
* Allow plugin developers to add additional buttons to list pages * Allow plugin developers to add additional buttons to list pages
* *
* @since 1.8.2 * @since 1.8.2
* @param WU_Page WP Ultimo Page instance * @param WU_Page WP Multisite WaaS Page instance
*/ */
do_action('wu_centered_content', $page); do_action('wu_centered_content', $page);
@ -160,7 +160,7 @@
* Allow plugin developers to add additional buttons to list pages * Allow plugin developers to add additional buttons to list pages
* *
* @since 1.8.2 * @since 1.8.2
* @param WU_Page WP Ultimo Page instance * @param WU_Page WP Multisite WaaS Page instance
*/ */
do_action('wu_centered_right', $page); do_action('wu_centered_right', $page);

View File

@ -4,7 +4,7 @@
* *
* This template can be overridden by copying it to yourtheme/wp-ultimo/emails/base.php. * This template can be overridden by copying it to yourtheme/wp-ultimo/emails/base.php.
* *
* HOWEVER, on occasion WP Ultimo will need to update template files and you * HOWEVER, on occasion WP Multisite WaaS will need to update template files and you
* (the theme developer) will need to copy the new files to your theme to * (the theme developer) will need to copy the new files to your theme to
* maintain compatibility. We try to do this as little as possible, but it does * maintain compatibility. We try to do this as little as possible, but it does
* happen. When this occurs the version of the template file will be bumped and * happen. When this occurs the version of the template file will be bumped and