If you’re a fan of films and TV you’ll probably keep track of what you’re watching. While there are online services such as Trakt and […]
WordPress: Update Plugin Via GIT
Create a class to handle updates Add this to your plugin’s main PHP file or a separate updater file: <?php class GitHub_Plugin_Updater { private $slug; […]
WordPress: Plugin To Download Random Posts To A CSV File
The following code will create a plugin that allows you to download random posts based on selected categories in an admin page. 3 CVS files […]