args = $args; } /** * Retrieve popups. * * The query can be modified in two ways; either the action before the * query is run, or the filter on the arguments (existing mainly for backwards * compatibility). * * @access public * @return object */ public function get_popups() { return pum_get_popups( $this->args ); } } /** * Class PUM * * @deprecated 1.8.0 - Don't use this. Use Popup_Maker instead. */ class PUM { const DB_VER = null; const VER = null; static $DB_VER = null; static $VER = null; }