Storefront Page Customizer
Page Customizer for Storefront
by PootlePress · github.com/pootlepress/sfx-page-customizer · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/pootlepress/sfx-page-customizer/archive/refs/heads/master.zipFrom the readme
SFX Page Customizer
A simple plugin boilerplate to fast-track your Storefront extension development.
To get started: change the directory name, sfx-page-customizer.php, languages/sfx-page-customizer.po to reflect your new plugin name.
Then do some Find/Replace (case sensitive) across the entire directory:
'sfx-page-customizer' = 'your-extension'
'SFXPageCustomizer' = 'YourExtension'
'SFX Page Customizer' = 'Your Extension'
'sfxpagecustomizer' = 'yourextension'
'sfxpc' = 'ye'
'sfxpc-' = 'ye-'
That's it! Start building!
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v0.9-beta.1 | Apr 16, 2015 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.