我正试图通过getEntityRecords获得一个特定的帖子getEntityRecords。但我做不到。
select("core").getEntityRecords("root", "media", { post: 92 })发布于 2021-11-02 00:31:19
我找到了解决办法..。必须使用getEntityRecord而不是getEntityRecods:
select("core").getEntityRecord("postType", "attachment", post.featured_media);https://wordpress.stackexchange.com/questions/397580
复制相似问题