• Hi,
    I’m using buddydrive to share guitartab style “guitarpro files – .gpx”.
    In my function.php, I add this code

    function 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

    • This topic was modified 8 years, 1 month ago by zikadonfeur.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author mrpritchett

    (@mrpritchett)

    I’ll look into this. Sounds like the latest update changed the filter hook possibly.

    Plugin Author mrpritchett

    (@mrpritchett)

    This is related to a bug in version 2.0.0 that will be patched very soon. Thanks for using BuddyDrive.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘add extention not running’ is closed to new replies.