Skip to:
Content

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

Code Reference

  • Home
  • Reference
Filter by type:
Search
Browse: Home / Reference / Classes / Add_Google_Calendar_Integration / Add_Google_Calendar_Integration::plugin_active()

Add_Google_Calendar_Integration::plugin_active()

Explicitly return true because its a 3rd-party plugin.

Contents

  • Return
    • Source

Return #Return

(bool)


Source #Source

File: src/integrations/google-calendar/add-google-calendar-integration.php

	public function plugin_active() {
		return true;
	}

Expand full source code Collapse full source code View on Github


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