Skip to:
Content

  • Home
  • Integrations
  • Help
  • Blog
  • Download
Automator Developer Resources

Code Reference

  • Home
  • Reference
Filter by type:
Search
Browse: Home / Reference / Classes / MEC_HELPERS / MEC_HELPERS::get_event_title()

MEC_HELPERS::get_event_title()

Returns the event title.

Contents

  • Return
    • Source

Return #Return

(string) The event title.


Source #Source

File: src/integrations/modern-events-calendar/helpers/mec-helpers.php

	public function get_event_title() {

		return get_the_title( $this->event_id );

	}

Expand full source code Collapse full source code View on Github


Twitter • Facebook • YouTube • Contact Us • Privacy • Terms of Service