Carbon_Fields\Container\Comment_Meta_Container::attach PHP Method

attach() public method

Add meta box to the comment
public attach ( )
    public function attach()
    {
        add_meta_box($this->id, $this->title, array($this, 'render'), 'comment', 'normal', 'high');
    }