为什么REMOVE_SETING和REMOVE_CONTROL无效?

时间:2019-02-20 作者:Lee

我已经重命名了我的主题文件夹和所有其他与标题相关的位,但我有一个很长的设置和控件列表,其中添加了与旧名称相关的标签,我想删除这些。

我相信我在以下方面做得很好:

function remove_settings_controls($wp_customize) {

    $wp_customize->remove_setting(\'psychic2016_logo\');
    $wp_customize->remove_control(\'psychic2016_logo\');

    $wp_customize->remove_setting(\'psychic2016_facebook\');
    $wp_customize->remove_control(\'psychic2016_facebook\');

    $wp_customize->remove_setting(\'psychic2016_twitter\');
    $wp_customize->remove_control(\'psychic2016_twitter\');

    $wp_customize->remove_setting(\'psychic2016_google_profile\');
    $wp_customize->remove_control(\'psychic2016_google_profile\');

    $wp_customize->remove_setting(\'psychic2016_google_analytics\');
    $wp_customize->remove_control(\'psychic2016_google_analytics\');

    $wp_customize->remove_setting(\'psychic2016_xml_id\');
    $wp_customize->remove_control(\'psychic2016_xml_id\');

    $wp_customize->remove_setting(\'psychic2016_xml_overflow\');
    $wp_customize->remove_control(\'psychic2016_xml_overflow\');

    $wp_customize->remove_setting(\'psychic2016_geoip_default\');
    $wp_customize->remove_control(\'psychic2016_geoip_default\');

    $wp_customize->remove_setting(\'psychic2016_geoip_status\');
    $wp_customize->remove_control(\'psychic2016_geoip_status\');

    $wp_customize->remove_setting(\'psychic2016_psychics_url\');
    $wp_customize->remove_control(\'psychic2016_psychics_url\');

    $wp_customize->remove_setting(\'psychic2016_offers\');
    $wp_customize->remove_control(\'psychic2016_offers\');

    $wp_customize->remove_setting(\'psychic2016_click2call\');
    $wp_customize->remove_control(\'psychic2016_click2call\');

    $wp_customize->remove_setting(\'psychic2016_prem\');
    $wp_customize->remove_control(\'psychic2016_prem\');

    $wp_customize->remove_setting(\'psychic2016_prem_badge\');
    $wp_customize->remove_control(\'psychic2016_prem_badge\');

    $wp_customize->remove_setting(\'psychic2016_sms\');
    $wp_customize->remove_control(\'psychic2016_sms\');

    $wp_customize->remove_setting(\'psychic2016_webchat_url\');
    $wp_customize->remove_control(\'psychic2016_webchat_url\');

    $wp_customize->remove_setting(\'psychic2016_webcam_url\');
    $wp_customize->remove_control(\'psychic2016_webcam_url\');

    $wp_customize->remove_setting(\'psychic2016_webcam_ID\');
    $wp_customize->remove_control(\'psychic2016_webcam_ID\');

    $wp_customize->remove_setting(\'psychic2016_click2call_url\');
    $wp_customize->remove_control(\'psychic2016_click2call_url\');

    $wp_customize->remove_setting(\'psychic2016_sms_url\');
    $wp_customize->remove_control(\'psychic2016_sms_url\');

    $wp_customize->remove_setting(\'psychic2016_featured_image_full\');
    $wp_customize->remove_control(\'psychic2016_featured_image_full\');

    $wp_customize->remove_setting(\'psychic2016_recaptcha_site_key\');
    $wp_customize->remove_control(\'psychic2016_recaptcha_site_key\');

    $wp_customize->remove_setting(\'psychic2016_recaptcha_secret_key\');
    $wp_customize->remove_control(\'psychic2016_recaptcha_secret_key\');

    $wp_customize->remove_setting(\'psychic2016_categories_clairvoyant\');
    $wp_customize->remove_control(\'psychic2016_categories_clairvoyant\');

    $wp_customize->remove_setting(\'psychic2016_categories_clairsentient\');
    $wp_customize->remove_control(\'psychic2016_categories_clairsentient\');

    $wp_customize->remove_setting(\'psychic2016_categories_clairaudient\');
    $wp_customize->remove_control(\'psychic2016_categories_clairaudient\');

    $wp_customize->remove_setting(\'psychic2016_categories_life_coach\');
    $wp_customize->remove_control(\'psychic2016_categories_life_coach\');

    $wp_customize->remove_setting(\'psychic2016_categories_counsellor\');
    $wp_customize->remove_control(\'psychic2016_categories_counsellor\');

    $wp_customize->remove_setting(\'psychic2016_categories_medium\');
    $wp_customize->remove_control(\'psychic2016_categories_medium\');

    $wp_customize->remove_setting(\'psychic2016_categories_psychic\');
    $wp_customize->remove_control(\'psychic2016_categories_psychic\');

    $wp_customize->remove_setting(\'psychic2016_categories_reiki_healer\');
    $wp_customize->remove_control(\'psychic2016_categories_reiki_healer\');

    $wp_customize->remove_setting(\'psychic2016_categories_wicca\');
    $wp_customize->remove_control(\'psychic2016_categories_wicca\');

    $wp_customize->remove_setting(\'psychic2016_subjects_love_relationship\');
    $wp_customize->remove_control(\'psychic2016_subjects_love_relationship\');

    $wp_customize->remove_setting(\'psychic2016_subjects_career_work\');
    $wp_customize->remove_control(\'psychic2016_subjects_career_work\');

    $wp_customize->remove_setting(\'psychic2016_subjects_pets_animals\');
    $wp_customize->remove_control(\'psychic2016_subjects_pets_animals\');

    $wp_customize->remove_setting(\'psychic2016_subjects_destiny_life_path\');
    $wp_customize->remove_control(\'psychic2016_subjects_destiny_life_path\');

    $wp_customize->remove_setting(\'psychic2016_subjects_past_lives\');
    $wp_customize->remove_control(\'psychic2016_subjects_past_lives\');

    $wp_customize->remove_setting(\'psychic2016_subjects_deceased_loved_ones\');
    $wp_customize->remove_control(\'psychic2016_subjects_deceased_loved_ones\');

    $wp_customize->remove_setting(\'psychic2016_tools_angel_cards\');
    $wp_customize->remove_control(\'psychic2016_tools_angel_cards\');

    $wp_customize->remove_setting(\'psychic2016_tools_astrology\');
    $wp_customize->remove_control(\'psychic2016_tools_astrology\');

    $wp_customize->remove_setting(\'psychic2016_tools_crystals\');
    $wp_customize->remove_control(\'psychic2016_tools_crystals\');

    $wp_customize->remove_setting(\'psychic2016_tools_numerology\');
    $wp_customize->remove_control(\'psychic2016_tools_numerology\');

    $wp_customize->remove_setting(\'psychic2016_tools_oracle_cards\');
    $wp_customize->remove_control(\'psychic2016_tools_oracle_cards\');

    $wp_customize->remove_setting(\'psychic2016_tools_pendulum\');
    $wp_customize->remove_control(\'psychic2016_tools_pendulum\');

    $wp_customize->remove_setting(\'psychic2016_tools_runestones\');
    $wp_customize->remove_control(\'psychic2016_tools_runestones\');

    $wp_customize->remove_setting(\'psychic2016_tools_tarot_cards\');
    $wp_customize->remove_control(\'psychic2016_tools_tarot_cards\');

}
add_action(\'customize_register\', \'remove_settings_controls\', 1000);
但是,当我重新加载前端时,我希望模板文件中的调用会加载错误get_theme_mod() 这些设置将不再返回任何内容,但没有任何更改。

即使我var_dump(get_theme_mod(\'psychic2016_xml_id\')) 在上述函数的正下方,我得到了存储的打印值。

在WP admin customizer中,没有显示任何以前的控件,因此,尽管选项已被删除,但仍会存储值,这些值本应被删除。

为什么没有按照上述功能删除它们?

非常感谢您的帮助。

1 个回复
最合适的回答,由SO网友:Jacob Peattie 整理而成

在WP admin customizer中,没有显示任何以前的控件,因此,尽管选项已被删除,但仍会存储值,这些值本应被删除。

您尚未执行任何操作来删除它们。您所问的代码将从customiser中删除已注册的控件和已注册的设置,但您需要考虑这意味着什么。

将设置添加到Customiser时add_setting() 您所做的是记录保存该设置的各种行为。比如控制哪些用户有权保存它,以及如何清理设置值。

因此,当您从Customiser中删除设置时,您只需删除这些行为,并取消注册与该设置交互的任何控件。这与add_setting(), 你会注意到add_setting() 不将任何内容保存到数据库。

这都是关于Customiser接口本身的行为。所有这些都与保存在数据库中的实际数据无关。一旦数据保存在数据库中,它就会一直存在,直到您将其删除为止。这个get_theme_mod() 函数不会以任何方式与Customiser交互。它只是直接从数据库中检索值。这就是为什么get_theme_mod() does not return any default value set with add_setting(), 这就是为什么它仍然返回未注册设置的值。

如果要删除已保存的主题模块,需要使用remove_theme_mod():

remove_theme_mod( \'psychic2016_logo\' );
但请注意,您只需运行此代码一次,该值将被永久删除(thecustomize_register 每次加载Customiser时,钩子都会运行)。

相关推荐