Wordpress - Custom Theme Development
You added this code to your theme's
But the footer text does not appear on your site. What is the most likely reason?
functions.php:add_action('wp_footer', function() { echo '<div>Footer Text</div>'; });But the footer text does not appear on your site. What is the most likely reason?
