Created
August 17, 2025 16:04
-
-
Save peter-power-594/733661e0c8ec913a4381b8bb02b44b16 to your computer and use it in GitHub Desktop.
Wordpress Markup Markdown : Disable the markdown editor on pages
This file contains hidden or 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
| {"generator":"Code Snippets v3.6.8","date_created":"2025-08-17 16:03","snippets":[{"id":5,"name":"Disable Markdown on pages","code":"add_action('init', function() {\n remove_post_type_support('page', 'markup_markdown');\n});","active":true,"modified":"2025-08-17 15:27:52","revision":"2"}]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment