Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View sinyavsky's full-sized avatar
🏠
Working from home

Alexander Sinyavsky sinyavsky

🏠
Working from home
View GitHub Profile
@sinyavsky
sinyavsky / install.php
Last active July 3, 2023 19:55 — forked from tschoffelen/install.php
A simple PHP script that automatically downloads and unzips the latest version of Wordpress in the current directory (./), so that I don't have to download it and upload it to my server through FTP manually.
<?php
// список плагинов для установки
$pluginsList = [
'contact-form-7',
'cyr2lat',
'flamingo',
'wp-fastest-cache',
'wordpress-seo'