• hi

    Which programming language created the following code?

    {{ data.title }}

    What does this code do?

    Part of the code included

    `<h3 class=”accordion-section-title” tabindex=”0″>
    {{ data.title }}
    <span class=”screen-reader-text”><?php _e( ‘Press return or enter to open’ ); ?></span>
    </h3>

    File path

    wp-includes\class-wp-customize-section.php

    • This topic was modified 2 years, 9 months ago by golestan12designer.
    • This topic was modified 2 years, 9 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic
Viewing 1 replies (of 1 total)
  • The code you pasted is PHP, which is outputting HTML with a little JSX. It is processed by Javascript and dynamically filled with the data.

Viewing 1 replies (of 1 total)
  • The topic ‘programming language’ is closed to new replies.