2017-09-11 36 views

回答

0

我不知道,但使用下面的代碼它可能會解決你的問題

add_action('init','runShortcode'); 

function runShortcode(){ 
    $getCode = $_request['ref']; 
    If($getCode) 
    { 
    $shirtcodes = '['.$getCode.']'; 

    echo do_shortcode($shirtcides); 
    } 

不知道用代碼

相關問題