関数 esc_attr_e()
2015/01/10
関数 esc_attr_e()
定義ファイル :/blog/wp-includes/l10n.php
1 2 3 | function esc_attr_e( $text, $domain = 'default' ) { echo esc_attr( translate( $text, $domain ) ); } |
WEBシステム SI屋の代表のブログです。
2015/01/10
1 2 3 | function esc_attr_e( $text, $domain = 'default' ) { echo esc_attr( translate( $text, $domain ) ); } |