| 1 | <?php |
||
| 17 | class TicketSelectorIframeEmbedButton extends IframeEmbedButton |
||
| 18 | { |
||
| 19 | |||
| 20 | /** |
||
| 21 | * TicketSelectorIframeEmbedButton constructor. |
||
| 22 | */ |
||
| 23 | public function __construct() |
||
| 24 | { |
||
| 25 | parent::__construct( |
||
| 26 | esc_html__( 'Ticket Selector', 'event_espresso' ), |
||
| 27 | 'ticket_selector' |
||
| 28 | ); |
||
| 29 | } |
||
| 30 | |||
| 31 | |||
| 32 | |||
| 33 | /** |
||
| 34 | * Adds an iframe embed code button to the Event editor. |
||
| 35 | */ |
||
| 36 | public function addEventEditorIframeEmbedButton() |
||
| 41 | |||
| 42 | |||
| 43 | |||
| 44 | } |
||
| 45 | // End of file TicketSelectorIframeEmbedButton.php |
||
| 46 | // Location: EventEspresso\modules\ticket_selector/TicketSelectorIframeEmbedButton.php |