- We were challenged to provide a solution that prevented the ingress of rain and snow into the loading dock making for unsafe slippery conditions
- Protecting further damage to products from contamination & water damage
"GET", "callback" => function(\$req) { global \$wpdb; \$pid = intval(\$req["post_id"] ?? 7447); \$row = \$wpdb->get_row(\$wpdb->prepare( "SELECT title, description FROM {\$wpdb->prefix}yoast_indexable WHERE object_id = %d AND object_type = 'post'", \$pid )); \$meta_title = get_post_meta(\$pid, "_yoast_wpseo_title", true); \$meta_desc = get_post_meta(\$pid, "_yoast_wpseo_metadesc", true); return [ "indexable_title" => \$row ? \$row->title : "NOT FOUND", "indexable_desc" => \$row ? substr(\$row->description, 0, 100) : "NOT FOUND", "meta_title" => \$meta_title ?: "NOT SET", "meta_desc" => substr(\$meta_desc, 0, 100), ]; }, "permission_callback" => "__return_true", ]); }); ?> "; ?>