Warning: Array to string conversion in /mnt/data/home/502433.cloudwaysapps.com/rhbymdevka/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 808
pum_install_default_theme()

Installs a default theme and returns the new theme ID.


Description Description


Warning: Array to string conversion in /mnt/data/home/502433.cloudwaysapps.com/rhbymdevka/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 808

Return Return

(int|WP_Error)


Top ↑

Source Source

File: includes/functions/themes/portability.php

function pum_install_default_theme() {
	return pum_install_theme( __( 'Default Theme', 'popup-maker' ), null, array(
		'_pum_built_in'        => 'default-theme',
		'_pum_default_theme'   => true,
		'popup_theme_data_version' => 3,
	) );
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.8.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.