echo with no output?
-
This is strange—what’s wrong with me? I write in a snippet:
echo “hello”;
but no output. If I write:
add_filter( ‘show_admin_bar’, ‘__return_false’ );
echo “hello”;
The admin bar is hidden on frontend, but “hello” is missing. Why is that? Thank you, mickna
Theme: a fresh Twenty Twenty-Five
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘echo with no output?’ is closed to new replies.