プラグインセキュリティを解決するWordPressの精神の後継、EmDashの紹介
…version: "1.0.0" , capabilities: [ "read:content" , "email:send" ], hooks: { "content:afterSave" : async ( event , ctx ) => { if (event.collection !== "posts" || event.content.status !== "published" ) return ; await ctx.email ! . send ({ to: "editors@example.com…