Example #1
0
 /**
  * Constructor
  */
 protected function __construct()
 {
     self::$post_types_to_ignore = array('thirstylink');
     $this->register_hook_callbacks();
 }