反饋下,加上了這段程式碼,還是沒有預設勾選效果呢,是不是程式碼過期了呢
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’);