Rename in more places

This commit is contained in:
David Stone
2024-12-07 00:09:47 -07:00
parent 9574984471
commit 450931b405
199 changed files with 535 additions and 572 deletions

View File

@ -167,7 +167,7 @@ abstract class Base_Element {
*
* e.g.:
* return array(
* 'WP Ultimo',
* 'WP Multisite WaaS',
* 'Checkout',
* 'Form',
* 'Cart',
@ -237,7 +237,9 @@ abstract class Base_Element {
add_action('wu_element_preview', array($this, 'setup_preview'));
do_action('wu_element_loaded', $this);
add_action('init', function () {
do_action('wu_element_loaded', $this);
} );
if ($this->public) {