0

こんにちは、チケット 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 ) );
}

ヘルプ

4

1 に答える 1

1

問題を解決しました

解決されたエラーメッセージに置き換えられまし$this->pluginPath$pluginPath

于 2013-07-10T09:47:46.797 に答える