Carbon_Fields\Field\Association_Field::set_post_type PHP Method

set_post_type() public method

Works only for post types.
See also: set_types()
Deprecation:
public set_post_type ( string $post_type )
$post_type string Post type
    public function set_post_type($post_type)
    {
        $this->set_types(array(array('type' => 'post', 'post_type' => $post_type)));
        return $this;
    }