Skip to:
Content

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

Code Reference

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

Actions_Post_Type::__construct()

Actions post type constructor.


Source

File: src/core/automator-post-types/uo-action/class-actions-post-type.php

	public function __construct() {

		// Register Custom Post Type
		add_action( 'init', array( $this, 'uo_automator_actions' ), 0 );
	}

Expand full source code Collapse full source code View on Github


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