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";
});This action can be used to display custom HTML after the subscription form.
add_action("wpdiscuz_after_subscription_form", function () {
echo "Custom Message";
});