get_notifications_by_conditions( true ); set_transient( 'ea11y_whats_new_notification', $notifications, 60 * 60 * 12 ); } return $notifications; } /** * Module constructor. */ public function __construct() { $this->register_routes(); $this->register_components(); } }