サイトフッターの閉じタグ</footer>
の直後にHTMLを挿入したい場合に利用します。
ソースコード
<?php
add_action(
'arkhe_after_footer',
function() {
?>
<a class="c-ta-action-hook-point p-arkhe_after_footer c-blinking" href="<?php echo esc_url( home_url( '/arkhe_after_footer' ) ); ?>" role="button">arkhe_after_footer</a>
<?php
}
);