Fatal Error.
-
The following code will cause a Fatal Error in PHP 7.4.
https://plugins.trac.ww.wp.xz.cn/browser/scripts-n-styles/trunk/includes/class-sns-list-usage.phpIt seems that
$postmust also be passed in thedisplay_post_statesfilter hook.
https://developer.ww.wp.xz.cn/reference/hooks/display_post_states/I was able to avoid the above error by modifying as follows
$post_states = apply_filters( 'display_post_states', $post_states, $post );If everything is ok, could you please merge the modifications?
The topic ‘Fatal Error.’ is closed to new replies.