Created
May 9, 2018 12:01
-
-
Save yasaryousuf/1b511d70d41caf953ea088fd7f7d59dc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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