Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hey,

    I tried something like this for the media gallery and it works for me :

    add_filter('media_upload_gallery', 'fnc_dummy_redirect',0);
    function fnc_dummy_redirect()
    {
    	remove_all_filters( 'media_upload_gallery');
            my_overrided_media_upload_gallery_function();
    }

    Not a beautiful solution, but at least the core files remain intact.

    nnh

Viewing 1 replies (of 1 total)