In WordPress admin pages function get_the_title() escaped with esc_html() this way: add_filter( 'the_title', 'esc_html' );.
確定! 回上一頁