How to change the registration of "create_post_type setting"
-
Hi there,
I use this plugin finely, but I just confronted with big matter.
I want to change post_type registration such
This:
add_action( ‘init’, ‘create_post_type’);To:
add_action( ‘init’, ‘create_post_type’, 1 );As I’m totally PHP novice, so I really want to know the safe manner of it with future plugin update compatibility.
Thank you ahead for this great community.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘How to change the registration of "create_post_type setting"’ is closed to new replies.