wp_loaded

Advertisement

Summery Summery

This hook is fired once WP, all plugins, and the theme are fully loaded and instantiated.

Syntax Syntax

do_action( 'wp_loaded' )

Description Description

Ajax requests should use wp-admin/admin-ajax.php. admin-ajax.php can handle requests for users not logged in.

Source Source

File: wp-settings.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Advertisement

Leave a Reply