A parser function that allows adding HTML tags to the page header.
- Parser hook (MetaMaster/MetaMasterHooks.php)
To take advantage of this automation, use the Makefile: make help
. To start,
run make install
and follow the instructions.
Since Makefile
cannot be used on Windows, do the following:
- Install nodejs, npm, and PHP composer
- Change to the extension's directory
- Run npm install and composer install
Once set up, running npm test
and composer test
will run automated code checks.