do_action( 'deprecated_file_included', string $file, string $replacement, string $version, string $message )

Fires when a deprecated file is called.


Description Description


Parameters Parameters

$file

(string) The file that was called.

$replacement

(string) The file that should have been included based on ABSPATH.

$version

(string) The version of WordPress that deprecated the file.

$message

(string) A message regarding the change.


Top ↑

Source Source

File: wp-includes/functions.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.