W3cubDocs

/WordPress

wp_ajax_logged_in()

Ajax handler for Customizer preview logged-in status.

Source

File: wp-admin/includes/ajax-actions.php

function wp_ajax_logged_in() {
	wp_die( 1 );
}

Changelog

Version Description
3.4.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/wp_ajax_logged_in