
First name Last name Security & Risk Analysis
wordpress.org/plugins/first-name-and-last-name-on-registration-pageAdds First name and Last name to registration form.
Is First name Last name Safe to Use in 2026?
Generally Safe
Score 85/100First name Last name has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
Based on the provided static analysis and vulnerability history, the "first-name-and-last-name-on-registration-page" plugin version 0.1 exhibits a remarkably strong security posture. The code analysis reveals no dangerous functions, no raw SQL queries, all outputs are properly escaped, and there are no file operations or external HTTP requests. Crucially, the plugin has zero identified vulnerabilities in its history, suggesting a consistent focus on security by its developers. The complete absence of AJAX handlers, REST API routes, shortcodes, and cron events significantly limits the plugin's attack surface, and all entry points, though nonexistent, are reported as protected. This lack of any detected weaknesses in the code signals and the complete absence of any historical vulnerabilities paint a picture of a highly secure, albeit very narrowly scoped, plugin. The only potential area for consideration, though not a direct finding, is the very limited scope of the plugin, which may contribute to its apparent security. However, within the scope of the provided data, the plugin is exceptionally secure.
First name Last name Security Vulnerabilities
First name Last name Code Analysis
First name Last name Attack Surface
WordPress Hooks 2
Maintenance & Trust
First name Last name Maintenance & Trust
Maintenance Signals
Community Trust
First name Last name Alternatives
Force First and Last Name as Display Name
force-first-last
Force the user field "display_name" to be set as the user's first and last name.
Extended User Search In WP-Admin
extended-user-search-in-wp-admin
By default WordPress in WP-admin allows users to search only by username or email id.
Enhanced User Search
enhanced-user-search
Effortlessly find users in WordPress! Search by first & last name, username, or email.
BuddyPress Real Names
buddypress-real-names
BuddyPress Real Names allows you to change the regular nickname displayed for a user to anything you want.
Ninja Forms – The Contact Form Builder That Grows With You
ninja-forms
The 100% beginner friendly WordPress form builder. Drag & drop form fields to build beautiful, professional contact forms in minutes.
First name Last name Developer Profile
10 plugins · 240 total installs
How We Detect First name Last name
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
HTML / DOM Fingerprints
input<p>
<label for="first_name">First Name</label>
<input type="text" name="first_name" id="first_name" class="input" value="" size="20" />
</p>
<p>
<label for="last_name">Last Name</label>
<input type="text" name="last_name" id="last_name" class="input" value="" size="20" />
</p>