bd_addon_settings

bd_addon_settings

Hook Type: filter

See hook in core

Displaying hooks found in version: bulk-delete.6.11

apply_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