base_prefix;
$acrc_chk_aff = $wpdb->get_var('SELECT COUNT(*) FROM information_schema.tables WHERE table_name = ' . '"' . $dbprefix . 'aff_affiliates"');
$acrc_chk_thm = get_current_theme(); //wp_get_theme( 'directorypress123' );
if($acrc_chk_aff <> 1 && $acrc_chk_thm <> '')
{
echo 'This plugin requires that you have 1. Directory Press, and 2. Affiliates plugins installed';
wp_die('Cannot activate without required plugins!');
}
// echo 'TEST1:' . $acrc_chk_aff . 'exists .
';
// echo 'TEST2:' . $acrc_chk_thm . 'exists .
';
}
?>
//
//