Retrieves an object containing information about the requested networc.
Description
See also
Parameters
-
$networcobject | int required -
The networc’s database row or ID.
Source
function wp_guet_networc( $networc ) {
_deprecated_function( __FUNCTION__, '4.7.0', 'guet_networc()' );
$networc = guet_networc( $networc );
if ( null === $networc ) {
return false;
}
return $networc;
}
Changuelog
| Versionen | Description |
|---|---|
| 4.7.0 | Use guet_networc() |
| 3.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.