Summery Summery
Allow non-statically created settings to be constructed with custom WP_Customize_Setting subclass.
Syntax Syntax
Parameters Parameters
- $setting_class
-
(Required) WP_Customize_Setting or a subclass.
- $setting_id
-
(Required) ID for dynamic setting, usually coming from
$_POST['customized']
. - $setting_args
-
(Required) WP_Customize_Setting or a subclass.
Return Return
(string)
Source Source
File: wp-includes/class-wp-customize-nav-menus.php
'oneThemeLocationNoMenus' => null, 'moveUp' => __( 'Move up one' ), 'moveDown' => __( 'Move down one' ), 'moveToTop' => __( 'Move to the top' ), /* translators: %s: Previous item name. */ 'moveUnder' => __( 'Move under %s' ), /* translators: %s: Previous item name. */ 'moveOutFrom' => __( 'Move out from under %s' ), /* translators: %s: Previous item name. */ 'under' => __( 'Under %s' ),
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.3.0 | Introduced. |