metatag_favicons.install 283 B

12345678910111213141516
  1. <?php
  2. /**
  3. * @file
  4. * Update scripts, etc for the Metatag Favicons module.
  5. */
  6. /**
  7. * Implementations of hook_update_N().
  8. */
  9. /**
  10. * Clear the Metatag caches so the updated mask-icon spec can be used.
  11. */
  12. function metatag_favicons_update_7100() {
  13. metatag_config_cache_clear();
  14. }