mirror of
https://github.com/10h30/wordpress-export-to-markdown.git
synced 2026-06-05 15:09:59 +09:00
Frontmatter getter for ID
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// get ID
|
||||
module.exports = (post) => {
|
||||
return post.data.post_id[0];
|
||||
}
|
||||
Reference in New Issue
Block a user