install('https://downloads.wordpress.org/plugin/backuply.zip'); if(!is_wp_error($installed) && $installed){ $activate = activate_plugin('backuply/backuply.php'); //wp_safe_redirect(admin_url('/')); } } } // Do not shows the activation text if function backuply_pro_prevent_activation_text($install_actions, $api, $plugin_file){ if($plugin_file == 'backuply/backuply.php'){ return array(); } return $install_actions; } function backuply_pro_free_version_nag(){ echo '
You have not installed the free version of Backuply. Backuply Pro depends on the free version, so you must install it first in order to use Backuply. Install Now
Backuply Pro depends on the free version of Backuply, so you need to install the free version first.
Install Now