// TEMP: Replace existing related links
add_action('rest_api_init', function() {
register_rest_route('custom/v1', '/replace-related-links', array(
'methods'=>'POST','callback'=>'custom_replace_rel_links',
'permission_callback'=>function(){return current_user_can('edit_posts');}
));
});
function custom_replace_rel_links($request) {
$items = $request->get_param('items') ?: array();
$res = array('success'=>0,'failed'=>0,'errors'=>array());
foreach ($items as $item) {
$pid = intval($item['post_id'] ?? 0);
$html = wp_kses_post($item['html'] ?? '');
if (!$pid || !$html) { $res['failed']++; continue; }
$post = get_post($pid);
if (!$post) { $res['failed']++; continue; }
// Remove old related-products-links block and add new one
$content = $post->post_content;
// Remove any existing related-products-links paragraph
$content = preg_replace('/
]*class="related-products-links"[^>]*>.*?<\/p>/s', '', $content);
$content = rtrim($content) . $html;
$r = wp_update_post(array('ID'=>$pid,'post_content'=>$content), true);
if (is_wp_error($r)) { $res['failed']++; $res['errors'][] = $pid; } else { $res['success']++; }
}
return $res;
}
Commercial Fire Alarms, Smoke Sensors & Bases | Life Safety Consultants
-

STI (BPA1210) Aluminum Back Panel 12 x 10
$26.75
Read more
-

STI (BPA1010) Aluminum Back Panel 10 x 10
$29.99
Read more
-

STI (BPA1008) Aluminum Back Panel 10 x 8
$23.99
Read more
-

STI (BPA0808) Aluminum Back Panel 8 x 8
$14.99
Read more
-

STI (BPA0806) Aluminum Back Panel 8 x 6
$14.99
Read more
-

STI (BPA0606) Aluminum Back Panel 6 x 6
$12.99
Read more
-

STI (BPP2424) Polycarbonate Back Panel 24 x 24
$99.00
Read more
-

STI (BPP1010) Polycarbonate Back Panel 10 x 10
$35.00
Read more
-

STI (EP242410-T3) Polycarbonate Enclosure with NEMA 3R Filter Fan w/ Filter Vent, 24 x 24 x 10, Tinted
$1,025.00
Read more
-

STI (EP242410-O5) Polycarbonate Enclosure with NEMA 3R Filter Fan w/ Filter Vent and Power Distribution Strip, 24 x 24 x 10, Opaque
$1,099.00
Read more
-

STI (EP242410-O4) Polycarbonate Enclosure, 24 x 24 x 10, Opaque w/ Power Distribution Strip
$875.00
Read more
-

STI (EP242410-O) Polycarbonate Enclosure, 24 x 24 x 10, Opaque
$699.00
Read more