$template = apply_filters( 'template_include', $template ); if ( $template ) { include $template; //Error in this line } elseif ( current_user_can( ...
確定! 回上一頁