This action can be used to display custom HTML after the subscription form.
Usage
add_action("wpdiscuz_after_subscription_form", function () {
echo "Custom Message";
});
Changelog
since 7.0.0 version
This action can be used to display custom HTML after the subscription form.
add_action("wpdiscuz_after_subscription_form", function () {
echo "Custom Message";
});
since 7.0.0 version
