git-subtree-dir: SiriusPress/wordpress
git-subtree-mainline: 6d2204413f383520b3f2ece120bc7324f2e88906
git-subtree-split: 1f173de885
9 lines
149 B
PHP
9 lines
149 B
PHP
<?php
|
|
/**
|
|
* Akismet footer template.
|
|
*
|
|
* Renders the akismet_footer action hook.
|
|
*/
|
|
declare( strict_types = 1 );
|
|
|
|
do_action( 'akismet_footer' );
|