Files
m5wp.momentry.ddns.net/plugins/akismet/views/footer.php
OpenCode 09ef1f000f Initial commit: WordPress wp-content (themes, plugins, languages)
- Theme: momentry (custom theme with REST API routes)
- Plugins: code-snippets (contains all API proxies)
- Languages: zh_TW translations
- Excludes: cache, backups, uploads, logs
2026-05-29 19:07:56 +08:00

10 lines
149 B
PHP

<?php
/**
* Akismet footer template.
*
* Renders the akismet_footer action hook.
*/
declare( strict_types = 1 );
do_action( 'akismet_footer' );