You appear to be a bot. Output may be restricted
Description
Update the taxonomies for this post
Usage
oik_clone_update_taxonomies( $post, $target );
Parameters
- $post
- ( array ) required – the source post object
- $target
- ( ID ) required – the ID of the target post
Returns
void
Source
File name: oik-clone/admin/oik-clone-actions.php
Lines:
1 to 4 of 4
function oik_clone_update_taxonomies( $post, $target ) { oik_require( "admin/oik-clone-taxonomies.php", "oik-clone" ); oik_clone_lazy_update_taxonomies2( $post, $target ); }