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
The following is required to convert the module into a normal package:
Remove the code from the bootstrap file that handles the module registration on the plugins_loaded hook. Instead, just initialize the Runtime class directly.
Rename the repository from wp-module-runtime to wp-runtime.
The following is required to convert the module into a normal package:
plugins_loaded
hook. Instead, just initialize theRuntime
class directly.Rename the repository fromwp-module-runtime
towp-runtime
.Update thecomposer.json
file package name (see https://github.com/newfold-labs/wp-module-runtime/blob/trunk/composer.json#L2).Update any other references to the old repository or Composer package name.The text was updated successfully, but these errors were encountered: