Warning: This hook has been deprecated.

load_feed_engine WordPress Hook

The load_feed_engine hook is used to load the feed engine for a specific feed. This hook is called when the WordPress load_feed() function is called.

do_action( 'load_feed_engine' ) #

Fires before MagpieRSS is loaded, to optionally replace it.


Source

File: wp-includes/rss.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
3.0.0This hook has been deprecated.
2.3.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.