add extention not running
-
Hi,
I’m using buddydrive to share guitartab style “guitarpro files – .gpx”.
In my function.php, I add this codefunction custom_upload_mimes ( $existing_mimes=array() ) { $existing_mimes['gpx'] = 'audio/x-gp6'; $existing_mimes['gp5'] = 'audio/x-gp5'; return $existing_mimes; } add_filter('upload_mimes', 'custom_upload_mimes');
In options of buddydrive, all is ok but
it’s not running since last version of wordpress.
Thank’s for helping and sorry for my english.
Franck
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘add extention not running’ is closed to new replies.