load_feed_engine action-hook . WP 2.3.0
Deprecated in from version 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_5225' ); function action_function_name_5225(){ // action... }
Changelog
Since 2.3.0 | Introduced. | |
Deprecated | 3.0.0 |
Where the hook is called
In file: /wp-includes/rss.php
load_feed_engine
wp-includes/rss.php 27
do_action( 'load_feed_engine' );