fatal error with PHP 7
-
When I updated to PHP 7 this plugin crashed due to the use of the
split()
function which has been removed from PHP. To fix this, change line 90 to:$cross_posts = explode(' ', get_post_meta($post_id, 'cross-post'));
- The topic ‘fatal error with PHP 7’ is closed to new replies.