Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function do_my_thing() {
- if ( is_singular() && get_post_type() == 'course' ) {
- // do course stuff
- }
- }
- add_action( 'init', 'do_my_thing' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement