Function Forum_driver_cns->member_home_url

Definitions

sources/forum/cns.php

  • Get a URL to the specified member's home (control panel).
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

There are no entries at this time

Returns

  • The URL to the members home
  • Type: mixed
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get a URL to the specified member's home (control panel).
 *
 * @return mixed The URL to the members home
 */

public function member_home_url()