Summery Summery
Get the authentication string (user:pass)
Syntax Syntax
Return Return
(string)
Source Source
File: wp-includes/Requests/Auth/Basic.php
public function getAuthString() { return $this->user . ':' . $this->pass; }
Developer Resources, Tips, Tricks, Tutorials and Much more.
Get the authentication string (user:pass)
(string)
File: wp-includes/Requests/Auth/Basic.php
public function getAuthString() { return $this->user . ':' . $this->pass; }