Skip to content

Instantly share code, notes, and snippets.

@morganestes
Created August 6, 2013 16:45
Show Gist options
  • Select an option

  • Save morganestes/6166258 to your computer and use it in GitHub Desktop.

Select an option

Save morganestes/6166258 to your computer and use it in GitHub Desktop.
chat help for John234
<?php
$profile = get_the_author_meta( 'description' );
if ( $profile )
echo $profile;
else
echo 'No information';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment