On one page only
-
Hi,
I’m thinking about using this for a project, but I need to be able to set the page ID where Idle User Logout where function, ignoring all other pages. It looks like I may be able to hook into
start_iul_action
.Let me know if I’m reading that correctly. If I changed
start_iul_action
first if statement toif (is_user_logged_in() && is_page(my_page_id))
that should do it for me.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘On one page only’ is closed to new replies.