This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

Module::get_acf_value( string $meta_field, int $pid )

Get ACF value based on the field type.


Description

Edit this function to add support for more field types.


Parameters

$meta_field

(Required) Field name.

$pid

(Required) Post id.


Return

(string)


Source

File: includes/modules/blog_pro/module.php