Class Inbound_Mailer_ACF
Class for integrating ACF and Mailer component
public
|
|
public static
|
|
public static
mixed
|
|
public static
|
|
public static
|
#
load_value( MIXED $value, INT $post_id, ARRAY $field )
Finds the correct value given the variation |
public static
mixed
|
|
public static
|
#
search_field_array( ARRAY $array, STRING $field )
Searches ACF variation array and returns the correct field value given the field key |
public static
|
#
get_repeater_layouts( $array )
Searches an array assumed to be a repeater field dataset and returns an array of repeater field layout definitions |
public static
|
#
get_repeater_values( $array, $field )
Searches an array assumed to be a repeater field dataset and returns an array of repeater field layout definitions |
public static
|
#
load_acf_on_template( $allow, $rule, $args )
Check if current post is a landing page using an ACF powered template |
public static
|
|
public static
boolean|integer|string
|
#
key_search( $array, $field, boolean|false $get_parent = false , mixed $last_key = false )
This is a complicated array search method for working with ACF repeater fields. |