function Disqus::get_forum_list in Disqus 7
Returns an array of hashes representing all forums the user owns.
Return value
An array of hashes representing all forums the user owns.
File
- ./
disqus.php, line 85 - Provides the Disqus PHP API.
Class
- Disqus
- The Disqus PHP API.
Code
function get_forum_list() {
return $this
->call('get_forum_list');
}