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' );
}


Top ↑

Changelog

Changelog
VersionDescription
2.5.0This function has been deprecated.
2.0.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More