'businessmax_comment' ) ); ?>
1 && get_option( 'page_comments' ) ) : ?>
'
', 'email' => '
', ); function my_fields($fields) { return $fields; } add_filter('wl_comment_form_default_fields','my_fields'); $defaults = array( 'fields'=> apply_filters( 'businessmax_comment_form', $fields ), 'comment_field'=> '
', 'class_form' => 'form-border', 'logged_in_as' => '

' . __( "Logged in as ",'businessmax' ).''.$user_identity.''. ''.__(" Log out?",'businessmax').'' . '

', 'title_reply_to' => __( 'Leave a Reply to %s','businessmax'), 'class_submit' => 'main-btn', 'label_submit'=>__( 'Send Now','businessmax'), 'comment_notes_before'=> '', 'comment_notes_after'=>'', 'title_reply'=> '

'.__('Leave a Reply','businessmax').'

Your email address will not be published. Required fields are marked *

', 'role_form'=> 'form', ); comment_form($defaults); ?>