Eventbrite门票显示

时间:2013-07-10 08:37:07

标签: php wordpress eventbrite

您好我需要从Eventbrite获取票证iframe到wordpress页面。我买了票插件,是 获取PHP致命错误:当不在以下函数的对象上下文中时使用$ this

用于inlcude line的以下函数

public function displayEventBriteTicketForm() {
    include( TribeEventsTemplates::getTemplateHierarchy( 'ticket-form', 'hooks', 'eventbrite', $this->pluginPath ) );
    include( TribeEventsTemplates::getTemplateHierarchy( 'ticket-form', 'modules', 'eventbrite', $this->pluginPath ) );
}

帮助

1 个答案:

答案 0 :(得分:1)

解决了问题

已将$this->pluginPath替换为$pluginPath解决了错误消息