Post_content null on PHP 8.2
-
When using PHP 8.2.0 the plugin gives an error when the linked blog doesn’t exist. To fix this, I locally updated line 99 of
reusablec-block.php
to:if ($page_data == null || get_option('rcb_hide_unpub') && $page_data->post_status !== 'publish') {
Can’t this be included in this plugin? Thanks!
- The topic ‘Post_content null on PHP 8.2’ is closed to new replies.