Hooks

AdminUi

3 hooks fired by AdminUi: 2 filters and 1 actions across 3 call sites.

3 hooks fired by AdminUi: 2 filters and 1 actions across 3 call sites. 0 of the 3 call sites are described by a docblock, at the call or on the constant that names the hook; the rest are listed with their signature and call sites only. Paths are relative to the plugin directory.

wp_react_settings_${type}_control_content

Filter · Dynamic name · 3 arguments · 1 call site

applyFilters( `wp_react_settings_${type}_control_content`, '', fieldProps, { sharedData, renderNotification, onSave, } )

Fired from:

  • assets/packages/admin-ui/settings/controls/Control.js:310

wp_react_settings_shared_context_init

Action · 2 arguments · 1 call site

doAction( 'wp_react_settings_shared_context_init', state, setState )

Fired from:

  • assets/packages/admin-ui/settings/SharedDataStore/Provider.js:8

wp_react_settings_shared_context_initial_values

Filter · 1 argument · 1 call site

applyFilters( `wp_react_settings_shared_context_initial_values`, {} )

Fired from:

  • assets/packages/admin-ui/settings/index.js:31

On this page