0

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

对于包含行的以下功能

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

帮助

4

1 回答 1

1

解决了问题

替换$this->pluginPath$pluginPath已解决的错误消息

于 2013-07-10T09:47:46.797 回答