Issues with Multiple Instances
-
Need to execute two different php_everywhere code blocks.
Tried implementing the method in the documentation:
[php_everywhere instance=1]
[php_everywhere instance=2]
.
.
.
<?PHP if ($instance==”1″) { … }
else { … }But this causes a WP fatal error on the page.
Wordpress v5.5, PHP v7.4
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Issues with Multiple Instances’ is closed to new replies.