pum_install_new_themes_on_update()

Enqueues our install theme function on wp_loaded if Popup Maker core was updated.


Description Description


Source Source

File: includes/pum-install-functions.php

function pum_install_new_themes_on_update() {
	add_action( 'wp_loaded', 'pum_install_built_in_themes' );
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.11.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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