Please fix this PHP Fatal error!
-
PHP Fatal error: Uncaught TypeError: strpos(): Argument #1 ($haystack) must be of type string, bool given in /home/public_html/wp-content/plugins/woocommerce/includes/class-wc-brands.php:176
This happens when there are products(event tickets) without permalink!
Now, we add the following code above line 176 to overcome this issue.
if ( is_bool($permalink) ) { return ”; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.