Viewing 2 replies - 1 through 2 (of 2 total)
  • Same problem here. Any help would be great 🙂

    UPDATE: Went through the plugin files and commented out line 35 on cardboard.php:

    if ( is_admin() ) {
         //add_action( "add_attachment", array( $this, "add_attachment" ) ); Comment out this line
         add_filter( "image_send_to_editor", array( $this, "image_send_to_editor" ), 10, 8 );
    } else {
    • This reply was modified 7 years, 6 months ago by elmediano.

    Sorry, forgot to say that after doing that, it works! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘cardboard won't let me upload images to the media library’ is closed to new replies.