WPDev.one
Core Function
View Source on Trac ↗

wp_credits()

wp_credits( mixed $version = '', mixed $locale = '' )

Retrieves the contributor credits.

Parameters 0 required

Name / Type Description
$version
string

WordPress version. Defaults to the current version.

$locale
string

WordPress locale. Defaults to the current user's locale.

Return Value

((array)
| false) A list of all of the contributors, or false on error.

Function Information

Since Version
3.2.0
Source File
wp-admin/includes/credits.php
Advertisement