This post is a part 48 of Intel XDK Complete Tutorial post series. PHP and MySQL are most popular backend technologies ever. 82% of mobile apps using PHP and MySQL as their backend server. In this tutorial we will see how to create PHP web services and call them using Intel XDK. And also how […]
Since a long time WordPress had a built in data caching system. Very few developers know about it or how it works. WordPress provides a very flexible data caching system i.e., its functionality can be customised and/or extended using plugins. In this tutorial I will tell you how it works, where WordPress uses it and […]
WordPress wp_load_alloptions() function returns an associative array. This associative array contains WordPress options and transients whose autoload property is set to true. By default all options and transients have autoload property set to true. WordPress does let you set a option’s autoload property to false. The purpose of this function is the load all the […]
$notoptions is an associate array. Key is a string and value is a boolean type. Before WordPress Options API and Transients API try to retrieve a value for an key they check for this existence of the key in $notoptions array and if then find the key in it then it indicates that the key […]
To disable WordPress from displaying avatars in comments WordPress provides a option in Settings » Discussion to disable avatars. But the issue is that this option disables avatar throughout the website. Therefore avatar on author info box is not displayed. So I have written a code snippet which disables avatar only on comments template. This […]
GMail browser EMail client removes HTML class and id attributes and also style tag from HTML emails. GMail does this so that your HTML email styles don’t mess up with GMail’s interface. Therefore the solution to keep make the style inline to the HTML elements. Obviously its time consuming to write all the style inline […]
This post is a part 6 of Using WordPress Media Uploader in Plugins and Themes post series. ⎗ Previous: Adding a Video using WordPress Media Uploader. WordPress media uploader is made up of Underscores and Backbone therefore to open the media uploader on frontend we just need to embed these dependencies and the core media […]
This post is a part 5 of Using WordPress Media Uploader in Plugins and Themes post series. ⎘ Next post in the series is Using WordPress Media Uploader on Frontend. ⎗ Previous post in the series is Adding a Audio Playlist using WordPress Media Uploader. In this tutorial we will see how to open the […]
This post is a part 4 of Using WordPress Media Uploader in Plugins and Themes post series. ⎘ Next post in the series is Adding a Video using WordPress Media Uploader. ⎗ Previous post in the series is Adding Image Gallery using WordPress Media Uploader. In this tutorial we will see how to open the […]
Most Commented