Functions

Desactivar editor Post Type

Amaga l'editor als tipus d'entrada

add_action('init', 'my_remove_editor_from_post_type'); function my_remove_editor_from_post_type() { remove_post_type_support( 'post', 'editor' ); remove_post_type_support( 'page', 'editor' ); }