wp_ajax_logged_in() In this article Table of ContentsSource Related Changelog ↑ Back to top Handles Customizer preview logged-in status via AJAX. Source function wp_ajax_logged_in() { wp_die( 1 ); } View all references View on Trac View on GitHub Related UsesDescriptionwp_die()wp-includes/functions.phpKills WordPress execution and displays HTML page with an error message. Changelog VersionDescription3.4.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.