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