Carbon_Fields\Datastore\Post_Meta_Datastore::get_id PHP 메소드

get_id() 공개 메소드

Retrieve the post ID of the datastore.
public get_id ( ) : integer
리턴 integer ID of the post.
    public function get_id()
    {
        return $this->post_id;
    }