wpDiscuz 7 API Documentation

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

wpdiscuz_after_subscription_form

This action can be used to display custom HTML after the subscription form.

Changelog

since 7.0.0 version

Usage

add_action("wpdiscuz_after_subscription_form", function () {
    echo "Custom Message";
});

Was this article helpful to you? Yes No