$newEntries = 0;
// echo '<pre>$interests: ' . print_r( $interests, true ) . '</pre>';
// exit;
- $source_id = 1; // Source id for the form
+ $source_id = 4; // Source id for the form
// get the total number of posts
$total_number = $this->wpdb->get_var(
}
}
$next = $start + $limit;
- $return = "<p>Added $newEntries. </p>";
+ $return = "<p>Added $newEntries out of $total_number</p>";
$next_url = 'admin.php?page=glm-members-admin-menu-management'
. '&glm_action=leads&option=import&option2=importmemberleads&start=' . $next;
$return .= '<a href="' . $next_url . '">Next</a>';