Skip to content

Instantly share code, notes, and snippets.

View asadowski10's full-sized avatar

Alexandre Sadowski asadowski10

View GitHub Profile
@herewithme
herewithme / prod-images.php
Last active March 31, 2019 11:17
This plugin allow to build development environnement without copy data from uploads folder. Manage an failback with PHP and production assets.
<?php
/*
* Plugin Name: BEA - Prod images
* Version: 0.1
* Plugin URI: http://www.beapi.fr
* Description: This plugin allow to build development environnement without copy data from uploads folder. Manage an failback with PHP and production assets.
* Author: BeAPI
* Author URI: http://www.beapi.fr
* Domain Path: languages
* Network: false
@herewithme
herewithme / sanitize-filename.php
Created November 29, 2013 11:15
WordPress - No french punctuation and accents for filename
<?php
/*
Plugin Name: No french punctuation and accents for filename
Description: Remove all french punctuation and accents from the filename of upload for client limitation (Safari Mac/IOS)
Plugin URI: http://www.beapi.fr
Version: 1.0
Author: BeAPI
Author URI: http://www.beapi.fr
/*