404ページのコンテンツエリア<div class="c-postContent p-404__content">
タグの直前にHTMLを挿入したい場合に利用します。
ソースコード
<?php
add_action(
'arkhe_before_404_content',
function() {
?>
<a class="c-ta-action-hook-point p-arkhe_before_404_content c-blinking" href="<?php echo esc_url( home_url( '/arkhe_before_404_content' ) ); ?>" role="button">arkhe_before_404_content</a>
<?php
}
);