Astra_Theme_Options::refresh()
Update theme static option array.
Description
Source
File: inc/core/class-astra-theme-options.php
public static function refresh() {
self::$db_options = wp_parse_args(
self::get_db_options(),
self::defaults()
);
}
Expand full source code Collapse full source code View on Trac