Action hook 'wp_loaded'

in WP Core File wp-settings.php at line 722

Description

This hook is fired once WP, all plugins, and the theme are fully loaded and instantiated. Ajax requests should use wp-admin/admin-ajax.php. admin-ajax.php can handle requests for users not logged in.

Occurrences

Filename Line Number
wp-settings.php 722

PHP Doc

/**
 * This hook is fired once WP, all plugins, and the theme are fully loaded and instantiated.
 *
 * Ajax requests should use wp-admin/admin-ajax.php. admin-ajax.php can handle requests for
 * users not logged in.
 *
 * @link https://developer.wordpress.org/plugins/javascript/ajax
 *
 * @since 3.0.0
 */