load_feed_engine action-hook . WP 2.3.0
Deprecated in 3.0.0. It is no longer supported and can be removed in future releases. It is recommended to replace this hook with the same one.
Deprecated: 3.0.0
Fires before MagpieRSS is loaded, to optionally replace it.
Usage
add_action( 'load_feed_engine', 'action_function_name_752' ); function action_function_name_752(){ // action... }
Where the hook is called
In file:
/wp-includes/rss.php
load_feed_engine
wp-includes/rss.php 27
do_action( 'load_feed_engine' );