FCN Pressespiegel Wordpress Plugin. Formerly part of Clubfans United.
- PHP version 8.2
- WordPress 6.*
To install the plugin, follow these steps:
- Download the plugin files to your
/wp-content/plugins/directory, or install the plugin through the WordPress plugin screen directly. - Activate the plugin through the 'Plugins' screen in WordPress.
composer installUse npm to install JavaScript and CSS dependencies.
npm installBuild Assets JS/JSX/Blocks (with @wordpress/scripts)
Transforms your code according the configuration provided so it’s ready for development. The script will automatically rebuild if you make changes to the code, and you will see the build errors in the console.
npm run startYou may find that in certain environments Webpack isn't updating when your files change. If this is the case on your
system, consider using the watch-poll command: