Skip to content

Instantly share code, notes, and snippets.

@westcoastdigital
westcoastdigital / acf-woo-conditional.php
Last active June 14, 2025 00:33
Add Custom Conditional Logic to ACF
<?php
// Add WooCommerce Conditional Logic
function jm_acf_woo_product_filter($choices)
{
if (!isset($choices['WooCommerce'])) {
$new_choices = array();
foreach ($choices as $key => $value) {
$new_choices[$key] = $value;
if ($key == 'Post') { // position in the drop down in thios case after Post