Function __global->get_default_theme_name

Definitions

sources/users.php

  • Get the name of the default theme, assuming it exists. This is based on the site name.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • Theme name
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the name of the default theme, assuming it exists. This is based on the site name.
 *
 * @return string Theme name
 */

function get_default_theme_name() : string