Recompile_Assets
in package
Handles the recompilation of assets.
Table of Contents
Properties
- $theme_slug : string
Methods
- __construct() : mixed
- Constructor for class.
- handle() : mixed
- Delegates the asset recompilation to the theme modifier.
Properties
$theme_slug
protected
string
$theme_slug
Methods
__construct()
Constructor for class.
public
__construct(string $theme_slug) : mixed
Parameters
- $theme_slug : string
-
The slug of the theme.
handle()
Delegates the asset recompilation to the theme modifier.
protected
handle() : mixed