You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: Bozuko Promotions is a Wordpress based promotion management system
Version: 2.0.0
Author: Bozuko
Author URI: http://bozuko.com
License: Proprietary
*/
add_action('plugins_loaded', function()
{
if( !class_exists('Snap') ){
// The Snap library is required
function sweeps_snap_required(){
echo '<div class="error"><p>The Sweepstakes Plugin requires the <a href="https://github.com/fabrizim/Snap">Snap Library</a>. Please download the zip file and install.</p></div>';