<?php function press_this_ptype($link) { $post_type = 'bookmark'; $link = str_replace('press-this.php', "press-this.php?post_type=$post_type", $link); //$link = str_replace('?u=', '&u=', $link); return $link; } add_filter('shortcut_link', 'press_this_ptype', 11); ?>
日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)