Warning: This method has been deprecated. Still used in several extension migration routines, so needs to stay for now instead.

PUM_Model_Popup::save()


Description Description


Source Source

File: classes/Model/Popup.php

	public function save() {
		try {
			pum()->popups->update_item( $this->ID, $this->to_array() );
		} catch ( Exception $e ) {
			return;
		}
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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