Code -Snippet für Header -Fußzeile in WordPress
add_action( 'wp_footer', function () { ?>
<!-- footer code goes here -->
<?php } );
Xanthous Xenomorph
add_action( 'wp_footer', function () { ?>
<!-- footer code goes here -->
<?php } );
add_action( 'wp_head', function () { ?>
<!-- header code goes here -->
<?php } );