Skip to content

Instantly share code, notes, and snippets.

@anythinggraphic
Last active January 29, 2017 03:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anythinggraphic/1f44ee48089a7d3cbe62f8a4a8032fc7 to your computer and use it in GitHub Desktop.
Save anythinggraphic/1f44ee48089a7d3cbe62f8a4a8032fc7 to your computer and use it in GitHub Desktop.
Allow shortcodes in the Genesis Author Box for Users > Profile.
<?php
/* @link https://anythinggraphic.net/allow-shortcodes-in-author-box-for-genesis/
/* Allow shortcodes in the Author Box for users
----------------------------------------------------------------------------------------*/
add_filter( 'genesis_author_box', 'do_shortcode', 20 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment