<?php $text = '[_wc_acof_6] i want to convert'; $replacements = ['6' => 'NEW_VALUE_FOR_6_KEY']; echo preg_replace_callback('~\[_wc_acof_(\d+)]~', function($m) use ($replacements){ return $replacements[$m[1]]; }, $text);
You have javascript disabled. You will not be able to edit any code.