관리-도구
편집 파일: replace_variable.php
<?php /*Product Shortcode replace start*/ $init_regs="/(\{mini_collection)(.(?!\{mini_collection))*(\})+/"; $html_content = $content['html']; $html_content = preg_replace($init_regs ,"" ,$html_content ); $html_content = str_ireplace("{/mini_collection}" ,'' ,$html_content ); $rinit_regs="/(\{courses)(.(?!\{courses))*(\})+/"; $html_content = preg_replace($rinit_regs ,"" ,$html_content ); $html_content = str_ireplace("{/courses}" ,'' ,$html_content ); /* Remain shortcode replace end */ ?>