Warning: This function has been deprecated. Use pum_reset_assets() instead.

pum_force_theme_css_refresh()

Deletes the theme css transient forcing it to refresh.


Description Description


Source Source

File: includes/functions-deprecated.php

function pum_force_theme_css_refresh() {
	pum_reset_assets();
}

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.