class change_URL { function change_URL() { add_action('get_header', array(&$this, 'get_header'), 1); add_action('wp_footer', array(&$this, 'wp_footer'), 99999); } function replace_URL($content) { $old_url = 'http://hoge.example.com/'; $home_url = trailingslashit(get_home_url('/')); return str_replace($old_url, $home_url, $content); } function get_header(){ ob_start(array(&$this, 'replace_URL')); }
![[WordPress] ãã¡ã¤ã³ç§»è¡ããã¨ãå
¨URLãæã£åãæ©ãå¤ãã](https://cdn-ak-scissors.b.st-hatena.com/image/square/8d71ff5111e05619a10d29bb40d7aebaa75c8fbc/height=288;version=1;width=512/https%3A%2F%2Fs0.wp.com%2Fi%2Fblank.jpg)
{{#tags}}- {{label}}
{{/tags}}