• I have a plugin which uses the media library for inserting images using wp_enqueue_media.

    At this moment when this plugin is active, the featured images functionality breaks. If found that this was an existing bug was fixed in 2.5 but for me it still occurs.

    Anybody any thoughts on this? Is there any way to prevent this? I built in a check but isn’t working (tried a few variations) :

    if ( did_action( 'wp_enqueue_media' ) === 0 )
    	 wp_enqueue_media();
  • The topic ‘Wp_enqueue_media bug still occuring?’ is closed to new replies.