Multiple File Uploaders on 1 Page WordPress plugin
jQuery(document).ready(function() { jQuery(‘#upload_image_button’).click(function() { formfield = jQuery(‘#input1’).attr(‘name’); tb_show(”, ‘media-upload.php?type=image&TB_iframe=true’); return false; }); jQuery(‘#upload_texture_button’).click(function() { formfield = jQuery(‘#input2’).attr(‘name’); tb_show(”, ‘media-upload.php?type=image&TB_iframe=true’); return false; }); […]
Woocommerce Incredible Multi Page Checkout Extension on Sale + Coupon = Super Cheap
Woocommerce Incredible Multi Page Checkout is on sale. Give customers a more thorough checkout process. Download it today. Plus we have a […]
Island X Game – Open World Survival with Crafting, Building, Gardening, Hunting, and Fishing
Updates can be viewed here http://islandxgame.com
Fatal error: Call to undefined function is_plugin_active() | WordPress
There are some threads on the internet telling you to do this as a fix: function check_some_other_plugin() { if ( is_plugin_active(‘some-plugin.php’) ) […]
Echo User Role WordPress PHP
$user = new WP_User( $user->ID ); if ( !empty( $user->roles ) && is_array( $user->roles ) ) { foreach ( $user->roles as $role […]
How to Add Custom Fields to User Profile – WordPress
Super easy way to add custom fields to the user profile on WordPress. This will take you 3 seconds to implement. […]
Best Survival Video Games of All Time
Survival Games are becoming more and more popular. However, they have been around for quite a while. Here’s some our all time […]
Cron Job to remove all Files older than a Specific Amount of days
In this example I’m using 90 days. But you can use whatever you would like in the place of it. It’s also […]