Пример #1
0
 private function _addShortcodeListener()
 {
     $keyword = $this->_persistence->fetch(tubepress_api_options_Names::SHORTCODE_KEYWORD);
     $this->_wpFunctions->add_shortcode($keyword, array($this, 'callback_onShortcode'));
 }