Function __global->initialise_css_tempcode_context

Definitions

sources/web_resources.php

  • Make sure environmental CSS Tempcode is executed in advance of other CSS.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$active_theme ?ID_TEXT No No required parameter N/A N/A The theme the file is being loaded for (null: current theme)

Preview

Code (PHP)

/**
 * Make sure environmental CSS Tempcode is executed in advance of other CSS.
 *
 * @param  ?ID_TEXT $active_theme The theme the file is being loaded for (null: current theme)
 */

function initialise_css_tempcode_context(?string $active_theme)