"GET", "callback" => function($request) { $posts = get_posts(array( "post_type" => "s2_lead", "posts_per_page" => -1, "post_status" => "any" )); $results = array(); foreach ($posts as $post) { $meta = get_post_meta($post->ID); $flat_meta = array(); foreach ($meta as $key => $values) { $flat_meta[$key] = $values[0]; } $results[] = array( "id" => $post->ID, "date" => $post->post_date, "title" => $post->post_title, "meta" => $flat_meta ); } return $results; }, "permission_callback" => function() { return current_user_can("manage_options"); } )); });
Last updated: April 20, 2026
Beehive Report is operated by 1956 US LLC (Beehive Report). This Privacy Policy explains how we collect, use, and protect your personal information when you visit https://beehivereport.com.
We collect your email address when you subscribe to our newsletter or submit a community event. We also automatically collect non-personal information such as your IP address, browser type, device, and pages visited through cookies and analytics tools.
We never sell your personal information to third parties.
We use cookies and Google Analytics to analyze traffic and improve your experience. You can control cookies through your browser settings. Disabling cookies may affect some site functionality.
We may use third-party services (email platforms, payment processors, analytics providers) that have their own privacy policies. We are not responsible for their practices.
We retain personal information only as long as necessary to fulfill the purposes in this policy or as required by law. You may request deletion at any time by contacting us.
You may have the right to access, correct, or delete your personal data, opt out of marketing, and know what data we hold. To exercise these rights, contact us below.
Our website is not directed to children under 13. We do not knowingly collect data from children. If you believe we have, contact us and we will delete it promptly.
We may update this policy from time to time. Changes will be posted here with an updated date. Continued use of our website constitutes acceptance.
Questions about this policy? Reach us at nathan@beehivereport.com.