apply_filters( 'pre_user_last_name', string $last_name )

Filters a user’s last name before the user is created or updated.


Parameters

$last_name string
The user's last name.

Top ↑

Source

File: wp-includes/user.php. View all references

$meta['last_name'] = apply_filters( 'pre_user_last_name', $last_name );


Top ↑

Changelog

Changelog
Version Description
2.0.3 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.