- removed extract() from show_builder() function;

- wpcs for `show_builder()`;
This commit is contained in:
Mykyta Synelnikov
2023-06-22 17:06:01 +03:00
parent d5990c7bbb
commit 069a8d15ac
3 changed files with 87 additions and 139 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ if ( ! class_exists( 'UM' ) ) {
/**
* @var UM the single instance of the class
*/
protected static $instance = null;
protected static $instance;
/**