// 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 (EF161408-O) Fiberglass Enclosure, 16 x 14 x 8, Opaque
$305.00
Read more
-

STI (EF141208-W3) Fiberglass Enclosure with NEMA 3R Filter Fan w/ Filter Vent, 14 x 12 x 8 , with Window
$939.00
Read more
-

STI (EF141208-W) Fibgerlass Enclosure, 14 x 12 x 8, with Window
$530.00
Read more
-

STI (EF141208-O3) Fiberglass Enclosure with NEMA 3R Filter Fan w/ Filter Vent, 14 x 12 x 8 , Opaque
$635.00
Read more
-

STI (EF141208-O) Fibgerlass Enclosure, 14 x 12 x 8, Opaque
$265.00
Read more
-

STI (EF141206-W) Fibgerlass Enclosure, 14 x 12 x 6, with Window
$492.65
Read more
-

STI (EF141206-O) Fibgerlass Enclosure, 14 x 12 x 6, Opaque
$239.99
Read more
-

STI (EF121006-W) Fiberglass Enclosure, 12 x 10 x 6, with Window
$299.99
Read more
-

STI (EF121006-O) Fiberglass Enclosure, 12 x 10 x 6, Opaque
$185.00
Read more
-

STI (EF100806-W) Fiberglass Enclosure, 10 x 8 x 6, with Window
$269.00
Read more
-

STI (EF100806-O) Fiberglass Enclosure, 10 x 8 x 6, Opaque
$175.99
Read more
-

STI (EF080804-W) Fiberglass Enclosure, 8 x 8 x 4, with Window
$275.00
Read more