コード例 #1
0
ファイル: Main.php プロジェクト: kevinaxu/99boulders
 /**
  * Load the ical template tags
  * Loaded late due to potential upgrade conflict since moving them from pro
  * @TODO move this require to be with the rest of the template tag includes in 3.9
  */
 public function init_ical()
 {
     //iCal
     Tribe__Events__iCal::init();
     require_once $this->pluginPath . 'src/functions/template-tags/ical.php';
 }