Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
function custom_single_og_image() { if (is_front_page() || is_home()) { echo ''; echo ''; echo ''; } } add_action('wp_head', 'custom_single_og_image', 5);
Skip to contentWelcome to WordPress. This is your first post. Edit or delete it, then start writing!