[Resolved] line breaks in author info

Home Forums Support [Resolved] line breaks in author info

Home Forums Support line breaks in author info

  • This topic has 2 replies, 2 voices, and was last updated 4 years ago by Tom.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #889784
    Anil

    please guide to have line breaks in author info

    #889802
    Anil
    add_filter( 'get_the_author_description', 'tu_author_desc_autop' );
    function tu_author_desc_autop( $output ) {
        return wpautop( $output );
    }
    
    #889911
    Tom
    Lead Developer
    Lead Developer

    Glad you got it working – thanks for posting the code 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.