Replies: 0
I’ve added a snippet to a page on my website using the following:
add_action('sinatra_before_page_content','display_registry');
While the display_registry function runs as intended, the footer section is completely missing. I’m new to PHP/Wordpress so not sure what I’m doing wrong. I’ve been searching for days for an answer.