Skip to content

Instantly share code, notes, and snippets.

View egorleet's full-sized avatar
🕊️
Peace & kindness first

Egor Volchenko egorleet

🕊️
Peace & kindness first
View GitHub Profile
@egorleet
egorleet / Upload static by url to WordPress (Media Gallery)
Last active February 11, 2025 11:49 — forked from RadGH/rs_upload_from_url.php
Upload a file from a URL to the WordPress media gallery. Supports images, PDFs, and other file types.
@egorleet
egorleet / htpasswd.php
Created April 25, 2022 23:38 — forked from KrzysztofPrzygoda/htpasswd.php
A simple PHP .htpasswd and .htaccess generator
<pre>
<?php
/**
* A simple PHP .htpasswd and .htaccess generator
* If already present, .htpasswd is overwrittern but .htaccess is prepended with Access clousure if not found
*
* @author Krzysztof Przygoda, 2018
* @version 1.0
*/