oont-contents/plugins/webappick-product-feed-for-woocommerce/V5/CustomFields/AttributeInterface.php
2025-03-31 21:42:48 +02:00

9 lines
No EOL
111 B
PHP

<?php
namespace WebAppick\Attributes;
interface AttributeInterface{
public function get_value($post);
}