Created
December 20, 2016 07:08
-
-
Save EITANINOMIYA/f3e0dd18537045701dcfb9045d95cb7d to your computer and use it in GitHub Desktop.
【wordpress】定義済みのリライトルールの確認
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*################################################# | |
# リライトルールの確認 | |
#################################################*/ | |
<?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