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
This commit is contained in:
9
plugins/akismet/views/footer.php
Normal file
9
plugins/akismet/views/footer.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* Akismet footer template.
|
||||
*
|
||||
* Renders the akismet_footer action hook.
|
||||
*/
|
||||
declare( strict_types = 1 );
|
||||
|
||||
do_action( 'akismet_footer' );
|
||||
Reference in New Issue
Block a user