Notes class !
Always escape output: esc_html() for text, esc_url() for URLs
Use bloginfo() for direct output (it escapes automatically)
Use get_bloginfo() when you need to store or manipulate the value
For customizer support, use the blogname theme mo
Warning Class !
Always escape output: esc_html() for text, esc_url() for URLs
Use bloginfo() for direct output (it escapes automatically)
Use get_bloginfo() when you need to store or manipulate the value
For customizer support, use the blogname theme mo