The ‘https_local_ssl_verify’ filter
I have run into some WordPress code which does POST requests to API sites and in the POST parameters for the SSL property … Read more
I have run into some WordPress code which does POST requests to API sites and in the POST parameters for the SSL property … Read more
I did a lot of searching and also read the PHP $_SERVER docs. Do I have this right regarding which to use for … Read more
I am running WordPress 3.3.2 self-hosted. I used to see the option “I would like my site to be private, visible only to … Read more
e.g. curl -I http://ma.tt/blog/wp-config.php 200 OK The wp-config.php is not public facing file, since it currently just return blank page, so why not … Read more
What is creating this file? It’s in /wp-content/mu-plugins directory. If I delete it, it comes back after a while. it contains these code: … Read more
I am trying to use Angular with a list of apps, and each one is a link to see an app in more … Read more
Is default functions like update_post_meta() safe to use user inputs? e.g. update_post_meta(76, ‘my_key’, $_GET[‘value’]) Or should I use $_GET[‘value’] = sanitize_text_field($_GET[‘value’]); before using … Read more
I’ve just read on the net about a newly discovered security vulnerability in ASP.NET. You can read the details here. The problem lies … Read more
Is it good to install wordpress in a subdirectory (with a random name), but set “Homepage” address to domain root? (based on Giving … Read more
I’m using Oracle for development. The password for a bootstrap account that I always use to rebuild my database has expired. How do … Read more