/ Published in: PHP
Add stuff to the footer block.
Expand |
Embed | Plain Text
function footer_add_stuff() { echo '<img src="/image.jpg" alt="description" />'; } add_action('headway_footer_close', 'footer_add_stuff');
You need to login to post a comment.
