Hooks for Links Box [duplicate]

Possible Duplicate:
Getting archive pages in WP’s AJAX internal link finder?

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.

1 Answer
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.

Leave a Comment