zebra() public method

Fetch the zebra state
See also: PodsData::nth
Since: 1.12
public zebra ( ) : boolean
return boolean Zebra state
Esempio n. 1
0
 /**
  * Fetch the zebra switch
  *
  * @see PodsData::zebra
  *
  * @return bool Zebra state
  * @since 1.12
  */
 public function zebra()
 {
     $this->do_hook('zebra');
     return $this->data->zebra();
 }