Changing the name of a post-type in cherry framework 4

Changing the name of a post-type in cherry framework 4

Changing the name of a post-type in cherry framework 4. function wpd_update_taxonomy_args( $taxonomy, $object_type, $args ){ if( ‘portfolio_category’ == $taxonomy ){ // remove this action so we don’t create an infinite loop! remove_action(...