javascript - Passing values from Wordpress with AJAX -
i'm trying reverse engineer wordpress theme uses ajax it's values database. following line in php file found.
<script> <span class="position-profile">{{=et_professional_title }}</span> <script> what i'm wondering how {{=et_professional_title }} possibly getting value. when text search on files there 1000 references won't work. {{ specific syntax specific? need pointed in right direction
there multiple templating languages wordpress. mustache or timber (twig).
Comments
Post a Comment