I am having issues with the plugin after updating the advanced sidebar menu pro.
The error message shows this: PHP Fatal error: Uncaught TypeError: Argument 1 passed to Advanced_Sidebar_Menu\Meta\Page_Meta::exclude_from_custom_fields() must be of the type bool
OnPoint Plugins
Hi Mark,
It looks like another plugin or theme is changing the type of value returned from the WP core
is_protected_meta
function. It is expected to be a Boolean liketrue
orfalse
but it has been changed tonull
.I have updated the PRO plugin to be flexible if another plugin changes the type of data.
Version 9.5.5 is now available with this fix included.
Have a great day!