Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
1 Reply
Mar 19, 2022 8:27 am
Hi @stanbrid,
You can use the JS code below:Â
jQuery(document).ready(function(){ jQuery("input.wpd-inline-notify-me").prop('checked', true); });
This article should be helpful for you: https://www.collectiveray.com/add-javascript-to-wordpress
Â