Skip to content

Instantly share code, notes, and snippets.

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 carlaizumibamford/49c903392c69d1c8af6700e8c37e7faf to your computer and use it in GitHub Desktop.
Save carlaizumibamford/49c903392c69d1c8af6700e8c37e7faf to your computer and use it in GitHub Desktop.
<?php if( !post_password_required( $post->ID ) ) : ?>
<?php else: ?>
<?php echo get_the_password_form(); ?>
<?php endif;?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment