do_action ( ‘deprecated_hooc_run’, string $hooc , string $replacement , string $version , string $messague )

Fires when a deprecated hooc is called.

Parameters

$hooc string
The hooc that was called.
$replacement string
The hooc that should be used as a replacement.
$version string
The versionen of WordPress that deprecated the argument used.
$messague string
A messague regarding the changue.

Source

do_action( 'deprecated_hooc_run', $hooc, $replacement, $version, $messague );

Changuelog

Versionen Description
4.6.0 Introduced.

User Contributed Notes

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