That clearly is a plugin field of “Advanced Custom Fields”.
The function:
the_field();
is one of the utility functions of the plugin. The purpose of “Advanced Custom Fields” is to enable users with less coding-knowledge to add custom fields to a theme/template.
So, in order to reverse engineer the whole thing, you propably need to install and activate “ACF” (very often used as an abbreviation for Advanced Custom Fields).
Activate it, and see what happens. In case your installation is missing the necessary data for the plugin, you might have to add them via ACF in the backend.
Try to find the field in the backend, which says “phone_number” it should be there, if it is not existent – create it.
Here is the plugin’s website and here the documentation of the field.
Related Posts:
- Is it safe to store a user setting you don’t want the user to ever modify as a user option?
- What is the advantage of the wp_options design pattern?
- Making a configurable field translatable
- How to save values of a custom input field on the Network > Site Info screen
- get_post_meta fields don’t show up on posts page
- Set front page option using custom fields?
- Pass current post title to a predefined link
- Get Data From wp_sitemeta for Multisite network
- meta fields for the whole wordpress site
- Warn user that data may be lost for custom pages
- Custom Theme Fields in Settings Menu – apply filters to one of those fields?
- Show echo ready in single.php
- ORDER BY custom field value
- Best way to programmatically remove a category/term from a post
- display specific custom fields
- Add new “Insert Into Post” button with another function
- Multiple meta values for same meta_key adding on “Preview Changes” hit but not on saving or updating post
- How to add new custom page or post blocks?
- Transients vs CRON +Custom Fields: Caching Data Per Post
- How to update serialized data in the user meta data
- Unable to save datetime custom meta field using update_post_meta() function
- Best way to allow manageable social media URLS?
- Slow meta query with multi meta keys
- Custom Field Multiple Clauses
- Adding a custom field or metabox to the post-thumbnail widget?
- Using WP Query to search by multiple meta fields
- Get aggregate list of all custom fields for entire blog
- Sort by posts that have a featured image?
- WP_Query display next custom post from today’s date
- Can ordering post list by meta_value cause performance issue?
- How to Identify the Source of a Custom Field?
- $wp_query meta_key naming issue [closed]
- Meta_query and numeric comparison [closed]
- Title and post URL based on custom fields?
- woocommerce product custom field
- Multiple relationships in a query
- How Meta Data is different from Custom Fields of POST/PAGE in WordPress
- two custom fields question
- How to save multiple options from a dropdown in user profile
- How to display multiple images in custom field
- How to show a gloabl message on a user profile page (in back end)?
- How to add a new meta key and assign timestamp to posts
- Display the contents of a custom field of a page on their child
- Read / Watch / Listen times – meta
- Login WP – Connect single field to an external api
- Advanced search by two criteria – sort by location and date (ascending or descending)
- adding extra wordpress user info from registration form
- Custom Meta Box (SELECT) Not Saving
- Collect user custom field in product page woocommerce
- Turn raw url into clickable links
- get posts where a custom field contains a text
- Displaying a custom field
- Advanced Custom Fields functionality without plugin
- Get post ids sorted by meta_key
- Advanced Custom Fields Plugin – Unable to get URL from post_object
- Plot location on Google map using full address specified in custom field
- meta_value and meta_key filtering returning no posts [closed]
- Woocommerce Retrieving custom field value from orders
- How can php be used to return data from custom fields in a post?
- If one meta key value is empty, try to get another meta key, and if both meta keys are empty show something else?
- Save attachment ID instead of URL in custom field
- Displaying a custom field containing a list creates unwanted markup
- Output custom field as ul list
- Multiple Custom Field Query
- How to order posts by number of Vimeo Likes
- Displaying a video on the homepage via a custom field inside a php widget
- Change Page Order by Custom Field (Magic Fields)
- Custom Field is getting the value of another page/post instead of the current one?
- Custom Field Date Problem
- Approach to creating a site with this structure
- how to create meta key name in wp_usermeta table in database
- Display the output from Custom User Fields from a WordPress user profile on a WordPress Custom Page
- get_field values for each post on home page using wp_add_inline_style
- how to turn a link field into a button or link text
- Use value from ACF to populate other fields
- Dynamically populate query source in Elementor post widget
- Adding Facebook’s image and meta description retrieval capabilities to a WordPress post
- Why does my numeric meta query work only on one meta key and not the other?
- Is there a way to determine which user changed a custom field (and when)?
- Show image depending on the number in the custom fields
- Save, update, get and sanitize post meta as HTML not plain
- author global display format
- Order categories by sum of custom fields
- how to modify a field’s size in a metabox : ROWS height, and scroll control?
- Problem saving meta data
- Term specific featured post on taxonomy archive pages
- WP_query returns error when used for custom widget
- Saving metadata of related post on save_post
- Custom field value link title
- How to Order Posts by Custom Fields?
- added a meta box to post however when saving menu while debug on throws a warning
- How can i get the actor birthday by date?
- Post rating using Custom Field
- Inserting custom fields into new-post.php without using the Custom Fields Template plugin?
- How can I attach files without using a plugin?
- Advanced Custom Fields for Header that are Editable from a Page [closed]
- Change Fields of Comments and make them searchable?
- Shortcode not picking up custom field
- Order by a meta field in query loop
- How to apply Local Business Google Schema dynamically on a Custom Post single template?