Function __global->set_live_theme

Definitions

sources/themes3.php

  • Set the live theme.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$theme_name SHORT_TEXT No No required parameter N/A N/A The theme to make live

Preview

Code (PHP)

/**
 * Set the live theme.
 *
 * @param  SHORT_TEXT $theme_name The theme to make live
 */

function set_live_theme(string $theme_name)