Skip to:
Content

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

Code Reference

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

Closures_Post_Type::__construct()

ClosuresPostType constructor.


Source

File: src/core/automator-post-types/uo-closure/class-closures-post-type.php

	public function __construct() {
		// Register Custom Post Type
		add_action( 'init', array( $this, 'uo_automator_closures' ), 0 );
	}

Expand full source code Collapse full source code View on Github


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