UNPKG

@wordpress/e2e-test-utils

Version:
10 lines (9 loc) 272 B
import { wpDataSelect } from "./wp-data-select"; async function getCurrentPostContent() { const post = await wpDataSelect("core/editor", "getCurrentPost"); return post.content; } export { getCurrentPostContent }; //# sourceMappingURL=get-current-post-content.js.map