Sets up all action and filter hooks for the service.
Description
Source
File: src/db-objects/post-type-manager.php
protected function setup_hooks() { $this->actions = array( array( 'name' => 'init', 'callback' => array( $this, 'register_form_post_type' ), 'priority' => 1, 'num_args' => 0, ), ); }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |