wpDiscuz 7 API Documentation

  1. Home
  2. Docs
  3. wpDiscuz 7 API Documentation
  4. Actions
  5. wpdiscuz_option_page
Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

wpdiscuz_option_page

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

"; });

Was this article helpful to you? Yes No