Skip to content
Read For Learn
Read For Learn
  • Database
    • Oracle
    • SQL
  • C
  • C++
  • Java
  • Java Script
  • jQuery
  • PHP
Read For Learn
  • Database
    • Oracle
    • SQL
  • C
  • C++
  • Java
  • Java Script
  • jQuery
  • PHP

How can I add custom meta on signup page and pass along to be used after blog activation?

I know it’s a very old question, but I had the same issue and this was never resolved so I thought I’d post a solution. I found the answer in a different topic here on WPSE.

You only have to use the filter add_signup_meta.

function sb_add_signup_meta($meta) {
    // hardcoded value
    $meta['mykey'] = 'My Value';

    // $_POST value from register form
    if ( isset( $_POST[ 'value' ] ) && ! empty( $_POST[ 'value' ] ) ) {
        $meta[ 'meta_key' ] = $_POST[ 'value' ];
    }

    return $meta;
}
add_filter('add_signup_meta', 'sb_add_signup_meta');

Related Posts:

  1. How To Add Custom Form Fields To The User Profile Page?
  2. Specific upload folder for PDFs in custom Post type in WP multisite
  3. Allow user to select a theme to install when they signup
  4. How to delete post revisions?
  5. Add additional Network constants to wp-config.php dynamically
  6. Anyone figured out how to use WordPress MultiSite with Domain Mapping & SSL?
  7. Can upload doc and pdf but not ppt – not permitted for security reasons
  8. How do I transition multiple installations to a single Multisite installation?
  9. What is the best way to load the WP environment in a subdomain of my multisite WordPress install?
  10. Best way to develop multisite and deploy on another server?
  11. How To Provide Sub-Blogs Their Own Domain Names?
  12. Removing My Sites menu from Admin
  13. Prevent Deletion of Blogs
  14. NGINX Multisite Rewrite rules
  15. How to Set up a Multisite WordPress?
  16. Multisite, turn off “create new site”
  17. wp-admin slow in multisite
  18. Multiple Domains and Subdomains Using Multisite Installation
  19. restore_current_blog() vs. multiple switch_to_blog() followed by removing $GLOBALS[‘_wp_switched_stack’]
  20. Need to manually regsiter user, send the password and retreive their user ID
  21. What are the differences in capabilities between the super-administrator and administrator?
  22. Network setup tab is not shown under Tools
  23. How to move theme directory but not plugins/uploads out of WordPress root directory?
  24. How To Modify New Sub Blog Immediately When Super Administrator Creates It?
  25. How to make wp-signup.php a 1-step process [closed]
  26. How do I add JavaScript that will execute on all my sites in Multisite?
  27. How to prevent first post and first comment on WP MU?
  28. Subdomain and subdirectories together in one installation
  29. Limit multisite/network site names to a property of the user
  30. How do I maintain static directories on multisite subdomains?
  31. Why are images not displaying?
  32. Replacing the default content created while the site creation
  33. Stuck with WordPress Multisite Custom signup page without .htaccess modification
  34. WP Multisite Static Frontpage
  35. Preview posts returns 404
  36. Multisite on Rackspace Cloud (ubuntu lucid)
  37. How to stop unlink images when remove a site or user
  38. What should I do? A multisite, a single website or many websites? [closed]
  39. Multiple homes for multiple languages [closed]
  40. WordPress multisite installation broke menu links
  41. Hosting a seperate wordpress project on localhost
  42. Multisite development environment
  43. How to host blog on separate domain from main site
  44. Pushing stored procedure to a multisite database in WordPress
  45. How does WordPress determine which multisite the user is on from the URL?
  46. Multisite multidomain
  47. How to recover deleted site in WordPress Multisite?
  48. WordPress Multisite domain mapping with different IPs
  49. Setup page on first login on multisite
  50. WordPress stuck in deleting user
  51. Migrating static site to multisite with multiple domains and subdomains
  52. WordPress multi-site, developing locally and syncing live changes
  53. muliple wordpress multisite installs on the same sever
  54. How can I manually activate a new site in a wordpress multisite network?
  55. How To Run Multiple Multi-Site Networks On Same Box [closed]
  56. How to change a user role after registering in multisite?
  57. Replicate network plugins without having to configure it for each subsite?
  58. Different Domains in Multisite Setup
  59. How to publish some default pages in Multisite creation?
  60. How long is “as long as possible” in wp_cache_set()?
  61. more tables created when create a new site
  62. Pros and Cons of Post Types vs. Multiple Blogs
  63. Multisite subdomain-site redirects to primary site
  64. In Multisite: Site / Blog IDstill exists after deleting site
  65. How to auto create site after user sign up on multisite(network)
  66. Delete all blogs on multisite
  67. Multisite “Skip Confirmation Email” Log Out Problem
  68. Is there a built in method to protect pages?
  69. Is there a way to add a function that will get run after a blog is created?
  70. How does adding custom meta to signup form work?
  71. cannot access subsites in wordpress multisite
  72. Pointing multiple subdomains at the same WordPress Installation
  73. Set static page as default front page on newly created sites in multisite
  74. Create a Network of Different websites with wordpress
  75. Using common slider in all sites
  76. WordPress Multisite platform for different city for single db
  77. Should I go for Multisite or separate WP Installation?
  78. Integrating WordPress for blog and other content pages in a web app
  79. Could not find site error
  80. Create service similar to wordpress.com [closed]
  81. WordPress Multisite
  82. How to use WordPress Multisite With Different Domain Names?
  83. Where are available Roles Defined in the wp_ database?
  84. restore_current_blog() vs switch_to_blog()
  85. Can i merge 2 new WP_Query($variable) ‘s?
  86. How to disable a network enabled plugin for just one site?
  87. How to reliably flush rewrite rules on multisite?
  88. Site Redirecting to wp-signup.php
  89. Moving a WP Multisite to a subdirectory
  90. Cookies in multisite where network sites have their own domain name
  91. Convert a Multisite WordPress install into a Single site
  92. WordPress MultiSite Active Directory integration and site privacy
  93. WordPress Job Interview Preparation
  94. How to add Custom Blog Options to new blog setup form?
  95. How can I trust switch_to_blog()?
  96. Remove the blog slug from WordPress Multisite root node
  97. Why are my roles not visible in a Multi-site/Network?
  98. Site admin in a network install can’t edit users?
  99. How to use same email for multiple users
  100. How to run an activation function when plugin is network activated on multisite?
Categories multisite Tags customization, multisite, signup
Genesis framework comments broken?
wordpress add_rewrite_rule not working

Recommended Hostings

Cloudways: Realize Your Website's Potential With Flexible & Affordable Hosting. 24/7/365 Support, Managed Security, Automated Backups, and 24/7 Real-time Monitoring.

FastComet: Fast SSD Hosting, Free Migration, Hack-Free Security, 24/7 Super Fast Support, 45 Day Money Back Guarantee.

Recent Added Topics

  • Bug in translation system: load_theme_textdomain() returns true, files are available and accessible but the language defaults to english
  • Custom Elementor controls not appearing in the widget Advanced tab using injection hooks
  • Get the name of the template/*html file used
  • Trying to Add Paging to Single Post Page
  • Sharing media files between live and staging servers
  • How to display the description of a custom post type in the dashboard?
  • Critical error on image display
  • Copying WP data and files into new install?
  • How to determine the DirectAdmin WordPress backup date?
  • How to get list of ALL tables in the database?
© 2026 Read For Learn
  • Database
    • Oracle
    • SQL
  • algorithm
  • asp.net
  • assembly
  • binary
  • c#
  • Git
  • hex
  • HTML
  • iOS
  • language angnostic
  • math
  • matlab
  • Tips & Trick
  • Tools
  • windows
  • C
  • C++
  • Java
  • javascript
  • Python
  • R
  • Java Script
  • jQuery
  • PHP
  • WordPress