Hooks for Links Box

Are there any hooks for the new internal links box that was created in WP 3.1? I’m trying to modify it in my plugin.

Related posts

Leave a Reply

1 comment

  1. Right now there are no hooks to do that from a plugin and the function that makes the search query itself is not pluggable which means that the only way to achieve that is to hack core files.

    Currently there is an open Trac Ticket asking for some kind of hook.