gca_show_feed_database_debug_info
Description
Filters whether to show debug info for the feed settings.
Usage
Applied globally
add_filter( 'gca_show_feed_database_debug_info', 'my_custom_function' );
Parameters
$show_feed_debug_info
bool
Whether to show debug info for the feed settings.
$feed
array
The feed being processed.
Since
1.0.0
Hook added.