Rename in all places
This commit is contained in:
@ -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 {
|
||||
|
||||
|
@ -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.
|
||||
*
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
@ -51,7 +51,7 @@ body .theme-browser .theme .theme-name {
|
||||
* Allow plugin developers to add additional buttons to list pages
|
||||
*
|
||||
* @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);
|
||||
?>
|
||||
@ -250,7 +250,7 @@ body .theme-browser .theme .theme-name {
|
||||
|
||||
<?php echo wu_render_empty_state(array(
|
||||
'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,
|
||||
)); ?>
|
||||
|
||||
@ -365,7 +365,7 @@ body .theme-browser .theme .theme-name {
|
||||
* Allow plugin developers to add scripts to the bottom of the page
|
||||
*
|
||||
* @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);
|
||||
?>
|
||||
|
@ -46,7 +46,7 @@
|
||||
* Allow plugin developers to add additional buttons to list pages
|
||||
*
|
||||
* @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);
|
||||
?>
|
||||
@ -143,7 +143,7 @@
|
||||
* Allow plugin developers to add additional buttons to list pages
|
||||
*
|
||||
* @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);
|
||||
|
||||
@ -160,7 +160,7 @@
|
||||
* Allow plugin developers to add additional buttons to list pages
|
||||
*
|
||||
* @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);
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* 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
|
||||
* 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
|
||||
|
Reference in New Issue
Block a user