こんにちは、チケット iframe を Eventbrite から wordpress ページに取得する必要があります。チケット プラグインを購入しましたが、PHP Fatal error: Using $this when not in object context for following Function が発生しています
次の関数の inlcude 行
public function displayEventBriteTicketForm() {
include( TribeEventsTemplates::getTemplateHierarchy( 'ticket-form', 'hooks', 'eventbrite', $this->pluginPath ) );
include( TribeEventsTemplates::getTemplateHierarchy( 'ticket-form', 'modules', 'eventbrite', $this->pluginPath ) );
}
ヘルプ