Use PHP’s substr()
function:
$outcome = trim(
get_user_meta( $user->ID, 'first_name', true )
. ' '
. substr( get_user_meta( $user->ID, 'last_name', true ), 0, 1 )
. '.'
);
Related Posts:
- How can I default to all WordPress roles when parameter is not included in shortcode?
- How to retrieve current wordpress profile page URL?
- Customize field names in backend profile edit page through function.php [duplicate]
- Cleaning up WordPress to improve performance?
- List of all theme customizer control types?
- Modify previous and next text from pagination links
- How can I modify the permalink via a filter?
- Shortcode putting html such as
- Calling a method from functions.php on a click of a button
- The best way to customize “nav-menu-template.php” to add if the ‘link_before’ is “checkbox”
- How to change featured content to a different tag in WordPress Twenty Fourteen?
- How do I create comment-reply-button using element not
- Removing WordPress profile fields from non-admins
- WordPress menu deletes when trying to add a hook
- Overriding a theme redux file in child theme
- Validate a users email address when using gmail to register
- Output a WooCommerce product custom field in WooCommerce using get_post_meta()
- How to check If Oembed is empty or not
- Making Quote Plugin more efficient
- allow subscribers to see private posts without plug in
- Image as Sales Badge
- How to Arrange PHP Files to Allow for Multiple Types of Pages?
- Can I prevent the user from adding more than two levels deep of terms inside of a taxonomy metabox?
- Show css depending on activity type in BuddyPress activity-loop [closed]
- remove wp floating submenu in wp dashboard
- Retrieve $_POST data submitted from external URL in WordPress(NOT API)
- Fatal error: Uncaught Error: Call to undefined function test()
- Return a numerical function value in Customizer controls
- How can I get the values of my WordPress $wpdb query in Jquery?
- Css loads very slow [closed]
- Show when user is online/offline in real time on user_profile.php
- theme_root returning a truncated URI
- Call to undefined function get_userdata() in plugin
- Echo string and function?
- How to change menu labels
- how to test for all children (including multilevel grand-childern) of page
- Dilemma of Populating all the categories in a drop down list
- Add item to top of menu using a filter in functions.php
- Adding wrapper elements in the_date() like in the_title()?
- How to obtain the current website URL in my theme?
- Notify users only on post publish
- Plugin Generate Unexpected output during activation
- Limit Taxonomy Output in Conditional Statement
- wp_redirect only works on main site and not on other sites
- require_once() if a product in woocommerce contains a tag [closed]
- PHP code for displaying WordPress posts in a static page not working
- Shortcode for Listing Users from Meta Value?
- Display css ONLY on most recent post of specific category?
- How to add data to a custom field at the wp_users table?
- How to remove the space before the ellipsis in excerpt?
- How can I use custom menus with a Bootstrap WordPress theme?
- How to make a cookie be on the whole site instead of being on a specific page/
- Child Theme’s Read More Text
- call a string/function from database
- Get date function not working
- How to remove/hide collapse menu for user/subscriber?
- How to implement __() function in my theme’s php file?
- How a HTML form can trigger a PHP function?
- Allow a user or role to view drafts and previews, but not other admin privileges?
- WP custom posts: filter results to custom taxonomy tag that corresponds to user meta field
- Get current user id in function php
- Proper way to remove html code on child theme
- Trying to add Custom Post Type to this functions.php command
- Apply function.php filter only if url not has /amp/
- Preventing direct access to a page in WordPress
- How to use data URL in WordPress?
- Get custom field value from the function.php
- Non-blocking file_put_contents in function.php
- Display a custom name when the user has no name settle in his account
- Advance custom fields variable with if statement & Function
- Restrict wordpress access to logged users only
- Discount in the specific product title using keyword ( Woocoommerce )
- Modify post image in full size
- How to link all featured images to custom url in single.php for only non-logged-in users?
- How best to check if a user is from China and hide content?
- Menu to the right of screen on desktop using Bootstrap 4
- custom post type column countdown
- Printing OEmbed URL based on Post selected w/o page refresh
- Automatically refresh page if widget is added to page?
- Creating wordpress user registration form
- Add missing alt tag to featured images for “storefront” theme
- Notice: Undefined index: post_title error
- Load admin bar without wp_head or wp_footer [duplicate]
- My query keeps looping infinitely ! how to stop it?
- Highlight Single Page Ancestor
- Published custom posts missing
- Registration form not registering First and Last name
- Removing get_template_part in child theme
- PHP version or config prohibiting script from working properly
- str_replace not responding in functions.php [closed]
- ajax form function error
- Display custom meta box in my template file
- Woocommerce – Shipping tax class based on cart items not using the highest tax available
- How to display the date under the post title?
- Simple Probléme in wordpress
- Contact form with dynamic dropdown and filter
- Critical Error customiser
- How to limit the number of posts in the wordpress loop in conjunction with the “download more” button?
- Need help with conditional logic for menus
- Custom Admin Menu Report for Specific User ID