name; }, $categories ); /** * Assign the categories to the post tags. * * Note: Argument 4 dictates if tags will be appended, or replace existing tags */ wp_set_post_terms( $post_id, $categories, 'post_tag', false ); } add_action( 'save_post', 'dynamic_post_tags', 20 );