Developer Guide
Extending and customizing StampVault.
Build & Tooling
- Build tooling:
@wordpress/scripts
(npm install
,npm run build
) - Composer (PHP autoload / stubs):
composer install
Filters & Extensibility
Filter: stampvault_default_catalogs
add_filter( 'stampvault_default_catalogs', function( $defaults ) {
$defaults[] = 'My Custom Catalog';
return $defaults;
} );
Defaults provided by the plugin:
['Scott','Michel','Stanley Gibbons','Yvert et Tellier','Other']
License & Contributions
Licensed under the GNU General Public License v2.0 or later (GPL-2.0-or-later).
Contributions (issues, pull requests, documentation improvements) are welcome. By contributing you agree your code will be released under the GPL-2.0-or-later license.