Skip to:
Content

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

Code Reference

  • Home
  • Reference
Filter by type:
Search
Browse: Home / Reference / Classes / WP_LOGIN / WP_LOGIN::__construct()

WP_LOGIN::__construct()

Set up Automator trigger constructor.

Contents

  • Source
  • Related
    • Uses

  • Source #Source

    File: src/integrations/wp/triggers/wp-login.php

    	public function __construct() {
    		$this->trigger_code = 'LOGIN';
    		$this->trigger_meta = 'WPLOGIN';
    		$this->define_trigger();
    	}
    

    Expand full source code Collapse full source code View on Github


    Related #Related

    Top ↑

    Uses #Uses

    Uses
    Uses Description
    src/integrations/wp/triggers/wp-login.php: WP_LOGIN::define_trigger()

    Define and register the trigger by pushing it into the Automator object


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