Warning: This function has been deprecated.
documentation_link() WordPress Function
The documentation_link() function inserts a link to the documentation for the current Wordpress version. This is useful for keeping your users up-to-date on the latest features and changes in the Wordpress core.
documentation_link() #
Unused Admin function.
Source
File: wp-admin/includes/deprecated.php
function documentation_link() { _deprecated_function( __FUNCTION__, '2.5.0' ); }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
2.5.0 | This function has been deprecated. |
2.0.0 | Introduced. |