PHP Class Carbon_Fields\Field\Choose_Sidebar_Field

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

Public Methods

Method 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 method

Retrieve all custom sidebars from the database.
public get_custom_sidebars ( ) : array
return array

get_default_sidebar_options() public method

Returns an array with the default sidebar options

init() public method

Initialization tasks
public init ( )

register_custom_sidebars() public method

Register all custom sidebars.

set_sidebar_options() public method

Sets the Sidebar Options
public set_sidebar_options ( $sidebar_options )

setup_sidebar_options() public method

Generate options for the choose sidebar field.