Skip to content

Instantly share code, notes, and snippets.

@yasaryousuf
Created May 9, 2018 12:01
Show Gist options
  • Save yasaryousuf/1b511d70d41caf953ea088fd7f7d59dc to your computer and use it in GitHub Desktop.
Save yasaryousuf/1b511d70d41caf953ea088fd7f7d59dc to your computer and use it in GitHub Desktop.
<?php
add_action( 'init', array($self, 'remove_custom_fields_from_pfm_member' ));
function remove_custom_fields_from_pfm_member()
{
remove_post_type_support( 'pfm_member', 'editor' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment