Как я могу полностью удалить настройки и настройки WP Customize? - PullRequest
0 голосов
/ 20 февраля 2019

Я переименовал свою папку темы и все остальные биты, связанные с заголовком, но у меня был длинный список настроек и элементов управления, которые были добавлены с ярлыками, связанными со старым именем, я хочу удалить их.

Я полагаю, что я делаю это правильно со следующим:

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настройщик администратора, ни один из предыдущих элементов управления не отображается, поэтому, хотя параметры были удалены, значения все еще сохраняются, которые должны были быть удалены.

Почему они не были удалены в соответствии с вышеуказанной функцией?

Любая помощь очень ценится.

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...