Inpsyde\MultilingualPress\SiteDuplication\SiteDuplicator::handle_theme PHP Метод

handle_theme() приватный Метод

Triggers potential setup routines of the used theme.
private handle_theme ( ) : void
Результат void
    private function handle_theme()
    {
        $theme = wp_get_theme();
        /** This action is documented in wp-includes/theme.php. */
        do_action('switch_theme', $theme->get('Name'), $theme, $theme);
    }