PHP Class Carbon_Fields\Field\Scripts_Field

Intended only for use in theme options container.
Inheritance: extends Textarea_Field
Datei anzeigen Open project: htmlburger/carbon-fields

Public Methods

Method Description
get_default_help_text ( ) Default help text to be displayed for this type of field.
get_hook_name ( ) Action name to be hooked on.
init ( ) Initialization actions
print_scripts ( ) Display the field value in the front-end header.

Method Details

get_default_help_text() abstract public method

Default help text to be displayed for this type of field.
abstract public get_default_help_text ( )

get_hook_name() abstract public method

Action name to be hooked on.
abstract public get_hook_name ( )

init() public method

Initialization actions
public init ( )

print_scripts() public method

Display the field value in the front-end header.
public print_scripts ( )