Skip to content

Instantly share code, notes, and snippets.

View tradesouthwest's full-sized avatar
Working remotely

Larry tradesouthwest

Working remotely
View GitHub Profile
@tradesouthwest
tradesouthwest / check-for-product-category-woocommerce.php
Created December 1, 2020 20:41
Check if single product has a specific product category.
<?php
// checking terms since wc_product are not post terms
function product_cat_contingencies()
{
global $post;
// get the product category term objects
$terms = wp_get_post_terms( $post->ID, 'product_cat' );
foreach ( $terms as $term ) $categories[] = $term->slug;
if( in_array('custom-tarps', $categories) ) {
return true;
@tradesouthwest
tradesouthwest / image-list.php
Created November 12, 2021 17:56
list images with tow files drop into img folder
<?php
/**
* TSW Listing Nano Directory
* Author: Larry Judd Oliver @tradesouthwest | http://tradesouthwest.com
* Contributors in readme.md file
* License in LICENSE.md file
* /////////////////////////////////////////////////////////////////////
* MUST BE USED ALONG WITH [list-images.php]
* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/
@tradesouthwest
tradesouthwest / html-admin-page-shipping-zones-support-coloradocookiecompany.txt
Created December 30, 2023 17:16
html-admin-page-shipping-zones-support-coloradocookiecompany table body tag blank
`
### WordPress Environment ###
WordPress address (URL): http://thecoloradocookiecompany.com/stage1223
Site address (URL): http://thecoloradocookiecompany.com/stage1223
WC Version: 8.4.0
REST API Version: ✔ 8.4.0
WC Blocks Version: ✔ 11.6.2
Action Scheduler Version: ✔ 3.7.0
Log Directory Writable: ✔
@tradesouthwest
tradesouthwest / coloradocookiecompany-statreport
Created January 2, 2024 14:49
wordpress.org/support/topic/wc-shipping-zones-missing/#post-17311865
`
### WordPress Environment ###
WordPress address (URL): http://thecoloradocookiecompany.com/stage1223
Site address (URL): http://thecoloradocookiecompany.com/stage1223
WC Version: 8.4.0
REST API Version: ✔ 8.4.0
WC Blocks Version: ✔ 11.6.2
Action Scheduler Version: ✔ 3.7.0
Log Directory Writable: ✔