WordPress Version: 4.6
/**
* Unused Admin function.
*
* @since 2.0.0
* @deprecated 2.5.0
*
*/
function documentation_link()
{
_deprecated_function(__FUNCTION__, '2.5.0');
}
The timeline below displays how wordpress function documentation_link has changed across different WordPress versions. If a version is not listed, refer to the next available version below.
/**
* Unused Admin function.
*
* @since 2.0.0
* @deprecated 2.5.0
*
*/
function documentation_link()
{
_deprecated_function(__FUNCTION__, '2.5.0');
}
/**
* Unused Admin function.
*
* @since 2.0.0
* @deprecated 2.5.0
*
*/
function documentation_link()
{
_deprecated_function(__FUNCTION__, '2.5');
}
/**
* Unused Admin function.
*
* @since 2.0.0
* @deprecated 2.5.0
*
*/
function documentation_link()
{
_deprecated_function(__FUNCTION__, '2.5');
return;
}