Skip to content

Instantly share code, notes, and snippets.

View AlexMnrs's full-sized avatar
🏠
Working from home

LeX AlexMnrs

🏠
Working from home
  • Spain
  • 01:54 (UTC +01:00)
View GitHub Profile
@mikejolley
mikejolley / functions.php
Created July 2, 2016 13:21
WooCommerce - Redirect external products offsite (disable single listings)
<?php // Do not include this if already open!
/**
* Code goes in theme functions.php.
*/
add_action( 'template_redirect', 'redirect_external_products' );
function redirect_external_products() {
global $post;