documentation_link()WP 2.0.0

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() code WP 6.5.2

function documentation_link() {
	_deprecated_function( __FUNCTION__, '2.5.0' );
}