HEX
Server: LiteSpeed
System: Linux baciro.idweb.host 4.18.0-553.5.1.lve.1.el8.x86_64 #1 SMP Fri Jun 14 15:38:45 UTC 2024 x86_64
User: yastidua (1245)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/yastidua/public_html/wp-content/plugins/post-duplicator/includes/hooks.php
<?php

// function testingssss() {
// 	$original_id = get_the_id();
// 	$post_type = 'page';
// 	$taxonomies = get_object_taxonomies( $post_type );
// 	foreach( $taxonomies as $taxonomy ) {
// 		$terms = wp_get_post_terms( $original_id, $taxonomy, array('fields' => 'names') );
// 		$object_terms = wp_get_object_terms( $original_id, $taxonomy );
// 	//	wp_set_object_terms( $duplicate_id, $terms, $taxonomy );
// 	}
// }
// add_action( 'wp', 'testingssss' );