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