Wordpress - add post type support to existing post types
function sing_update_post_types_support() { | |
// add_post_type_support( 'events', 'post-formats' ); | |
} | |
add_action( 'init', 'sing_update_post_types_support' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment