関数 the_permalink()
2015/01/14
関数 the_permalink()
定義ファイル :/blog/wp-includes/link-template.php
1 2 3 4 | <?php function the_permalink() { echo esc_url( apply_filters( 'the_permalink', get_permalink() ) ); } |
WEBシステム SI屋の代表のブログです。
2015/01/14
1 2 3 4 | <?php function the_permalink() { echo esc_url( apply_filters( 'the_permalink', get_permalink() ) ); } |