Top Google Search Results
- Shortlink support in WordPress 3 | HybridLogic
Aug 9, 2011 ... There are two main filters, both defined in wp-includes/link-template.php, pre_get_shortlink and get_shortlink. The former runs before ... - pre_get_shortlink Wordpress hook details -- Adam Brown, BYU ...
Detailed information about every action hook and filter used in WordPress. Makes Plugin API easier to use. Lists appearance, file location, and deprecation data ... - Get Shortlink: Bit.ly Instead of wp.me
Says that it can be filtered with pre_get_shortlink filter. So, basically, I just need to figure out bit.ly's API, to filter appropriately? WP TurnKey ... - Create bit.ly Short URLs for your Posts in WordPress | bavotasan.com
Aug 20, 2010 ... add_filter('pre_get_shortlink', 'get_bitly_shortlink'); // filtering the WP function function get_bitly_shortlink() { global $post; $shortURL ...