Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save peter-power-594/733661e0c8ec913a4381b8bb02b44b16 to your computer and use it in GitHub Desktop.

Select an option

Save peter-power-594/733661e0c8ec913a4381b8bb02b44b16 to your computer and use it in GitHub Desktop.
Wordpress Markup Markdown : Disable the markdown editor on pages
{"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