Skip to content

Instantly share code, notes, and snippets.

View puspjoshi's full-sized avatar

Pusp Raj Joshi puspjoshi

View GitHub Profile
@puspjoshi
puspjoshi / hide-editor.php
Created March 8, 2016 06:07 — forked from ramseyp/hide-editor.php
Hide the content editor for certain pages in WordPress
<?php
/**
* Hide editor on specific pages.
*
*/
add_action( 'admin_init', 'hide_editor' );
function hide_editor() {
// Get the Post ID.