function structured_data_update_7001 in Structured Data (JSON+LD Rich Snippets) 7
Remove settings to use default site name and logo, we now fall back to those.
File
- ./
structured_data.install, line 35 - Install, Uninstall, and Update hooks for structured_data module.
Code
function structured_data_update_7001() {
variable_del('structured_data_site_name_default');
variable_del('structured_data_site_logo_default');
}