WP HOOKS

Customizer

Hooki narzędzia dostosowywania motywu.

19 akcji23 filtrówrazem 42

Popularne w tej kategorii

Uruchamiany przy inicjalizacji customizera. Rejestrujesz tu własne ustawienia, sekcje i kontrolki.

Wszystkie hooki

customize_allowed_urlsfiltr

Filters the list of URLs allowed to be clicked and followed in the Customizer preview.

customize_changeset_branchingfiltr

Filters whether or not changeset branching is allowed.

customize_changeset_save_datafiltr

Filters the settings' data that will be persisted into the changeset.

customize_control_activefiltr

Filters response of WP_Customize_Control::active().

customize_dynamic_setting_argsfiltr

Filters a dynamic setting's constructor args.

customize_dynamic_setting_classfiltr

Allow non-statically created settings to be constructed with custom WP_Customize_Setting subclass.

customize_load_themesfiltr

Filters the theme data loaded in the customizer.

customize_loaded_componentsfiltr

Filters the core Customizer components to load.

customize_nav_menu_available_item_typesfiltr

Filters the available menu item types.

customize_nav_menu_available_itemsfiltr

Filters the available menu items.

customize_nav_menu_searched_itemsfiltr

Filters the available menu items during a search request.

customize_panel_activefiltr

Filters response of WP_Customize_Panel::active().

customize_post_value_setakcja

Announces when any setting's unsanitized post value has been set.

customize_post_value_set_{$setting_id}akcjadynamiczny

Announces when a specific setting's unsanitized post value has been set.

customize_preview_{$this->id}akcjadynamiczny

Fires when the WP_Customize_Setting::preview() method is called for settings not handled as theme_mods or options.

customize_preview_{$this->type}akcjadynamiczny

Fires when the WP_Customize_Setting::preview() method is called for settings not handled as theme_mods or options.

customize_preview_initakcja

Fires once the Customizer preview has initialized and JavaScript settings have been printed.

customize_previewable_devicesfiltr

Filters the available devices to allow previewing in the Customizer.

customize_refresh_noncesfiltr

Filters nonces for Customizer.

customize_registerakcja

Fires once WordPress has loaded, allowing scripts and styles to be initialized.

customize_render_controlakcja

Fires just before the current Customizer control is rendered.

customize_render_control_{$this->id}akcjadynamiczny

Fires just before a specific Customizer control is rendered.

customize_render_panelakcja

Fires before rendering a Customizer panel.

customize_render_panel_{$this->id}akcjadynamiczny

Fires before rendering a specific Customizer panel.

customize_render_sectionakcja

Fires before rendering a Customizer section.

customize_render_section_{$this->id}akcjadynamiczny

Fires before rendering a specific Customizer section.

customize_sanitize_{$this->id}filtrdynamiczny

Filters a Customize setting value in un-slashed form.

customize_sanitize_js_{$this->id}filtrdynamiczny

Filters a Customize setting value for use in JavaScript.

customize_saveakcja

Fires once the theme has switched in the Customizer, but before settings have been saved.

customize_save_{$id_base}akcjadynamiczny

Fires when the WP_Customize_Setting::save() method is called.

customize_save_afterakcja

Fires after Customize settings have been saved.

customize_save_responsefiltr

Filters response data for a successful customize_save Ajax request.

customize_save_validation_beforeakcja

Fires before save validation happens.

customize_section_activefiltr

Filters response of WP_Customize_Section::active().

customize_update_{$this->type}akcjadynamiczny

Fires when the WP_Customize_Setting::update() method is called for settings not handled as theme_mods or options.

customize_validate_{$this->id}filtrdynamiczny

Validates a Customize setting value.

customize_value_{$id_base}filtrdynamiczny

Filters a Customize setting value not handled as a theme_mod or option.

customizer_widgets_section_argsfiltr

Filters Customizer widget section arguments for a given sidebar.

is_wide_widget_in_customizerfiltr

Filters whether the given widget is considered "wide".

start_previewing_themeakcja

Fires once the Customizer theme preview has started.

stop_previewing_themeakcja

Fires once the Customizer theme preview has stopped.

widget_customizer_setting_argsfiltr

Filters the common arguments supplied when constructing a Customizer setting.