标题图像是根据…
set_theme_mod( \'header_image\', $choice[\'url\'] )
…的包装器…
update_option( \'theme_mods_\' . get_option( \'stylesheet\' ), $value );
这样你就可以…
\'pre_update_option_theme_mods_\' . get_option( \'stylesheet\' )
…获取第一个参数,它是所有主题mod的数组,并保存键的值
\'header_image\'
在插件选项中。钥匙
\'header_image_data\'
存储该图像的元数据。
然后筛选\'theme_mod_header_image\'
如果没有图像集,则返回存储的插件选项。