合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
``` add_action('init', 'my_rr_url'); function my_rr_url() { //Ensure the $wp_rewrite global is loaded global $wp_rewrite; add_rewrite_tag('%myname%', '([^&]+)'); add_rewrite_rule('haha/([A-Za-z0-9]{1,})/?$', 'index.php?page_id=8&myname=$matches[1]', 'top'); //Call flush_rules() as a method of the $wp_rewrite object $wp_rewrite->flush_rules(); } ```