Viewing 1 replies (of 1 total)
  • Plugin Author etruel

    (@etruel)

    Hi, this can be made with a filter like this:

    add_filter('wpematico_allowext','my_extra_ext');
    function my_extra_ext( $allowed ){
       return $allowed . ',mp3' ;
    }

    I just wrote the function here, I don’t know if it’s working, test it because enclosures are suported in pro version.

    cheers

Viewing 1 replies (of 1 total)
  • The topic ‘Getting mp3 links from the feed’ is closed to new replies.