反饋下,加上了這段代碼,還是沒有默認勾選效果呢,是不是代碼過期了呢
function subscribed_by_default(){
echo ‘<script type=”text/javascript”>jQuery(“#bbp_topic_subscription”).prop(“checked”,”checked”);</script>’;
add_filter(‘bbp_theme_after_topic_form_subscriptions’,’subscribed_by_default’);
add_filter(‘bbp_theme_after_reply_form_subscription’,’subscribed_by_default’);