Forums
Forums / Theme: Sinatra / Pre Footer
(@ashutoshdikshit)
5 years, 1 month ago
I have added prefooter to the page. But i want to disable it after login.
Thanks.
(@brankoconjic)
Hi @ashutoshdikshit,
You can use this PHP snippet:
if ( is_user_logged_in() ) { add_filter( 'sinatra_is_pre_footer_displayed', '__return_false'); }
Paste it in your child theme’s function.php or use a plugin such as this one: https://ww.wp.xz.cn/plugins/code-snippets/
The topic ‘Pre Footer’ is closed to new replies.