Skip to content

Instantly share code, notes, and snippets.

@EITANINOMIYA
Created December 20, 2016 07:08
Show Gist options
  • Save EITANINOMIYA/f3e0dd18537045701dcfb9045d95cb7d to your computer and use it in GitHub Desktop.
Save EITANINOMIYA/f3e0dd18537045701dcfb9045d95cb7d to your computer and use it in GitHub Desktop.
【wordpress】定義済みのリライトルールの確認
/*#################################################
# リライトルールの確認
#################################################*/
<?php
echo '<pre>';
print_r( get_option( 'rewrite_rules' ) );
echo '</pre>';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment