Even

Do I need to escape get_theme_mod('url') / ('mail') with esc_url?

Do I need to escape get_theme_mod('url') / ('mail') with esc_url?

Yes, you do. Even if you have sanitised the value when saving it, you should always escape on output.

How to remove sidebar primary widget on Mobile on category page
How do I remove the sidebar from a category? How do I remove the Primary Sidebar Widget Area? How do I hide the sidebar on my WordPress Mobile? How do...
Categories and posts structure
What are post categories? What is the difference between tags and categories? How many categories should a blog post have? How many types of categorie...
Secure WordPress API, how?
How to Secure the REST API Disable REST API — Disable REST completely for all non-logged users. REST API Toolbox — Disable only the REST users endpoin...