Skip to content

Latest commit

 

History

History
969 lines (759 loc) · 85.3 KB

classes.md

File metadata and controls

969 lines (759 loc) · 85.3 KB

Table of contents


Class: \Geniem\ACF\Group

Class Group

Visibility Function
public __construct(\string $title, \string $key=null) : void
Field group constructor
public activate() : \Geniem\ACF\self
Change the field group's status as active.
public add_field(\Geniem\ACF\Field $field, string $order='last') : \Geniem\ACF\self
Add a field to the field group.
public add_field_after(\Geniem\ACF\Field $field, \Geniem\ACF[mixed] $target) : \Geniem\ACF\self
Add a field to the field group after a target field.
public add_field_before(\Geniem\ACF\Field $field, \Geniem\ACF[mixed] $target) : \Geniem\ACF\self
Add a field to the field group before a target field.
public add_rule_group(\Geniem\ACF\RuleGroup $group) : \Geniem\ACF\self
Add a location rule group for the field group.
public clone(\string $key, \string $name=null) : \Geniem\ACF\Geniem\ACF\Group
Clone method Forces the developer to give new key to cloned field group.
public deactivate() : \Geniem\ACF\self
Change the field group's status as not active.
public export(bool/boolean $register=false) : array Acf fields
Export current field and sub fields to acf compatible format
public export_fields() : array
Export fields in the ACF format.
public get_field(\string $key) : \Geniem\ACF\Field
Get a field by its key.
public get_fields() : array
Get all fields from the field group.
public get_hidden_elements() : array
Get hidden elements.
public get_key() : string
Get field group key.
public get_label_placement() : string
Get field group label placement value.
public get_menu_order() : int
Get field group menu order.
public get_position() : string
Get field group position value.
public get_rule_groups() : array
Get all rule groups that have been added for the field group.
public get_style() : \Geniem\ACF\self
Get field group display style.
public get_title() : string
Get field group title.
public hide_element(\string $element) : \Geniem\ACF\self
Set an element to be hid on the edit post screen.
public register() : void
Register the field group to ACF.
public remove_field(\string $key) : \Geniem\ACF\self
Remove a field from the field group.
public reset() : void
Reset the field group's registered status.
public set_hidden_elements(array $elements) : \Geniem\ACF\self
Set elements to be hid on the post edit screen.
public set_instruction_placement(\string $placement='label') : \Geniem\ACF\self
Set field group instructions placement value.
public set_key(\string $key) : \Geniem\ACF\self
Set new key for the field group.
public set_label_placement(\string $placement='top') : \Geniem\ACF\self
Set field group label placement value.
public set_menu_order(\integer $order) : \Geniem\ACF\self
Set field group menu order.
public set_position(\string $position='normal') : \Geniem\ACF\self
Set field group position within the edit post screen.
public set_style(\string $style='default') : \Geniem\ACF\self
Set field group display style.
public set_title(\string $title) : \Geniem\ACF\self
Set new title for the field group.
public show_element(\string $element) : \Geniem\ACF\self
Show previously hidden element on the edit post screen.

Class: \Geniem\ACF\ConditionalLogicGroup

Class ConditionalLogicGroup

Visibility Function
public add_rule(\string $field, \string $operator, mixed $value) : \Geniem\ACF\self
Add a conditional logic rule.
public get_rules() : array
Get added conditional logic rules.

Class: \Geniem\ACF\Codifier

ACF Codifier

Visibility Function
public static get_label_visibility(mixed $field) : boolean
Returns true or false if an ACF field's label has been hidden
public static hide_label(mixed $field) : void
Hides an ACF field label
public static hide_labels() : void
Hide ACF field labels from desired fields
public static init() : void
Init function for registering actions
public static show_field(mixed $field) : void
Shows a previously hidden ACF field label

Class: \Geniem\ACF\Field (abstract)

Class Field

Visibility Function
public __construct(\string $label, \string $key=null, \string $name=null) : void
Constructor.
public add_conditional_logic(\Geniem\ACF\ConditionalLogicGroup $group) : \Geniem\ACF\self
Add a conditional logic for the field.
public add_wrapper_class(\string $class) : \Geniem\ACF\self
Add a single wrapper class to be added for the field.
public clone(string $key, string $name=null) : \Geniem\ACF\Geniem\ACF\Field
Clone method Forces the developer to give new key to cloned field.
public export(bool/boolean $register=false) : array
Export field in ACF's native format.
public format_value(callable $function) : \Geniem\ACF\self
Register a value formatting function for the field
public get_conditional_logic() : \Geniem\ACF\ConditionalLogicGroup
Get the conditional logic group that have been added to the group.
public get_default_value() : mixed
Get the default value of the field.
public get_instructions() : string
Get the instruction text of the field.
public get_key() : string
Get the key of the field.
public get_label() : string
Get the label of the field.
public get_label_visibility() : boolean
Get the label visibility status
public get_name() : string
Get the name of the field.
public get_required() : boolean
Get the required status of the field.
public get_type() : string
Get the type of the field.
public get_wrapper_classes() : array
Get all wrapper classes that have been added for the field.
public get_wrapper_id() : string
Get the id that has been added for the field.
public get_wrapper_width() : int
Get the wrapper width.
public hide_label() : \Geniem\ACF\self
Hide the field label in the admin side
public load_value(callable $function) : \Geniem\ACF\self
Register a value loading function for the field
public prepare_field(callable $function) : \Geniem\ACF\self
Register a field preparing function for the field
public remove_wrapper_class(\string $class) : \Geniem\ACF\self
Remove a single wrapper class from the field.
public set_default_value(mixed $value) : \Geniem\ACF\self
Set the default value for the field.
public set_instructions(\string $instructions) : \Geniem\ACF\self
Set instruction text for the field.
public set_key(\string $key) : \Geniem\ACF\self
Set key for the field.
public set_label(\string $label) : \Geniem\ACF\self
Set label for the field.
public set_name(\string $name) : \Geniem\ACF\self
Set name for the field.
public set_required() : \Geniem\ACF\self
Set the field to be required.
public set_unrequired() : \Geniem\ACF\self
Set the field to be unrequired.
public set_wrapper_classes(mixed $classes) : \Geniem\ACF\self
Set classes to be added for the field.
public set_wrapper_id(\string $id) : \Geniem\ACF\self
Add a wrapper id for the field.
public set_wrapper_width(\integer $width) : \Geniem\ACF\self
Set the wrapper width in percents.
public show_label() : \Geniem\ACF\self
Show the field label in the admin side
public unset_filter(string $filter) : \Geniem\ACF\self
Unset a previously set filter.
public update_value(callable $function) : \Geniem\ACF\self
Register a value updating function for the field
public validate_value(callable $function) : \Geniem\ACF\self
Register a value validation function for the field
protected __clone() : void
Prevent raw cloning.
protected check_for_unique_key() : void
Checks if the field's key is unique within the project scope. Throws a notice if not.
protected inner_set_key(string $key) : void
A protected function to set the field key. Sanitizes the given string first.

Class: \Geniem\ACF\Exception

Class Exception

Visibility Function

This class extends \Exception

This class implements \Throwable


Class: \Geniem\ACF\RuleGroup

Class RuleGroup

Visibility Function
public add_rule(\string $param, \string $operator, \string $value) : \Geniem\ACF\self
Add a location rule to the rule group
public get_rules() : array
Get all rules in the rule group.

Class: \Geniem\ACF\Field\Email

Class Email

Visibility Function
public get_append() : string
Get the append value of the field.
public get_placeholder() : string
Get the placeholder of the field.
public get_prepend() : string
Get the prepend value of the field.
public set_append(\string $append) : \Geniem\ACF\Field\self
Set the append value of the field.
public set_placeholder(\string $placeholder) : \Geniem\ACF\Field\self
Set the placeholder of the field.
public set_prepend(\string $prepend) : \Geniem\ACF\Field\self
Set the prepend value of the field.

This class extends \Geniem\ACF\Field


Class: \Geniem\ACF\Field\CloneField

Class CloneField Named like this because 'Clone' is a reserved word in PHP.

Visibility Function
public add_clone(mixed $clone) : \Geniem\ACF\Field\self
Add a field or a group to be cloned.
public add_conditional_logic(\Geniem\ACF\ConditionalLogicGroup $group) : void
Clone fields do not support conditional logic
public export(bool/boolean $register=false) : array
Export the fields to be cloned in ACF's native format.
public get_clones() : array
Get an array of cloned fields.
public get_display_mode() : string
Get the display mode.
public get_label_prefix() : boolean
Get the label prefixing status.
public get_layout() : string
Get the field's layout mode.
public get_name_prefix() : boolean
Get the name prefixing status.
public remove_clone(mixed $clone) : \Geniem\ACF\Field\self
Remove a cloned item.
public remove_label_prefix() : \Geniem\ACF\Field\self
Don't prefix the field's label.
public remove_name_prefix() : \Geniem\ACF\Field\self
Don't prefix the field's name.
public set_display_mode(\string $display_mode='seamless') : \Geniem\ACF\Field\self
Set the clone field's display mode.
public set_label_prefix() : \Geniem\ACF\Field\self
Prefix the field's label.
public set_layout(\string $layout='block') : \Geniem\ACF\Field\self
Set the clone field's layout mode.
public set_name_prefix() : \Geniem\ACF\Field\self
Prefix the field's name.

This class extends \Geniem\ACF\Field


Class: \Geniem\ACF\Field\Wysiwyg

Class Wysiwyg

Visibility Function
public allow_media_upload() : \Geniem\ACF\Field\self
Allow media upload
public disable_media_upload() : \Geniem\ACF\Field\self
Disable media upload
public get_media_upload() : boolean
Get media upload state
public get_tabs() : string
Get allowed tabs
public get_toolbar() : string
Get what toolbars to show
public set_tabs(\string $tabs='all') : \Geniem\ACF\Field\self
Set tabs to show
public set_toolbar(\string $toolbar='full') : \Geniem\ACF\Field\self
Set what toolbars should be shown

This class extends \Geniem\ACF\Field


Class: \Geniem\ACF\Field\Taxonomy

Class Taxonomy

Visibility Function
public allow_add_term() : \Geniem\ACF\Field\self
Enable adding terms
public allow_load_save_terms() : \Geniem\ACF\Field\self
Enable load_save_terms
public allow_null() : \Geniem\ACF\Field\self
Allow null value
public disallow_add_term() : \Geniem\ACF\Field\self
Disable adding terms
public disallow_load_save_terms() : \Geniem\ACF\Field\self
Disable load_save_terms
public disallow_null() : \Geniem\ACF\Field\self
Disallow null value
public filter_arguments(callable $function) : \Geniem\ACF\Field\self
Register a arguments filtering function for the field
public get_add_term() : integer
Get whether terms can be added
public get_allow_null() : integer
Get allow null status
public get_field_type() : string
Get displayed field type
public get_load_save_terms() : integer
Get load_save_terms state
public get_return_format() : string
Get return format
public get_taxonomy() : string
Get taxonomy
public set_field_type(\string $field_type='checkbox') : \Geniem\ACF\Field\self
Set displayed field type
public set_return_format(\string $return_format='object') : \Geniem\ACF\Field\self
Set return format
public set_taxonomy(\string $taxonomy='category') : \Geniem\ACF\Field\self
Set taxonomy

This class extends \Geniem\ACF\Field


Class: \Geniem\ACF\Field\DatePicker

Class DatePicker

Visibility Function
public get_display_format() : string
Get display_format variable
public get_first_day() : integer
Get first_day variable
public get_return_format() : string
Get return_format variable
public set_display_format(\string $format) : \Geniem\ACF\Field\self
Set display_format variable
public set_first_day(\integer $day) : \Geniem\ACF\Field\self
Set first_day variable
public set_return_format(\string $format) : \Geniem\ACF\Field\self
Set return_format variable

This class extends \Geniem\ACF\Field


Class: \Geniem\ACF\Field\Radio

Class Radio

Visibility Function
public add_choice(\string $choice, mixed $value) : \Geniem\ACF\Field\self
Add a choice.
public allow_other_choice() : \Geniem\ACF\Field\self
Allow other choice
public allow_save_other_choice() : \Geniem\ACF\Field\self
Allow saving custom values to default values
public disallow_other_choice() : \Geniem\ACF\Field\self
Disallow other choice
public disallow_save_other_choice() : \Geniem\ACF\Field\self
Disallow saving custom values to default values
public get_choices() : array
Get all choices.
public get_other_choice() : integer
Get other choice values status
public get_save_other_choice() : integer
Get save other choice status
public remove_choice(\string $choice) : \Geniem\ACF\Field\self
Remove a choice.
public set_choices(array $choices) : \Geniem\ACF\Field\self
Set choices for the checkbox

This class extends \Geniem\ACF\Field\Checkbox


Class: \Geniem\ACF\Field\Gallery

Class Gallery

Visibility Function
public get_max() : integer Maximum amount
Get maximum amount
public get_min() : integer Minimum amount
Get minimum amount
public set_max(\integer $max) : \Geniem\ACF\Field\self
Set maximum amount
public set_min(\integer $min) : \Geniem\ACF\Field\self
Set minimum amount
public upload_prefilter(callable $function) : \Geniem\ACF\Field\self
Register a upload prefiltering function for the field
public validate_attachment(callable $function) : \Geniem\ACF\Field\self
Register a attachment validating function for the field

This class extends \Geniem\ACF\Field\Image


Class: \Geniem\ACF\Field\Number

Class Number

Visibility Function
public get_append() : string
Get append value
public get_max() : integer Maximum value.
Get maximum value
public get_min() : integer Minimum value.
Get minimum value
public get_placeholder() : string
Get placeholder value
public get_prepend() : string
Get prepend value
public get_step() : integer
Get step size
public set_append(\string $append) : \Geniem\ACF\Field\self
Set append text
public set_max(\integer $max) : \Geniem\ACF\Field\self
Set maximum value
public set_min(\integer $min) : \Geniem\ACF\Field\self
Set minimum value
public set_placeholder(\string $placeholder) : \Geniem\ACF\Field\self
Set placeholder value
public set_prepend(\string $prepend) : \Geniem\ACF\Field\self
Set prepend text
public set_step(\integer $step) : \Geniem\ACF\Field\self
Set step size

This class extends \Geniem\ACF\Field


Class: \Geniem\ACF\Field\Group

Class Group

Visibility Function
public get_layout() : string
Get layout
public set_layout(\string $layout='table') : \Geniem\ACF\Field\self
Set layout

This class extends \Geniem\ACF\Field\GroupableField


Class: \Geniem\ACF\Field\PageLink

Class PageLink

Visibility Function
public allow_archives() : \Geniem\ACF\Field\self
Allow archive links
public disallow_archives() : \Geniem\ACF\Field\self
Disallow archive links
public get_allow_archives() : integer
Get whether archives should be allowed or not

This class extends \Geniem\ACF\Field\PostObject


Class: \Geniem\ACF\Field\Link

Class Link

Visibility Function
public get_return_format() : string
Get the placeholder of the field.
public set_return_format(\string $format) : \Geniem\ACF\Field\self
Set the return format of the field.

This class extends \Geniem\ACF\Field


Class: \Geniem\ACF\Field\DateTimePicker

Class DateTimePicker

Visibility Function

This class extends \Geniem\ACF\Field\DatePicker


Class: \Geniem\ACF\Field\File

Class File

Visibility Function
public add_mime_type(\string $mime_type) : \Geniem\ACF\Field\self
Add an allowed MIME type for the file
public export(bool/boolean $register=false) : array
Export field in ACF's native format.
public get_library() : string
Get the target library of the field.$_COOKIE
public get_max_size() : string
Get the maximum size of the file.
public get_mime_types() : array
Get allowed MIME types.
public get_min_size() : string
Get the minimum size of the file.
public get_preview_size() : string
Get the preview size of the field.
public get_return_format() : string
Get the return format of the field.
public remove_mime_type(\string $mime_type) : \Geniem\ACF\Field\self
Remove an allowed MIME type from the field.
public set_library(\string $library='all') : \Geniem\ACF\Field\self
Set the target library of the field.
public set_max_size(\string $max_size) : \Geniem\ACF\Field\self
Set the maximum size of the file.
public set_mime_types(array $mime_types) : \Geniem\ACF\Field\self
Set allowed MIME types for the file.
public set_min_size(\string $min_size) : \Geniem\ACF\Field\self
Set the minimum size of the file.
public set_preview_size(\string $preview_size='thumbnail') : \Geniem\ACF\Field\self
Set the preview size of the field.
public set_return_format(\string $format='array') : \Geniem\ACF\Field\self
Set the return format of the field.
public upload_prefilter(callable $function) : \Geniem\ACF\Field\self
Register a upload prefiltering function for the field
public validate_attachment(callable $function) : \Geniem\ACF\Field\self
Register a attachment validating function for the field

This class extends \Geniem\ACF\Field


Class: \Geniem\ACF\Field\PostObject

Class PostObject

Visibility Function
public add_post_type(\string $post_type) : \Geniem\ACF\Field\self
Add a post type to allowed post types
public add_taxonomy(string $taxonomy) : \Geniem\ACF\Field\self
Add an allowed taxonomy
public allow_multiple() : \Geniem\ACF\Field\self
Allow multiple values
public allow_null() : \Geniem\ACF\Field\self
Allow null value
public disallow_multiple() : \Geniem\ACF\Field\self
Disallow multiple values
public disallow_null() : \Geniem\ACF\Field\self
Disallow null value
public get_ajax() : integer
Get ajax loading state
public get_allow_multiple() : integer
Get allow multiple status
public get_allow_null() : integer
Get allow null status
public get_post_types() : array
Get allowed post types
public get_return_format() : string
Get return format
public get_taxonomies() : array
Get allowed taxonomies
public no_ajax() : \Geniem\ACF\Field\self
Disable loading values via ajax
public post_object_query(callable $function) : \Geniem\ACF\Field\self
Register a post object query filtering function for the field
public post_object_result(callable $function) : \Geniem\ACF\Field\self
Register a post object result filtering function for the field
public remove_post_type(string $post_type) : \Geniem\ACF\Field\self
Remove post type by name from allowed
public remove_taxonomy(string $taxonomy) : \Geniem\ACF\Field\self
Remove taxonomy from allowed by slug
public set_post_types(array $post_types) : \Geniem\ACF\Field\self
Set post types to show
public set_return_format(\string $return_format='object') : \Geniem\ACF\Field\self
Set return format
public set_taxonomies(array $taxonomies) : \Geniem\ACF\Field\self
Set taxonomies to show
public use_ajax() : \Geniem\ACF\Field\self
Enable loading values via ajax

This class extends \Geniem\ACF\Field


Class: \Geniem\ACF\Field\User

Class User

Visibility Function
public add_role(\string $role) : \Geniem\ACF\Field\self
Add a single role to allowed roles
public allow_multiple() : \Geniem\ACF\Field\self
Allow multiple values
public allow_null() : \Geniem\ACF\Field\self
Allow null value
public disallow_multiple() : \Geniem\ACF\Field\self
Disallow multiple values
public disallow_null() : \Geniem\ACF\Field\self
Disallow null value
public get_allow_multiple() : integer
Get allow multiple status
public get_allow_null() : integer
Get allow null status
public get_roles() : array
Get allowed roles
public remove_role(string $role) : \Geniem\ACF\Field\self
Remove role from allowed roles
public set_roles(array $roles) : \Geniem\ACF\Field\self
Set allowed roles

This class extends \Geniem\ACF\Field


Class: \Geniem\ACF\Field\Tab

Class Tab

Visibility Function
public export(bool/boolean $register=false) : array
Export field in ACF's native format.
public get_endpoint() : integer
Get endpoint status
public get_layout() : string
Get layout
public get_placement() : string
Get placement
public remove_endpoint() : \Geniem\ACF\Field\self
Disable endpoint
public set_endpoint() : \Geniem\ACF\Field\self
Enable endpoint
public set_layout(\string $layout='table') : \Geniem\ACF\Field\self
Set layout
public set_placement(\string $placement='top') : \Geniem\ACF\Field\self
Set tab placement

This class extends \Geniem\ACF\Field\GroupableField


Class: \Geniem\ACF\Field\TrueFalse

Class TrueFalse

Visibility Function
public get_message() : string
Get message
public get_ui_off_text() : string
Get button off text
public get_ui_on_text() : string
Get button on text
public no_ui() : \Geniem\ACF\Field\self
Disable custom ui
public set_message(\string $message) : \Geniem\ACF\Field\self
Set message
public set_ui_off_text(\string $text) : \Geniem\ACF\Field\self
Set button off text
public set_ui_on_text(\string $text) : \Geniem\ACF\Field\self
Set button on text
public ui() : integer
Get custom ui state
public use_ui() : \Geniem\ACF\Field\self
Enable custom ui

This class extends \Geniem\ACF\Field


Class: \Geniem\ACF\Field\Repeater

Class Repeater

Visibility Function
public __construct(string $label, string $key=null, string $name=null) : void
Override field construction method to add default button label but run parent constructor after that
public export(bool/boolean $register=false) : array
Export field in ACF's native format. This also exports sub fields
public get_button_label() : string Button label
Get button label
public get_layout() : string
Get layout
public get_max() : integer Maximum amount
Get maximum amount of layouts
public get_min() : integer Minimum amount
Get minimum amount of layouts
public set_button_label(\string $button_label) : \Geniem\ACF\Field\self
Set add row button label
public set_layout(\string $layout='table') : \Geniem\ACF\Field\self
Set layout
public set_max(\integer $max) : \Geniem\ACF\Field\self
Set maximum amount of layouts
public set_min(\integer $min) : \Geniem\ACF\Field\self
Set minimum amount of layouts

This class extends \Geniem\ACF\Field\GroupableField


Class: \Geniem\ACF\Field\FlexibleContent

Class FlexibleContent

Visibility Function
public __construct(string $label, string $key=null, string $name=null) : void
Override field construction method to add default button label but run parent constructor after that
public add_layout(\Geniem\ACF\Field\Flexible\Layout $layout) : \Geniem\ACF\Field\self
Add a layout to the layouts
public export(bool/boolean $register=false) : array
Export field in ACF's native format. This also exports layout fields
public get_button_label() : string Button label
Get button label
public get_layout(\string $layout) : \Geniem\ACF\Field\Flexible\Layout
Get layout by name
public get_layouts() : array
Get all layouts
public get_max() : integer Maximum amount
Get maximum amount of layouts
public get_min() : integer Minimum amount
Get minimum amount of layouts
public remove_layout(\Geniem\ACF\Field\Flexible\Layout/string $layout) : \Geniem\ACF\Field\self
Remove layout from layouts
public set_button_label(\string $button_label) : \Geniem\ACF\Field\self
Set add row button label
public set_layouts(array $layouts) : \Geniem\ACF\Field\self
Set layouts
public set_max(\integer $max) : \Geniem\ACF\Field\self
Set maximum amount of layouts
public set_min(\integer $min) : \Geniem\ACF\Field\self
Set minimum amount of layouts
protected exclude_post_types() : void
Exclude from post types
protected exclude_templates() : void
Exclude from templates

This class extends \Geniem\ACF\Field


Class: \Geniem\ACF\Field\MediumEditor

Class MediumEditor

Visibility Function
public __construct(\string $label, \string $key=null, \string $name=null) : void
Constructor to throw an error if the Medium Editor plugin is not present
public add_button(string $button) : \Geniem\ACF\Field\self
Add a button into the standard text formatting buttons Adds one button in the array without affecting the others. Possible values: - bold - italic - underline - strikethrough - subscript - superscript - anchor - image - quote - pre - orderedlist - unorderedlist - indent - outdent - justifyLeft - justifyCenter - justifyRight - justifyFull - h1 - h2 - h3 - h4 - h5 - h6 - html - removeFormat
public add_custom_button(\Geniem\ACF\Field\MediumEditor\CustomButton $custom_button) : \Geniem\ACF\Field\self
Add a button to the custom buttons. The custom button must be defined as a \Geniem\ACF\Field\MediumEditor\CustomButton object.
public add_option(string $option) : \Geniem\ACF\Field\self
Add an option
public delay_loading() : \Geniem\ACF\Field\self
Delay the initialization of Medium until the field is clicked
public dont_delay_loading() : \Geniem\ACF\Field\self
Do not delay the initialization of Medium until the field is clicked
public export(bool/boolean $register=false) : array
ACF Codifier core function to export the field in ACF array format.
public get_buttons() : array
Returns the defined text formatting buttons as an array
public get_custom_button(\string $custom_button) : \Geniem\ACF\Field\MediumEditor\CustomButton
Get custom button by name
public get_custom_buttons() : array
Get all custom buttons
public get_delay_status() : integer
Get delay status
public get_options() : array
Returns set options as an array
public get_placeholder() : string
Get placeholder value
public remove_button(string $button) : \Geniem\ACF\Field\self
Removes a standard button from the text formatting buttons
public remove_custom_button(\Geniem\ACF\Field\MediumEditor\CustomButton/string $custom_button) : \Geniem\ACF\Field\self
Remove a button from custom buttons
public remove_option(string $option) : \Geniem\ACF\Field\self
Remove an option
public set_buttons(array $buttons) : \Geniem\ACF\Field\self
Set standard text formatting buttons to show Takes an array of buttons and overrides possible previous values with the new array. Possible values: - bold - italic - underline - strikethrough - subscript - superscript - anchor - image - quote - pre - orderedlist - unorderedlist - indent - outdent - justifyLeft - justifyCenter - justifyRight - justifyFull - h1 - h2 - h3 - h4 - h5 - h6 - html - removeFormat
public set_options(array $options) : \Geniem\ACF\Field\self
Set Medium Editor options
public set_placeholder(\string $placeholder) : \Geniem\ACF\Field\self
Set placeholder value

This class extends \Geniem\ACF\Field


Class: \Geniem\ACF\Field\GoogleMap

Class GoogleMap

Visibility Function
public get_center_lat() : integer
Get center_lat variable
public get_center_lng() : integer
Get center_lng variable
public get_height() : integer
Get height variable
public get_zoom() : integer
Get zoom variable
public set_center_lat(\integer $lat) : \Geniem\ACF\Field\self
Set center_lat variable
public set_center_lng(\integer $lng) : \Geniem\ACF\Field\self
Set center_lng variable
public set_height(\integer $height) : \Geniem\ACF\Field\self
Set height variable
public set_zoom(\integer $zoom) : \Geniem\ACF\Field\self
Set zoom variable

This class extends \Geniem\ACF\Field


Class: \Geniem\ACF\Field\URL

Class URL

Visibility Function
public get_placeholder() : string
Get placeholder value
public set_placeholder(\string $placeholder) : \Geniem\ACF\Field\self
Set placeholder value

This class extends \Geniem\ACF\Field


Class: \Geniem\ACF\Field\Password

Visibility Function
public get_append() : mixed
public get_placeholder() : mixed
public get_prepend() : mixed
public set_append(\string $append) : void
public set_placeholder(\string $placeholder) : void
public set_prepend(\string $prepend) : void

This class extends \Geniem\ACF\Field


Class: \Geniem\ACF\Field\Color

Class Color

Visibility Function

This class extends \Geniem\ACF\Field


Class: \Geniem\ACF\Field\Relationship

Class Relationship

Visibility Function
public add_element(\string $element) : \Geniem\ACF\Field\self
Add an element to show
public add_filter(\string $filter) : \Geniem\ACF\Field\self
Add a filter
public add_post_type(\string $post_type) : \Geniem\ACF\Field\self
Add a post type to allowed post types
public add_taxonomy(string $taxonomy) : \Geniem\ACF\Field\self
Add an allowed taxonomy
public export(bool/boolean $register=false) : array
Export field in ACF's native format.
public get_elements() : array
Get elements to show
public get_filters() : array
Get usable filters
public get_max() : integer Maximum value.
Get maximum value
public get_min() : integer Minimum value.
Get minimum value
public get_post_types() : array
Get allowed post types
public get_return_format() : string
Get return format
public get_taxonomies() : array
Get allowed taxonomies
public relationship_query(callable $function) : \Geniem\ACF\Field\self
Register a relationship query filtering function for the field
public relationship_result(callable $function) : \Geniem\ACF\Field\self
Register a relationship result filtering function for the field
public remove_element(\string $element) : \Geniem\ACF\Field\self
Remove element by name
public remove_filter(\string $filter) : \Geniem\ACF\Field\self
Remove filter by name
public remove_post_type(\string $post_type) : \Geniem\ACF\Field\self
Remove post type by name from allowed
public remove_taxonomy(string $taxonomy) : \Geniem\ACF\Field\self
Remove taxonomy from allowed by slug
public set_elements(array $elements) : \Geniem\ACF\Field\self
Set elements to show
public set_filters(array $filters) : \Geniem\ACF\Field\self
Set filters to show
public set_max(\integer $max) : \Geniem\ACF\Field\self
Set maximum value
public set_min(\integer $min) : \Geniem\ACF\Field\self
Set minimum value
public set_post_types(array $post_types) : \Geniem\ACF\Field\self
Set post types to show
public set_return_format(\string $return_format='object') : \Geniem\ACF\Field\self
Set return format
public set_taxonomies(array $taxonomies) : \Geniem\ACF\Field\self
Set taxonomies to show

This class extends \Geniem\ACF\Field


Class: \Geniem\ACF\Field\GroupableField (abstract)

Abstract class GroupableField

Visibility Function
public __call(string $name, array $arguments) : mixed Return value of the function.
Magic function __call
public __construct(\string $label, \string $key=null, \string $name=null) : void
Constructor.

This class extends \Geniem\ACF\Field


Class: \Geniem\ACF\Field\Textarea

Class Textarea

Visibility Function
public disable() : \Geniem\ACF\Field\self
Disable field
public enable() : \Geniem\ACF\Field\self
Enable field
public get_disabled() : boolean
Get whether field is disabled or not
public get_new_lines() : string
Get new line handling way
public get_placeholder() : string
Get placeholder value
public get_readonly() : boolean
Get field readonly state
public get_rows() : integer
Get max rows
public set_maxlength(\integer $maxlength) : \Geniem\ACF\Field\self
Set text max length
public set_new_lines(\string $new_lines='wpautop') : \Geniem\ACF\Field\self
Set new line handling
public set_placeholder(\string $placeholder) : \Geniem\ACF\Field\self
Set placeholder value
public set_readonly() : \Geniem\ACF\Field\self
Set field to read only
public set_rows(\integer $rows) : \Geniem\ACF\Field\self
Set max rows
public set_writable() : \Geniem\ACF\Field\self
Set field to writable

This class extends \Geniem\ACF\Field


Class: \Geniem\ACF\Field\Select

Class Select

Visibility Function
public add_choice(mixed $choice, mixed $value=null) : \Geniem\ACF\Field\self
Adds a choice to the choices array
public allow_multiple() : \Geniem\ACF\Field\self
Allow multiple values
public allow_null() : \Geniem\ACF\Field\self
Allow null value
public disallow_multiple() : \Geniem\ACF\Field\self
Disallow multiple values
public disallow_null() : \Geniem\ACF\Field\self
Disallow null value
public get_ajax() : integer
Get ajax loading state
public get_allow_multiple() : integer
Get allow multiple status
public get_allow_null() : integer
Get allow null status
public get_choices() : array
Get all choices.
public get_placeholder() : string
Get field placeholder text
public no_ajax() : \Geniem\ACF\Field\self
Disable loading values via ajax
public no_ui() : \Geniem\ACF\Field\self
Disable custom ui
public remove_choice(mixed $choice) : \Geniem\ACF\Field\self
Remove a choice.
public set_choices(array $choices) : \Geniem\ACF\Field\self
Set choices for the checkbox
public set_placeholder(\string $placeholder) : \Geniem\ACF\Field\self
Set field placeholder
public ui() : integer
Get custom ui state
public use_ajax() : \Geniem\ACF\Field\self
Enable loading values via ajax
public use_ui() : \Geniem\ACF\Field\self
Enable custom ui

This class extends \Geniem\ACF\Field


Class: \Geniem\ACF\Field\Checkbox

Class Checkbox

Visibility Function
public add_choice(\string $choice, mixed $value) : \Geniem\ACF\Field\self
Add a choice.
public allow_custom() : \Geniem\ACF\Field\self
Allow custom values
public allow_save_custom() : \Geniem\ACF\Field\self
Allow saving custom values to default values
public allow_toggle() : \Geniem\ACF\Field\self
Allow toggle all checkbox
public disallow_custom() : \Geniem\ACF\Field\self
Disallow custom values
public disallow_save_custom() : \Geniem\ACF\Field\self
Disallow saving custom values to default values
public disallow_toggle() : \Geniem\ACF\Field\self
Disallow toggle all checkbox
public get_choices() : array
Get all choices.
public get_custom() : integer
Get allow custom values status
public get_layout() : string
Get the current display style of the checkbox.
public get_save_custom() : integer
Get save custom status
public get_toggle() : integer
Get toggle all checkbox
public remove_choice(\string $choice) : \Geniem\ACF\Field\self
Remove a choice.
public set_choices(array $choices) : \Geniem\ACF\Field\self
Set choices for the checkbox
public set_layout(\string $layout='vertical') : \Geniem\ACF\Field\self
Set whether the checkboxes are displayed vertically or horizontally.

This class extends \Geniem\ACF\Field


Class: \Geniem\ACF\Field\Range

Class Number

Visibility Function
public get_append() : string
Get append value
public get_max() : integer Maximum value.
Get maximum value
public get_min() : integer Minimum value.
Get minimum value
public get_placeholder() : string
Get placeholder value
public get_prepend() : string
Get prepend value
public get_step() : integer
Get step size
public set_append(\string $append) : \Geniem\ACF\Field\self
Set append text
public set_max(\integer $max) : \Geniem\ACF\Field\self
Set maximum value
public set_min(\integer $min) : \Geniem\ACF\Field\self
Set minimum value
public set_placeholder(\string $placeholder) : \Geniem\ACF\Field\self
Set placeholder value
public set_prepend(\string $prepend) : \Geniem\ACF\Field\self
Set prepend text
public set_step(\integer $step) : \Geniem\ACF\Field\self
Set step size

This class extends \Geniem\ACF\Field


Class: \Geniem\ACF\Field\Groupable

Groupable Class

Visibility Function
public __construct(mixed $inheritee=null) : void
Constructor.
public __get(string $name) : mixed
__get Reference allows the referenced property to be modified through the call.
public add_field(\Geniem\ACF\Field $field, string $order='last') : \Geniem\ACF\Field\self
Add field to group
public add_field_after(\Geniem\ACF\Field $field, \Geniem\ACF\Field[mixed] $target) : \Geniem\ACF\Field\self
Add a field to the group after a target field.
public add_field_before(\Geniem\ACF\Field $field, \Geniem\ACF\Field[mixed] $target) : \Geniem\ACF\Field\self
Add a field to the group before a target field.
public clone(string $key, string $name=null) : \Geniem\ACF\Field\Geniem\ACF\Field
Clone method Forces the developer to give new key to cloned field.
public export(bool/boolean $register=false) : array
Export current field and sub fields to acf compatible format
public get_field(string $key) : array
Get a field
public get_fields() : array
Get fields
public remove_field(\string $field_name) : \Geniem\ACF\Field\self
Remove field from sub fields
public remove_fields() : \Geniem\ACF\Field\self
Remove all sub fields
public set_fields(array $fields) : \Geniem\ACF\Field\self
Set fields

Class: \Geniem\ACF\Field\Oembed

Class Oembed

Visibility Function
public get_height() : string
Get embed height
public get_width() : string
Get embed width
public set_height(\string $height) : \Geniem\ACF\Field\self
Set embed height
public set_width(\string $width) : \Geniem\ACF\Field\self
Set embed width

This class extends \Geniem\ACF\Field


Class: \Geniem\ACF\Field\Message

Class Message

Visibility Function
public esc_html() : integer Escape html status.
Get escape html
public get_message() : string Message.
Get message
public get_new_lines() : string Newline type.
Get newline type
public no_esc_html() : \Geniem\ACF\Field\self
Disable escape html
public set_message(\string $message) : \Geniem\ACF\Field\self
Set message
public set_new_lines(\string $type) : \Geniem\ACF\Field\self
Set newline handling
public use_esc_html() : \Geniem\ACF\Field\self
Enable escape html

This class extends \Geniem\ACF\Field


Class: \Geniem\ACF\Field\Text

Class Text

Visibility Function
public disable() : \Geniem\ACF\Field\self
Disable field
public enable() : \Geniem\ACF\Field\self
Enable field
public get_append() : string
Get append value
public get_disabled() : boolean
Get whether field is disabled or not
public get_placeholder() : string
Get placeholder value
public get_prepend() : string
Get prepend value
public get_readonly() : boolean
Get field readonly state
public set_append(\string $append) : \Geniem\ACF\Field\self
Set append text
public set_maxlength(\integer $maxlength) : \Geniem\ACF\Field\self
Set text max length
public set_placeholder(\string $placeholder) : \Geniem\ACF\Field\self
Set placeholder value
public set_prepend(\string $prepend) : \Geniem\ACF\Field\self
Set prepend text
public set_readonly() : \Geniem\ACF\Field\self
Set field to read only
public set_writable() : \Geniem\ACF\Field\self
Set field to writable

This class extends \Geniem\ACF\Field


Class: \Geniem\ACF\Field\Image

Class Image

Visibility Function
public add_mime_type(\string $mime_type) : \Geniem\ACF\Field\self
Adds a mime types to allowed mime types
public get_library() : string Library
Get library
public get_max_height() : integer Maximum height
Get maximum height
public get_max_size() : string Maximum size
Get maximum size
public get_max_width() : integer Maximum width
Get maximum width
public get_mime_types() : array Mime types
Get mime types
public get_min_height() : integer Minimum height
Get minimum height
public get_min_size() : string Minimum size
Get minimum size
public get_min_width() : integer Minimum width
Get minimum width
public get_preview_size() : string Preview size
Get preview size
public get_return_format() : string Return format
Get return format
public remove_mime_type(\string $mime_type) : \Geniem\ACF\Field\self
Remove a mime type from allowed mime types
public set_library(\string $library='all') : \Geniem\ACF\Field\self
Sets library
public set_max_height(\integer $max_height) : \Geniem\ACF\Field\self
Set maximum height
public set_max_size(\string $max_size) : \Geniem\ACF\Field\self
Set maximum size
public set_max_width(\integer $max_width) : \Geniem\ACF\Field\self
Set maximum width
public set_mime_types(array $mime_types) : \Geniem\ACF\Field\self
Set allowed mime types
public set_min_height(\integer $min_height) : \Geniem\ACF\Field\self
Set minimum height
public set_min_size(\string $min_size) : \Geniem\ACF\Field\self
Set minimum size
public set_min_width(\integer $min_width) : \Geniem\ACF\Field\self
Set minimum width
public set_preview_size(\string $preview_size='thumbnail') : \Geniem\ACF\Field\self
Set preview size
public set_return_format(\string $format='array') : \Geniem\ACF\Field\self
Sets return format
public upload_prefilter(callable $function) : \Geniem\ACF\Field\self
Register a upload prefiltering function for the field
public validate_attachment(callable $function) : \Geniem\ACF\Field\self
Register a attachment validating function for the field

This class extends \Geniem\ACF\Field


Class: \Geniem\ACF\Field\Flexible\Layout

Class Layout

Visibility Function
public __construct(\string $label, \string $key=null, \string $name=null) : void
Constructor
public clone(string $key, string/null $name=null) : \Geniem\ACF\Field\Flexible\Geniem\ACF\Field
Clone method Forces the developer to give new key to cloned field.
public exclude_post_type(\string $post_type) : \Geniem\ACF\Field\Flexible\self
Exclude the post type.
public exclude_template(\string $template) : \Geniem\ACF\Field\Flexible\self
Exclude a template.
public get_excluded_post_types() : array Excluded post types.
Get the list of excluded post types.
public get_excluded_templates() : array Excluded templates.
Get the list of excluded templates.
public get_key() : string Key
Get key
public get_label() : string Label
Get label
public get_name() : string Name
Get name
public remove_excluded_post_type(\string $post_type) : \Geniem\ACF\Field\Flexible\self
Remove a post type from the excluded post types list.
public remove_excluded_template(\string $template) : \Geniem\ACF\Field\Flexible\self
Remove a template from the excluded templates list.
public set_display_mode(\string $display_mode='block') : \Geniem\ACF\Field\Flexible\self
Set display mode
public set_excluded_post_types(array $post_types) : \Geniem\ACF\Field\Flexible\self
Set all post types to exclude.
public set_excluded_templates(array $templates) : \Geniem\ACF\Field\Flexible\self
Set all templates to exclude.
public set_key(\string $key) : \Geniem\ACF\Field\Flexible\self
Set key
public set_label(\string $label) : \Geniem\ACF\Field\Flexible\self
Set label
public set_name(\string $name) : \Geniem\ACF\Field\Flexible\self
Set name

This class extends \Geniem\ACF\Field\Groupable


Class: \Geniem\ACF\Field\MediumEditor\CustomButton

Class Layout

Visibility Function
public add_attribute(\string $name, \string $value) : \Geniem\ACF\Field\MediumEditor\self
Add an attribute An HTML attribute to be used with the custom element.
public export() : array
Export the button as an array
public get_attributes() : array
Get the defined attributes
public get_label() : string Label
Get button label
public get_name() : string Name
Get name
public get_tag() : string Tag
Get the defined HTML tag
public remove_attribute(\string $name) : \Geniem\ACF\Field\MediumEditor\self
Remove an attribute
public set_attributes(array $attributes) : \Geniem\ACF\Field\MediumEditor\self
Set attributes to use Use a two-dimensional array with the inner level having two keys: name and value.
public set_label(\string $label) : \Geniem\ACF\Field\MediumEditor\self
Set button label
public set_name(\string $name) : \Geniem\ACF\Field\MediumEditor\self
Set name
public set_tag(\string $tag) : \Geniem\ACF\Field\MediumEditor\self
Set the HTML tag to be used.