documentation_link()
Deprecated from version 2.5.0. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.
Unused Admin function.
No Hooks.
Return
null
. Nothing (null).
Usage
documentation_link();
Changelog
Since 2.0.0 | Introduced. |
Deprecated since | 2.5.0 |
documentation_link() documentation link code WP 6.6.2
function documentation_link() { _deprecated_function( __FUNCTION__, '2.5.0' ); }