bd_addon_settings
bd_addon_settings
Appears in: bulk-delete.5.6.1, bulk-delete.6.0.0, bulk-delete.6.0.1, bulk-delete.6.0.2, bulk-delete.6.11
Hook Type: filter
Displaying hooks found in version: bulk-delete.6.11apply_filters('bd_addon_settings') is found 1 times:
- /include/settings/class-bd-settings-page.php line 88
*/ public static function get_addon_settings() { $options = get_option( self::ADDON_SETTING_OPTION_NAME, array() ); return apply_filters( 'bd_addon_settings', $options ); } /** * Show the settings page. * * @static