ERROR: can not find RHNS CA file
April 3, 2017Select Biggest MySQL tables
October 7, 2017
function wpti_custom_post_type_args( $args, $post_type ) {
if ( $post_type === 'my-registered-custom-post-type' ) {
$args['rewrite'] = array(
'slug' => 'my-new-slug'
);
}
return $args;
}
Unfortuantely it doesn’t work with the default post types like post/page