If you are just trying to logout a user and redirect them back to the homepage, could you just use the wp_logout() function?
So instead of this:
if ( is_page_template( 'templates/template-logout.php' ) ) {
$logout_url = wp_logout_url( home_url() );
wp_safe_redirect( $logout_url ); // Logout and Redirect to homepage
exit;
}
Your logic could just be:
if ( is_page_template( 'templates/template-logout.php' ) ) {
wp_logout();
}
Related Posts:
- wp_enqueue_script was called incorrectly
- Remove type attribute from script and style tags added by WordPress
- Define page template in wp_insert_post
- Add custom template page programmatically
- Define custom Page Template without its own .php file
- Logout redirect to current page – function
- Filter the query ONLY for the search results page
- Masking logout URL
- Logout/login redirect CSS issue
- How to display error messages using WP_Error class?
- Custom page template how to check is_page from functions.php?
- Remove Menu Page Giving Error
- Run Product Filter Javascript On Page Template
- Functions.php reverted to new one
- Programmatically set page template based on page ID
- How to make unique add_filter to the_content of specific page template files – so each template gets its own addition
- Adjust which tempalte a page uses with a function?
- How to specify which Gutenberg blocks are available in the editor for a page template
- how to change link of some wordpress pages
- Why is my Gutenberg block returning an error after initial save?
- Filtering posts by category name based on page’s slug
- Debugging with functions.php
- is_account_page() change to page slug
- How to enable template page only for a post id page
- Activate small php condition at footer over page template
- Get_template_part inside a folder
- Warning: : DOMDocument::loadHTML(): Empty string supplied as input in functions.php when adding classes to post images
- Parse error after modifying the template menu [closed]
- help I changed one currency in woocommerce and everything is ruined [closed]
- Need help getting a function to function
- Pass parameter to hooked function using custom page template
- different style sheet for just one page template
- Connecting to a 2nd DB gives me no results when querying
- debugging errors.. how to remedy?
- Functions Error: Impacting Galleries
- Logout Redirect and also WP-login.php Redirect
- Page Template Won’t Load Correct CSS File
- Strange error from functions.php files (wp_register_script)
- Add Login and logout buttons to top menu bar
- Show errormessages on wrong username/password on custom loginform?
- Function to check if custom page is used by page?
- Problems with functions.php! Error! [closed]
- Looking for Functions File that doesn’t Exist
- Unable to use get_page_by_title() more than once per page?
- functions.php pharse error on complete new install
- How to Override Page Template if URL matches query?
- Probleme shortcode with list author
- How Can I Create a Friendly Slug for a Dynamic Page?
- Enqueue script if not page template
- “Conditional query tags do not work before the query is run. Before > then, they always return false. “
- Pagination won’t work on custom page
- MCAPI.class.php showing some error
- I’m getting invalid taxonomy in init action
- Edit meta fields from within template
- Translation Function missing text-domain [closed]
- Sending Messages Back to the Template After Processing?
- is_page_template wont allow me to enqueue scripts
- What is wrong with functions.php? Fills error log with same error
- Random text changing to weird icons in both admin & front end
- jQuery HoverIntent is not a function
- How to use different jquery function of idangero swiper dependant on page template?
- create submenu page – error function not found or invalid function name
- Why does modifying my functions.php file always result in a server error
- Notice: Use of undefined constant REQUEST_URI – assumed ‘REQUEST_URI’ in ….functions.php on line 73
- Woocommerce – Checkout error message
- How to fix enqueue_styles error for a twenty-seventeen childtheme
- Comment turned Invisible
- Template Redirect Function Only Working When Logged In
- Convert Image to Webp on upload without plugin
- Rewrite standard $errors messages output via function.php
- Can’t get post ID in functions.php?
- Stripping shortcode from custom excerpt function
- Display the number of user comments
- Child theme functions.php not executing
- How to add background image control to page admin controls?
- Call function without having to wait on response
- Retrieve post modified date for specific post by post ID
- add a function to submit options.php
- wp_is_mobile dequeue not working
- Only let plugin add actions to wp_head & wp_footer on single posts
- Function wont fire after custom post type is updated
- Removing custom meta data
- Conditional Gravity Forms filter in WordPress Multisite
- When a user logs in, how can they view the website instead of the admin menu?
- How to load parent theme template parts in child theme
- Cannot modify header information – headers already sent (wp_redirect in functions.php)
- Javascript function not working when placed in Text Block
- Cannot declare function twice [closed]
- Running script based on Category
- How to Use Global Variables Inside Header and Footer
- Where do I go to edit this area? [closed]
- This code works, but the way I integrated it is breaking the media uploader. How can I integrate it properly?
- Email Exists ERROR into Ajax registration form
- custom error message for empty username and password using authenticate filter not working
- get_locale() is different from $locale
- How to include a hyperlink in the body text of a custom password protected form?
- Function to get the name in database table from the comma separated string
- Way of getting queried loop before the query with a filter hook?
- Need to use an external variable inside a function
- Simple way to make most of my site private