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 […]
This post is a part 3 of Using WordPress Media Uploader in Plugins and Themes post series. ⎘ Next post in the series is Adding a Audio Playlist using WordPress Media Uploader. ⎗ Previous post in the series is Adding Multiple Images using WordPress Media Uploader. In this tutorial we will see how to open […]
This post is a part 2 of Using WordPress Media Uploader in Plugins and Themes post series. ⎘ Next post in the series is Adding Image Gallery using WordPress Media Uploader. ⎗ Previous post in the series is Adding a Single Image using WordPress Media Uploader. In this tutorial we will see how to open […]
This post is a part 1 of Using WordPress Media Uploader in Plugins and Themes post series. ⎘ Next: Adding Multiple Images using WordPress Media Uploader. In this tutorial we will see how to open the WordPress media uploader and let user upload or select a single image. Once the image is selected, media uploader […]
WordPress Media Uploader is a WordPress Core JavaScript tool which lets us upload or select existing images, documents, videos and audios and then return reference to the selected media files to the caller. Here is a gentle introduction to the WordPress media uploader. Media uploader is used by various WordPress admin functionalities such as add […]
In this tutorial I will show you how to remove HTML tags from a string using PHP. Remove all Tags PHP’s inbuilt strip_tags function lets you remove all HTML tags from string and also provides you ability to ignore certain tags. Here is example code on how to use <?php $string = "<p>Awesome</p><b> Website</b><i> by […]
Exit-Intent technology has been one of the most successful Internet marketing techniques. Websites use this technology to increase subscribers, sell products, social media followers etc. In this tutorial I will tell you what it is and how exactly it works. And also how to integrate this technology in your own website. What is Exit-Intent Technology? […]
This post is a part 17 of ECMAScript 6 Complete Tutorial post series. In nutshell JavaScript modules are just a way of packaging related JavaScript code in its own scope which can be consumed by other JavaScript programs. In this tutorial I will show the different ways to create JavaScript modules. Immediately-Invoked Function Expression IIFE […]
In this tutorial I will show you the easiest way to style output string of JavaScript browser console. The first parameter of console.log() may contain format specifiers(a string token composed of the % sign followed by a letter that indicates the formatting to be applied). And then we can provide a comma seperated list of […]
Most Commented