The WordPress.com Toolbar feature replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications.
Package is published in Packagist. We recommend using the latest version there, or you can also test with the latest development versions like below:
"require": {
"automattic/jetpack-autoloader": "dev-trunk",
"automattic/jetpack-masterbar": "dev-trunk"
}
If you plan on using this package in your WordPress plugin, we would recommend that you use Jetpack Autoloader as your autoloader. This will allow for maximum interoperability with other plugins that use this package as well.
Need to report a security vulnerability? Go to https://automattic.com/security/ or directly to our security bug bounty site https://hackerone.com/automattic.
Note: cd
to projects/packages/masterbar
before running these commands
-
npm run build
Compiles the plugins for development - the files are not minified and we produce a source map. -
npm run build-production
Compiles the plugins for production - we produce minified files without source maps. -
npm run clean
Removes all build files.
masterbar is licensed under GNU General Public License v2 (or later)