-
Magnes posted on the forum topic BP Import Blog Activity in the group Third Party Components & Plugins: 14 years, 2 months ago
I created a version of BP Import Blog Activity that works with single install of WP. It’s a simple hack: 1) Change this lines: $query = “SELECT * FROM {$wpdb->blogs} WHERE site_id = ‘{$wpdb->siteid}’ “; $blog_list = $wpdb->get_results( $query, ARRAY_A ); foreach( $blog_list as $blog ) { /*if ( $blog 30 ) die();*/ switch_to_blog( $blog […]
-
Magnes joined the group Third Party Components & Plugins 14 years, 2 months ago
@magnes
Not recently active