This action can be used to display some HTML under the logo in the Dashboard and Settings pages.
Usage
add_action("wpdiscuz_option_page", function () {
echo "Custom Message
";
});
Changelog
since 7.0.0 version
This action can be used to display some HTML under the logo in the Dashboard and Settings pages.
add_action("wpdiscuz_option_page", function () {
echo "Custom Message
";
});
since 7.0.0 version
