feeds_httpfetcher_append_headers.install in Feeds HTTPFetcher Append Headers 7
Install functions for Feeds HTTPFetcher Append Headers.
File
feeds_httpfetcher_append_headers.installView source
<?php
/**
* @file
* Install functions for Feeds HTTPFetcher Append Headers.
*/
/**
* Implements hook_enable().
*
* Clear Feed's plugin cache so that this plugin shows up.
*/
function feeds_httpfetcher_append_headers_enable() {
cache_clear_all('plugins:feeds:plugins', 'cache');
}
Functions
Name | Description |
---|---|
feeds_httpfetcher_append_headers_enable | Implements hook_enable(). |