Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Set 'with_front' to false for the 'docs' post type using weDocs filter
- */
- add_filter( 'wedocs_post_type', function($args) {
- $args['rewrite']['with_front'] = false;
- return $args;
- } );
Advertisement
Add Comment
Please, Sign In to add comment