plugins – Rename existing cpt and taxonomy with new textdomain
Question
I'm developping a small plugin to rename existing custom post type from a theme (Divi).
I use this code :
add_filter( 'register_post_type_args', 'rename_project');
function rename_project( $args, $post_type ) {
// Let's make sure that
0
1 week
0 Answers
0 views