You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even though the dynamic package naming approach might seem appealing, it's crucial to keep coding standards in mind. These standards recommend that functions within a theme should have namespaces aligned with the theme's name. Disregarding this guideline could potentially trigger a PHP CodeSniffer (phpcs) error stating that Namespaces declared by a theme/plugin should start with the theme/plugin prefix.
As an alternative, you could think about creating a child theme. This way, you could ensure consistent namespaces for both wd_f and wd_s. However, it's important to note that using wd_f and wd_s as parent themes doesn't align with their intended usage – they're designed as starter themes rather than parent themes.
Use “wds” as the namespace permanently - this will simplify set up and make the bocks more portable within WDS builds
Specific things to add to the cli functionality to be prebuilt:
The text was updated successfully, but these errors were encountered: