add_action( 'template_redirect', function() { if( is_page('slug') ){ wp_redirect( home_url() .'?test=true', 301 ); exit; } } );.
確定! 回上一頁