This filter can be used for enabling or disabling the “My Content and Settings” button when the default tabs are disabled.
Changelog
Since 7.0.0 version
Parameters
$enable (type: bool) – either enable or disable the “My Content and Settings” button when the default tabs are disabled
Usage
add_filter("wpdiscuz_enable_content_modal", function ($enable) { return true; });