Support

Account

Home Forums Bug Reports Problem with Relationship Field Reply To: Problem with Relationship Field

  • Ok, i’ve add this code on line 496 and fixed the notice:

    $post_type_object = get_post_type_object( get_post_type() );
    if ( empty( $title ) ) {
       $title .= $post_type_object->labels->singular_name;
    }