gpp_debug_panel_feed_data
Description
Filter the data exposed for each feed in the debug panel. Use this to hide sensitive fields from non-admin users. Used by Gravity Wiz for demo functionality.
Usage
Applied globally
add_filter( 'gpp_debug_panel_feed_data', 'my_custom_function' );Parameters
$feed_data
array
The feed data array.
$feed
array
The original feed from database.
Since
1.0.0Hook added.