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)
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, ) ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
1.8.0 | Introduced. |