Replies: 0
How do you fix this code?
It’s not letting me change the – Subscriber Text via function.php file.
add_filter('wpcf7_subscribers_only_notice', function($error, $name, $cf7) { ob_start(); ?>
<div>This feature is only available to registered users. Please Login or Register.</div>
<?php $error = ob_get_clean();return $error; });
The original text for subscribers only mode:
This contact form is available only for logged in users.