関数 wp_htmledit_pre()
関数 wp_htmledit_pre()
| function wp_htmledit_pre($output) { if ( !empty($output) ) $output = htmlspecialchars($output, ENT_NOQUOTES, get_option( 'blog_charset' ) ); // convert only < > & return apply_filters( 'htmledit_pre', $output ); } |
- 関数