OnlyExportParent.php 176 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <?php class VariableProductTitle_OnlyExportParent { /** @var string */ protected $value; public function process(WP_Post $current, WP_Post $parent) { } }