anybody that looking for solution here is what i found that work for me.
to get some data from any field in profile page you need to use this function:
<?php get_the_author_meta( $field, $userID ); ?>
then if you want to update some value in theme customizer you can use this function:
set_theme_mod( 'field name', '$value' );
Related Posts:
- Adding a text domain to every __(), _e() and __n() gettext call without a plan to create own translations
- Can we completely remove the WordPress Sitemaps (WordPress 5.5)?
- Update Multiple Post Meta for the Same Post In One call?
- How to hide fields from my user profiles
- How to integrate plugin in WordPress theme
- How do you remove plugin edit option?
- WooCommerce get_price returning wrong price when used via ajax
- Open Post Thumbnail in New Child Theme File in WordPress
- How to Display a Plugin function (content) on frontpage using index.php
- Redirecting a buddyboss profile tab to a different tab if not subscribed to a specific membership
- wp_get_post_terms is difference obj model than the one in rest api response
- What are the specifics of WordPress development I need to know? [closed]
- WordPress shows error related to allow_url_fopen
- Redirect to another page using contact form 7? [closed]
- How to show the number of website visitors in my theme
- Redeclare function after plugin activation
- WordPress custom post type image in RSS
- Add user meta after a user has registered and logged In [closed]
- How to customize this theme? [closed]
- Inserting Plugins Into Blank Space of Externally Designed WordPress Theme
- WordPress API functions not working at AJAX functions.php call
- What’s the right way to implement functions in footer.php
- Theme Functions run a function upon activation or preview
- Code for unique user visit count on every page WordPress
- woocommerce remove coupon link does not work
- require_once not working in plugin wordpress
- need to find duplicated meta value in custom filed and view the posts that have the same value
- Elementor Sidebar not loading when PRO elements plugin is active
- how to display recent post by category on home page
- Newbie problem with adding include wp_footer
- How can I find related learndash course id from woocommerce product object?
- Submitting form to PHP
- Rename a folder via HTML POST request
- How to get a post views count using ‘WordPress popular posts’ plugin
- How can I see $post object in frontend from functions.php?
- How much PHP and MySQL or MariaDB knowledge should I know to start writing WordPress themes and plug-ins and whatever else a beginner can edit?
- when i activate my WordPress plugin cannot see customizer options or preview
- Change Jobs for WordPress templates
- WordPress panel is not loading after plugin activated with error: HTTP ERROR 500
- Can anyone tell me why I can’t edit a plugin when it is installed without having to re-install?
- How to create post comparison in wordpress
- How can I convert a complete bootstrap template into a WordPress template? [closed]
- Real estate schema markup not showing up on Rich Results test
- How to create an Info Box on WordPress [closed]
- I want create woocommerec match products columns
- WordPress search every time shows no search found even data exists
- How to create new title and its description inside a section in WP Customizer?
- I want to move the one click accesbility button on bottom of my website screen,
- How to install and activate a plugin via an external PHP script
- how to include a simple jquery file into a wordpress plugin
- Calling a plugin in theme development
- Display a text message if the field is not found and not if found
- Unable to activate wordpress importer after installing it
- Reposition Woocommerce Message
- Built in audio player?
- Sanitizing, Validating and Escaping in WordPress (Plugin)
- How to retrieve custom meta term of category taxonomy from WP Rest API?
- Get total number of comment of the posts written by an author
- Include Max mega menu Plugin into theme
- How to make first_name and last_name required fields in user profile?
- How to include plugin without activation?
- Escape when echoed
- Scope for PHP Variables Assigned in functions.php or a plugin
- add_meta_box (Will display only in specific page admin WordPress)
- Override the filter from plugin in child theme
- Make specific products accessible only to a user role in WooCommerce
- force customers to add only single item to card per purchase EDD [closed]
- Undefined property: WP_Post_Type::$ID
- Plugin exceeds memory limit
- How to get post URL in the_content filter?
- How to remove xmlns on language_attributes()?
- How to write one comment and publish on every post using database or plugin?
- Add a plugin before main container
- Shortcode to generate and save password in a file
- WordPress logo upload option in theme panel
- How to get subscription key or id using Woocommerce Subscriptions [closed]
- How to get member list based on role by using buddypress?
- I don’t understand how this parameter works..?
- Why wp_mail() function isn’t sending any emails and displaying ‘0’ in Chrome ‘Network’ response
- How to initialize something in unit test before the init hook being called?
- Custom Taxonomy Tag Search
- Network: retrieve a list of latest posts
- wordpress theme backend admin only
- Missing argument 3 for wp_register_sidebar_widget()
- Make id column as AUTO INCREMENT on plugin activation
- How to Include a Loop Template File in a Plugin
- Write to / remove from default .htaccess file from plugin?
- Update Option Error: Notice: Undefined index
- How can I display a contact form for out of stock products in WooCommerce?
- Pass a php string to a javascript variable
- get shortcode value
- How to get number of Affected rows from wordpress dbDelta() function
- Check if we’re viewing an event
- Show price with Geo IP location
- WordPress Ajax Callback
- Add category to body class
- The called constructor method for WP_Widget in GFWidget is deprecated since version 4.3.0! Use
- How to upload user profile image from frontend in wordpress ?
- Plugin Development sqlite or WordPress’ database
- How to review WordPress website php version compatibility?