[Resolved] hook for wp_logout

Home Forums Support [Resolved] hook for wp_logout

Home Forums Support hook for wp_logout

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1335672
    Saikat

    Hello,
    If I want to write a function for Hook wp_logout then can I implement it in GP elements as Custom Hook or I have to write add_action() for wp_logout in function.php of the child theme.

    Regards
    Saikat Haldar

    #1335821
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You’ll likely want to write a custom hook/filter for something like that.

    Elements are meant to display content on the site. Internal functionality like that should remain as custom functions.

    #1335904
    Saikat

    Thanks, got it.

    #1336522
    Tom
    Lead Developer
    Lead Developer

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.