Triggers_Post_Type::__construct()
TriggersPostType constructor.
Source
File: src/core/automator-post-types/uo-trigger/class-triggers-post-type.php
public function __construct() { // Register Custom Post Type add_action( 'init', array( $this, 'uo_automator_triggers' ), 0 ); }
Expand full source code Collapse full source code View on Github