bloginfo('url') vs echo esc_url( home_url() )
-
I just ran theme check on a theme I have and noticed a bunch of errors for how I am linking within my theme. It says that bloginfo(‘url’) is incorrect and basically all of the other reference such as bloginfo(‘template_directory’) is wrong to. Should I be using echo esc_url( home_url() ) instead? I cannot really find any documentation that says bloginfo is wrong. Suggestions? Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘bloginfo('url') vs echo esc_url( home_url() )’ is closed to new replies.