dxw / iguana-extras
v1.1.0
2023-08-14 11:07 UTC
Requires
- php: ^7.4||^8.1
- dxw/iguana: ^1.0
Requires (Dev)
- 10up/wp_mock: ^0.1.1
- dxw/php-cs-fixer-config: ^2.1
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2026-03-01 00:22:12 UTC
README
Helpful gubbins for iguana-based themes.
\Dxw\Iguana\Extras\UseAtom
Set the default feed to Atom, remove the ability to view non-Atom feeds, add link[rel="alternate"] to head for the feed.
Installation
Add the following to app/di.php:
$registrar->addInstance(\Dxw\Iguana\Extras\UseAtom::class, new \Dxw\Iguana\Extras\UseAtom());