The design of our Hotstarswitches is sleek and elegant which could give extra touch to our home interior. Experience smooth functioning and high-quality switches that are adored by everyone.
function inject_faq_schema_per_page() {
if (is_singular()) {
global $post;
$faq_schema = get_post_meta($post->ID, 'faq_json', true);
if (!empty($faq_schema)) {
echo $faq_schema;
}
}
}
add_action('wp_footer', 'inject_faq_schema_per_page'); // or use 'wp_head' if preferred