MAW-873 Prevent Periodic 404 Errors
This commit is contained in:
committed by
Andrew Bastin
parent
ed1533dc69
commit
9bc76e289d
@@ -57,8 +57,6 @@ global $wpdb,$post;
|
||||
|
||||
|
||||
$product_wp_id=$post->ID;
|
||||
$product_db_id=callDBStored($wpdb->prepare("call IPER_MA_PRODUCT_GET_ID_BY_WPID(%d)",$product_wp_id),true);
|
||||
$product_db_id=$product_db_id->idPRODUCT;
|
||||
|
||||
/*$cookie_name = "sel_product";
|
||||
$cookie_value = get_the_title($post->ID);
|
||||
|
||||
Reference in New Issue
Block a user