Astra_Addon_Update::theme_init_after()
Implement theme update logic.
Description
Return
(void)
Source
File: classes/class-astra-addon-update.php
// Get auto saved version number.
$saved_version = self::astra_addon_stored_version();
// If there is no saved version in the database then return.
if ( false === $saved_version ) {
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |