Example #1
0
 /**
  * Ifw Hack for using Zend_Session in WordPress context if session is already started
  * @param $started
  */
 public static function setStarted($started)
 {
     if ($started === true) {
         self::$_sessionStarted = true;
         parent::$_readable = true;
         parent::$_writable = true;
     }
 }