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.

cant upload media/pictures to my wordpress site, cant upload anything to my database
The image upload issue in WordPress is typically caused by incorrect file permissions. Your WordPress files are stored on your web hosting server and ...
How to install Bootstrap in a WordPress child theme
How do I add bootstrap to my WordPress theme? How do I add bootstrap 4 to my WordPress theme? How do I use Bootstrap CDN in WordPress? How do I conver...
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...