Site logo

Archived topic

hook for wp_logout

3 replies · Started by Saikat on June 20, 2020

Viewing posts 1–4 of 4

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

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.

Thanks, got it.

No problem :)

This archived topic is closed to new replies.