PHP Class Carbon_Fields\Field\Choose_Sidebar_Field

Deprecated in favor of the 'Sidebar' field and its sidebar manager.
Deprecation:
Inheritance: extends Sidebar_Field
Afficher le fichier Open project: htmlburger/carbon-fields

Méthodes publiques

Méthode Description
get_custom_sidebars ( ) : array Retrieve all custom sidebars from the database.
get_default_sidebar_options ( ) Returns an array with the default sidebar options
init ( ) Initialization tasks
register_custom_sidebars ( ) Register all custom sidebars.
set_sidebar_options ( $sidebar_options ) Sets the Sidebar Options
setup_sidebar_options ( ) Generate options for the choose sidebar field.

Method Details

get_custom_sidebars() public méthode

Retrieve all custom sidebars from the database.
public get_custom_sidebars ( ) : array
Résultat array

get_default_sidebar_options() public méthode

Returns an array with the default sidebar options

init() public méthode

Initialization tasks
public init ( )

register_custom_sidebars() public méthode

Register all custom sidebars.

set_sidebar_options() public méthode

Sets the Sidebar Options
public set_sidebar_options ( $sidebar_options )

setup_sidebar_options() public méthode

Generate options for the choose sidebar field.