Support » Fixing WordPress » programming language

  • golestan12designer

    (@golestan12designer)


    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 1 week, 4 days ago by golestan12designer.
    • This topic was modified 1 week, 4 days ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic
Viewing 1 replies (of 1 total)
  • Joy

    (@joyously)

    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)
  • You must be logged in to reply to this topic.