woocommerce_get_path_define_tokens

woocommerce_get_path_define_tokens

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_get_path_define_tokens') is found 1 times:

  • /includes/wc-core-functions.php line 231
    			$path_tokens[ $define ] = constant( $define );
    		}
    	}
    
    	return apply_filters( 'woocommerce_get_path_define_tokens', $path_tokens );
    }
    
    /**
     * Get template part (for templates like the shop-loop).
     *
     * WC_TEMPLATE_DEBUG_MODE will prevent overrides in themes from taking priority.