You can do that by calling remove_filter('hook','filter') or remove_action('hook','action'). For example: remove_action('publish_post','generic_ping'); ...
確定! 回上一頁