Skip to:
Content

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

Code Reference

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

Add_Wp_Integration::plugin_active()

Explicitly return true because WordPress is always active.

Contents

  • Return
    • Source

Return #Return

(bool)


Source #Source

File: src/integrations/wp/add-wp-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