Action Hook: template_redirect ... add_action('template_redirect', 'single_result'); function single_result() { if (is_search()) { global $wp_query; ...
確定! 回上一頁