otte24
otte24
Distributor is really really good, I love it. But the problem with lost linking when cloning the sites is a rule out criterion for me. I really need a solution...
@ulkish In my opinion, there is a mistake in it. In if ( isset( $dt_connection ) ) { $dt_connection[0]['internal'][$blog_id] = array( the original blog-id must be inserted. I have slightly...
Hi jeffpaul and @aanduque, this works for me on a multisite-waas with ultimo: /** **************************************************************************************************************** ** Distributor Fix **************************************************************************************************************** */ add_action('mucd_after_copy_data', 'p4u_add_dt_connections', 10, 2 ); function p4u_add_dt_connections( $template_id, $blog_id )...