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;
    }