Files
hub-insurance/wp-content/plugins/akismet/views/footer.php
T
2026-07-02 15:54:39 -06:00

10 lines
149 B
PHP

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