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