Pack Size : 10x1x10 Softgel Capsules
function add_open_graph_tags() { if (is_single() || is_page()) { global $post; // Check if the Open Graph tags already exist, if not, generate them if (!has_action('wp_head', 'add_open_graph_tags')) { echo '' . "\n"; if (has_excerpt($post->ID)) { echo '' . "\n"; } else { echo '' . "\n"; } echo '' . "\n"; if (has_post_thumbnail($post->ID)) { $thumbnail = wp_get_attachment_image_src(get_post_thumbnail_id($post->ID), 'full'); echo '' . "\n"; } echo '' . "\n"; } } } add_action('wp_head', 'add_open_graph_tags');