Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thanks so much tomgf!!!

    There were a few who were having problems and were confused by tomgf’s instructions…

    His first code REPLACES the code that begins with

    if ($post->post_mime_type == 'audio/mpeg

    Then scroll down a bit until you come to the function AudioPlayer.
    Just below the call to the function, you will see severaladd_filter’s

    Somewhere in that, add the filter from his second code,

    add_filter('media_send_to_editor', array(&$this, "media_send_to_editor"));

    Last, scroll down a bit more and add his last bit of code just before the code

    /**
    		 * Adds Audio Player options tab to admin menu
    		 */

    Walla… Thanks again tomgf!

Viewing 1 replies (of 1 total)