ik zie in worrdpess theme in header.php deze php function:<?php esc_html_e:
deze onder is hele syntax:
<button class="menu-toggle" aria-controls="primary-menu" aria-expanded="false"></button><?php esc_html_e( 'Primary Menu', 'garage' ); ?>
ik heb in wordpress codex bekijken voor betekenis van deze code ; er staat volgende:
esc_html_e( string $text, string $domain = 'default' )
Display translated text that has been escaped for safe use in HTML output.
maar als ik kijk in W3schools voor PHP tutorials ik zie geen enkele functie als: esc_html_e
is deze code is php code als ja waarom staat niet i php tutorials?
dank u wel
johan