Forum Replies Created

Viewing 1 replies (of 1 total)
  • Just find the line
    // And that the title is not the default title

    remove the condition
    if ( $cmb->get_field( ‘submitted_post_title’ )->default() == $_POST[‘submitted_post_title’] ) {
    return $cmb->prop( ‘submission_error’, new WP_Error( ‘post_data_missing’, __( ‘Please enter a new title.’ ) ) );
    }

    Because it will be same always, thats why it causing the error. I was getting the same error but now it resolved my issue

Viewing 1 replies (of 1 total)