Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author yydevelopment

    (@yydevelopment)

    Hi, thanks for your feedback.
    But unfortunately unless it’s a security issue there probably won’t be new updates in the near future.

    It’s possible there a maybe a filter that allow to have “Email me when someone responds to my comment” seleteced by defualt (to be honest i don’t remember).

    You might be able to try that with AI and see if the filter exists and ajust it from your side so update will work for your as well when you alter the code.

    Thread Starter steve92

    (@steve92)

    I don’t know how AI works. Regarding translations, you can add them in Loco. They’re all small changes you can make in a flash and that make users happy.

    Thread Starter steve92

    (@steve92)

    There’s this filter in the add-checkbox-to-comments file. If set to “1”, the box is checked by default. I added it to the functions.php child, but it doesn’t work.

     $check_subscribe_comment = apply_filters( 'yydev_check_subscribe_comment',  '0' );

    $checked_box = "";
    if( intval($check_subscribe_comment) == 1 ) {
    $checked_box = "checked";

    Thread Starter steve92

    (@steve92)

    Admin, why aren’t you replying to me? I just need to check the default “Send me an email notification when someone replies to my comment” box. Tell me how to do it and I’ll do it. in functions.php child.

    • This reply was modified 1 day, 11 hours ago by steve92.
Viewing 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.