Try this code:
echo get_user_meta( get_current_user_id(), 'phone', true );
And pay attantion about that plugin. The plugin is not using any prefixes, so when you’ll create a custom filed with same name as any WordPress user_meta, it will override this one.
Related Posts:
- Disable plugin / plugin action via theme
- Shared functionality in plugins and themes
- Need to create a Theme demo site that features multiple themes
- Declare a function before plugin does on the theme functions.php file
- Override the core function locate_template
- Set WordPress Featured Image For All Post Slugs Matching Image File Name in Specified Directory
- Fatal error: Call to undefined function cmsms_theme_page_layout_scheme()
- All sites themes functions.php have been changed
- Overwrite category head title
- Proper way to use plugin functions in functions.php
- How to make a dynamic css class whose name changes every visit to confuse scraper
- Removing the custom_image_header from wp_head
- What is the most efficient way of adding additional functionaliy for admin only
- Hide Plugin Custom Post Type Menu Link
- Securing langugae folder
- How can I make the search bar in my wordpress site search all of the pages rather than just the blog posts?
- Shows warning when enable “wp_gallery_custom_links” plugin with Themify Builder
- How can I add a custom checkbox / radio button on the admin theme options to display a CSS or other?
- How to Call Function From Separate WordPress Install on Same Server?
- pluggable function in theme, to be overridden by plugin
- to perform the requested action wordpress needs to access your web server. please enter your ftp
- Hide prices and checkout functionality in woocommerce
- How do I exclude plugins from getting automatically updated?
- How can I create a bash install script for my WordPress sites setup (WP+plugins+theme)?
- Plugin update error message
- How to handel multiple checkbox field in the admin settings page with Settings API
- wp_insert_user – how to send verification email before logging in
- Is the WordPress HTTPS Plugin Still Safe To Use? [closed]
- Set a User as Author of all ‘New Posts’ posted
- Post source link plugin – small modification
- Which hook callback has priority if both plugin and theme use the same hook?
- How do you auto-activate plugins from child themes
- Force wordpress to request for FTP Info on theme/plugin install/update
- What is the function to get plugin base url in multisite?
- Code in theme functions.php faster than with a plugin?
- Trying to count the total number of paragraphs inside a blog article
- WordPress 5 upgrade: until when is it safe to keep project running in 4.x?
- How to get post URL in the_content filter?
- Installing WordPress only for a separate page – ‘mydomain.com/blog’
- May i Use ShortCode in Template?
- ‘Customize’ button in admin bar for CSS
- Pass info from functions.php to plugin
- add_query_arg not working
- Inserting HTML tag with ACF into shortcode
- Uncode theme content block header ignoring saved changes/not updating?
- Theme and plugin install or update display error in localhost
- Reduce Drop down Menu Width in WordPress
- How to Display a Plugin function (content) on frontpage using index.php
- Theme my Login plugin, how to update fields
- Create custom registration form for WordPress Multisite
- get current date + 90 days and checking every day
- Classified ad website : which solutions to use? [closed]
- How to create an input field, and base the output on spreadsheet data? [closed]
- posts comments goes to trash
- Advanced Custom Field DatePicker [closed]
- Customize permalink wordpress category id
- Admin style for just one plugin in dashboard
- What will happen if i deactivate my visual composer plug in? [closed]
- Finding the URL to be used to check if plugin is installed with a theme
- WordPress 3.8.3. custom theme – sliders won’t load js/css files
- Basics of changing plugin output
- Are there action hooks for comments?
- Plugin onclick button activate other plugin
- Activate and deactivate plugin automatically
- Theme My Login Shortcode Doesn’t Return Anything
- Include Minit plugin in theme [closed]
- Moving FB comments at the end of page
- dynamic name of the style for wp_enqueue_style
- What is it and from where it is loaded?
- Inserting Plugins Into Blank Space of Externally Designed WordPress Theme
- Load CSS files in header of Bones theme?
- How to handle a WordPress blog with articles in different languages?
- Call javascript functions from each page
- Add_image_size not generating correct size
- navigation among single posts
- WordPress Cache delete on plugin uninstall
- How can i call a functions.php function, from inside my plugin class?
- How to make WooCommerce payment method field optional?
- Unknown theme modal source
- how to define a html folder to make it work with WordPress commands
- Ensure WordPress Theme Uninstalls Completely
- Ajax Call not Working in Plugin
- Changing the pointing of assets from old server to new server
- ACF Fields are not showing up on Homepage
- Call function with button and return response
- Why is WP template_include overwritting all templates rather than specified page?
- how to add custom css at top above all css file for specific url
- How to echo a plugin’s function into a template?
- Wp Ecommerce Reposition Product Page Product Thumbnail Image
- How to install wordpress theme’s plug-ins?
- White screen and can’t activate themes and plugins
- How to Overwrite validate_plugin function
- date function not correctly returning date
- Disable plugin function
- Trying to output a “Most visited blogs” list in wordpress multisite
- Very slow page loads
- Show WooCommerce products based on query parameters on redirect
- How to create new title and its description inside a section in WP Customizer?
- Custom page template from plugin does not work with pre-installed themes in WordPress 6.6.1
- How to access a function declared in child theme’s functions file in a plugin file?