Advertisement
websupporter

dn_mp3_url

Mar 31st, 2015
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. <?php
  2.     add_filter( 'dn_mp3_url', 'my_soudnfile' );
  3.     function my_soundfile( $file ){
  4.         return plugins_url( 'sound.mp3', __FILE__ );
  5.     }
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement