Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/functions.php | do_action | 5551 | /** * Fires when a deprecated file is called. * * @since 2.5.0 * * @param string $file The file that was called. * @param string $replacement The file that should have been included based on ABSPATH. * @param string $version The version of WordPress that deprecated the file. * @param string $message A message regarding the change. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $file | The file that was called. |
string | $replacement | The file that should have been included based on ABSPATH. |
string | $version | The version of WordPress that deprecated the file. |
string | $message | A message regarding the change. |