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