1 && get_option( 'page_comments' ) ) : ?>
'
', 'email' => '
', 'url' => '
', ); function my_fields($realestate_fields) { return $realestate_fields; } add_filter('realestate_form_default_fields','my_fields'); $realestate_defaults = array( 'fields'=> apply_filters( 'realestate_form_default_fields', $realestate_fields ), 'comment_field'=> '
', 'logged_in_as' => '

' . __( "Logged in as ",'is-realestate' ).''.$user_identity.''. ''.__(" Log out?",'is-realestate').'' . '

', 'title_reply_to' => __( 'Leave a Reply to %s','is-realestate'), 'id_submit' => 'realestate_send_button', 'label_submit'=>__( 'Post Comment','is-realestate'), 'class_submit'=>'col-md-3 btn-auto btn btn-primary-outline waves-effect', 'comment_notes_before'=> '', 'comment_notes_after'=>'', 'title_reply'=> __('Leave a Reply','is-realestate'), 'role_form'=> 'form', 'class_form'=> 'row text-xs-left md-form-edit wow fadeInRight', ); comment_form($realestate_defaults); ?>