load_feed_engine
Deprecated 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.
Fires before MagpieRSS is loaded, to optionally replace it.
Usage
add_action( 'load_feed_engine', 'wp_kama_load_feed_engine_action' ); /** * Function for `load_feed_engine` action-hook. * * @return void */ function wp_kama_load_feed_engine_action(){ // action... }
Changelog
Since 2.3.0 | Introduced. |
Deprecated since | 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' );