Method |
Description |
|
admin_enqueue_scripts ( ) : void |
Enqueue scripts and styles |
|
get_value ( array $field, array $args = [], integer | null $post_id = null ) : mixed |
Get the field value
The difference between this function and 'meta' function is 'meta' function always returns the escaped value
of the field saved in the database, while this function returns more meaningful value of the field |
|
html ( mixed $meta, array $field ) : string |
Get field HTML |
|
normalize ( array $field ) : array |
Normalize parameters for field |
|
the_value ( array $field, array $args = [], integer | null $post_id = null ) : mixed |
Output the field value
Display Google maps |
|