This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Code authored by Valentin Grenier - Studio Val | |
* Freelance WordPress Developer from Toulouse, France | |
* https://studio-val.fr/ | |
*/ | |
let isNoticeDisplayed = false; | |
const POST_TYPE = 'your-post-type'; | |
wp.data.subscribe(() => { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Code authored by Valentin Grenier - Studio Val | |
* Freelance WordPress Developer from Toulouse, France | |
* https://studio-val.fr | |
* | |
* Completely disable WordPress comments | |
* 1. Removes from admin menu | |
* 2. Removes from post and pages | |
* 3. Removes from admin bar | |
* 4. Prevents comments from being stored in the database |