storepress-base-plugin

StorePress Base Plugin

Download latest release | Test the plugin in your browser using Playground.

Summary table

Question Yes → Directory ServiceProvider behaviour
Extends an external package (functional)? Adapters/ — no own provider
Extends an external package (core infra like implement interface)? Integrations/ — no own provider
Has WordPress hooks that must fire on boot? Features/ register() + boot()
No hooks — resolved on demand? Services/ register() only
Is an individual service provider? ServiceProviders/ — is the provider
Orchestrates all service providers? Core/ — boots ServiceProviders/
Shared utility across classes? Traits/ — no provider

Why the difference matters:

First

Where to change

Develop

Create New Block(s)

Lint

Fix

Format

Test

Release

Release to GitHub.com

Provide your own translations