function remove_pages_editor(){
remove_post_type_support( 'page', 'editor' );
}
add_action( 'init', 'remove_pages_editor' );
Related Posts:
- How do I get the current edit page ID in the admin?
- Modify Admin Bar Link
- How to remove row-actions from pages table?
- Add admin bar link to edit author
- Replacing select2 in admin backend for all selects
- echo or print_r in an admin function
- Can I remove the Rich Text box editor for a specific post?
- How to add a column to the Trash page?
- How to test for Super Admin
- How to select a page within admin?
- Change Admin Bar “Visit Site” URL
- How to Display Frontend CSS for Administrator only
- Hard-coding custom menu elements for menu manager
- How to make custom column Admin>Users sortable?
- Trigger a custom function when option are saved in admin area
- Move ‘current-menu-item’ class on #adminmenu li from Posts to Pages for Taxonomy Edit Screen
- Force to use STRONG users password and implement rule to prevent REUSE [closed]
- Logout Redirect and also WP-login.php Redirect
- what is best way to keep track of changes made in wordpress website? [closed]
- WordPress wraps span tags into p tags
- Creating a custom wordpress widget and stopping js from running twice(once in active widget once in widget selector)?
- Removing WPML Items From the WordPress Admin Bar
- Show metadata in users.php – wordpress
- How to display my comment count in the wordpress admin bar?
- Multisite Admin Roles
- function to return comma separated list of meta values
- Screen Options WordPress WYSIWYG
- Order posts (across the whole site) by metadata date
- Disable visual editor on one specific page
- override parent theme configuration in child functions.php
- Creating a table from shortcode avoiding wpautop for each row
- How to save Uploaded image in custom option panel?
- How to integrate owl carousel into theme without using a plugin?
- How to add an export function to a custom Option Theme Page
- Add class to Categories Widget
- Redeclare function (override) [closed]
- Remove image from post_content on save_post
- WP_Cron doesn’t do the job: Multisite stats
- WordPress function/template tag to get first n words of the content
- My function doesn’t work into WordPress but outside, it works – what am I missing?
- Why are image thumbnails cropped proportionally (not per dimensions)?
- Getting RID of thickbox!
- Customize “the_posts_pagination” and put list instead div
- How to display most viewed post in my sidebar?
- Multisite, either change the name of sample-page or create new page
- What is the “icon” parameter in wp_get_attachment_image_src used for?
- How to use thumbnails in gallery?
- Hide Author.php template from specific user role
- Customizer field value into functions.php variable
- wp_insert_posts keeps adding multiple pages
- Best practice when altering a parent theme function inside a child theme?
- list tags with count in author profile page
- Breadcrumbs – Exclude Child Categories
- Auto delete post if certain custom field data is empty
- Why won’t my scripts load?
- using `require` in my functions.php breaks the site
- Is it OK to include files using ABSPATH?
- Overwriting Parent Theme’s Image Sizes
- Limit length of first excerpt in the loop
- check if the user is owner of current page
- How to set the default avatar of buddypress avatar [closed]
- Publishing just a Facebook URL without full code snippet
- Filter an WordPress Function in (general-template.php)
- attachment page template? only show attachments for current post?
- Conditional statement not working in function
- Adding code before post title with the_title produces weird results
- Remove the month and year from a WordPress Date?
- How to insert class in each list of categories?
- The correct way to add a JavaScript in the functions.php [closed]
- How to remove some item from WordPress Dashboard for user Author
- Editing the formatting.php file vs functions.php file?
- How to make a new function that includes a template
- Disabling Author Page only for subscribers
- Function not saving unchecked checkbox
- Removing parent theme CSS without editing parent theme
- Showing user profile data on front-end
- Why is this function crashing my wordpress installation? [closed]
- Can I use ‘Featured Image’ as a hero image and a thumbnail?
- How to Override Page Template if URL matches query?
- Woocommerce Display Discount On cart
- How to offset main query without affecting other queries and backend
- ACF Date Form in Custom Admin Field
- Function to disable “href” anchor tags that contain “a data-name” on mobile only
- Execute jQuery with custom event listener after successfully add an item to the cart
- WordPress undefined function error on using add_action() in functions.php
- How to create admin ajax function for my contact form
- how to display featured image for single post for a specific category
- Database Query not working
- Figure inlined width trigger distorted layout
- save_post hook – headers already sent?
- How to use WP_rewrite?
- Wp get archive only text not link
- can not call functions in function.php
- Custom shortcode not being included in content paragraph [duplicate]
- Display post_meta-by_key on product catalogue
- What are the parameters are used in add_action and filters?
- Which template file to edit to edit homepage in Mystile [closed]
- Does functions.php apply to every page?
- Is storing in a variable the result of a fonction a most powerful way to code an if structures in WordPress?
- Add functionality to block comment authors in the Comment edit pag