コード例 #1
0
ファイル: class-theme.php プロジェクト: Byrlyne/anspress
 /**
  * Function get called on init
  */
 public function init_actions()
 {
     // Register anspress shortcode.
     add_shortcode('anspress', array(AnsPress_BasePage_Shortcode::get_instance(), 'anspress_sc'));
     // Register question shortcode.
     add_shortcode('question', array(AnsPress_Question_Shortcode::get_instance(), 'anspress_question_sc'));
 }
コード例 #2
0
ファイル: class-theme.php プロジェクト: BRoz/anspress
 public function init_actions()
 {
     add_shortcode('anspress', array(AnsPress_BasePage_Shortcode::get_instance(), 'anspress_sc'));
 }