This plugin breaks displaying PHP Code
-
Reference:
https://de.www.ads-software.com/support/topic/wordpress-zeigt-keinen-code-an/Reproduce error:
Add a wordpress code block with the following text:
<h1>Your payment has been successful.</h1>
<input type=”hidden” name=”item_name” value=”<?php echo $row[‘name’]; ?>”>
<input type=”hidden” name=”item_number” value=”<?php echo $row[‘id’]; ?>”>
<input type=”hidden” name=”amount” value=”<?php echo $row[‘price’];€ ?>”>Frontend:
Code is not getting displayed / partly executed
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘This plugin breaks displaying PHP Code’ is closed to new replies.