Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there,

    you may want to remove the action associated to StCR at the very beginning:

    remove_action('comment_form', 'subscribe_reloaded_show')

    Camu

    Thread Starter Lejla

    (@lejla)

    Hi camu, thank you for your fast respond, but my experience with coding isn’t very profesional.
    Could you write me where I put this line of code, please:
    remove_action('comment_form', 'subscribe_reloaded_show')
    Thank you very much in advance.
    Lejla

    Hi there,

    you want to put that at the very beginning of your custom comments.php, before you generate the comment form.

    Camu

    Thread Starter Lejla

    (@lejla)

    Hi camu
    Thank you, thank you, thank you, thank you, I understand now. ??
    <?php remove_action('comment_form', 'subscribe_reloaded_show')?>
    Namaste
    Lejla

    Hi there,

    I’m glad it worked ?? A vote for my plugin would be a nice way to thank me eheh.

    Ciao,
    Camu

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How I disable "Subscribe To Comments Reloaded"?’ is closed to new replies.