Parse error: syntax error, unexpected T_STRING in /home/storage/0/2b/cc/w2belocal/public_html/wp-content/plugins/tailor/includes/controls/abstract-control.php on line 260
When I open this direct path via FTP and go to line 260 it is as follows:
<a class="button button-small js-default <% if ( 'undefined' == typeof showDefault || !showDefault ) { %>is-hidden<% } %>">
<?php _e( 'Default', 'tailor' ); ?>
</a>
I do not know what I can change to work, since I am a lay backend. I think it's missing some punctuation or quotation marks, but I've tried and it has not rolled.
Kindly, can anyone tell me what causes this error?
Thank you.