Last active
June 29, 2016 11:16
-
-
Save thecodepoetry/78007bc5b82a840c529b to your computer and use it in GitHub Desktop.
un register custom post type in the7 theme
This file contains 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
if ( !class_exists('Presscore_Inc_Testimonials_Post_Type') ) { | |
class Presscore_Inc_Testimonials_Post_Type { | |
public static function register() { | |
return; | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the correct one, at this time: