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