Loaded the plugin base using wpbp-generator cli provided here. Running WP 5.8 Fresh install, only plugin running.
Getting Notices 'wp_add_inline_script was called incorrectly' triggered by
admin-widgets handle
customize-controls handle
widgets handle
Notices seem to be associated with calls in wp-duper-duper.php, lines 80 - 82
Apparently 'admin-widgets', 'customize-controls' and 'widgets' have not been enqueued yet...?
Running on local env. using Lando using php7.4, mariaDB, composer, npm, etc. Required php extensions for wpbp-generator installed.
Not getting any errors from wpbp-generator during install/compile
Loaded the plugin base using wpbp-generator cli provided here. Running WP 5.8 Fresh install, only plugin running.
Getting Notices 'wp_add_inline_script was called incorrectly' triggered by
Notices seem to be associated with calls in wp-duper-duper.php, lines 80 - 82 Apparently 'admin-widgets', 'customize-controls' and 'widgets' have not been enqueued yet...?
Running on local env. using Lando using php7.4, mariaDB, composer, npm, etc. Required php extensions for wpbp-generator installed. Not getting any errors from wpbp-generator during install/compile