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; } /** * Class for Types * * @package PopupMaker * @copyright Copyright (c) 2024, Code Atlantic LLC * * @deprecated 1.21.0 */ class PUM_Types { /** * @param $singular * @param $plural * * @return mixed * * @deprecated 1.21.0 */ public static function post_type_labels( $singular, $plural ) { return \PopupMaker\plugin()->get_controller( 'PostTypes' )->post_type_labels( $singular, $plural ); } }