Site logo

Archived topic

Author description add shortcodes

5 replies · Started by Tobias on August 22, 2018

Viewing posts 1–6 of 6

Hi, how to enable Shortcodes for author description text?

Thank you :)

Hi there

just to clarify, you want to add a Shortcode in the Author description?

Yes.

I'm not 100% sure this will work, but it's worth a shot:

add_filter( 'get_the_author_description', function( $value ) {
    return do_shortcode( $value );
} );

Let me know :)

Perfect!
Thank you.

You're welcome :)

This archived topic is closed to new replies.