wcf_apply_filters_deprecated( string $tag, array $args, string $version, string $replacement = false, string $message = null )

Cartlows Apply Filters Deprecated


Parameters

$tag

(string) (Required) The name of the Action hook.

$args

(array) (Required) Array of additional function arguments to be passed to apply_filters().

$version

(string) (Required) The version of WordPress that deprecated the hook.

$replacement

(string) (Optional) The hook that should have been used.

Default value: false

$message

(string) (Optional) A message regarding the change.

Default value: null


Source

File: classes/deprecated/deprecated-hooks.php


			


Changelog

Changelog
Version Description
1.6.0 Introduced.