{"id":11215,"date":"2023-04-14T18:14:37","date_gmt":"2023-04-14T09:14:37","guid":{"rendered":"https:\/\/hanami-web.tokyo.jp\/blog\/?p=11215"},"modified":"2023-05-07T07:49:35","modified_gmt":"2023-05-06T22:49:35","slug":"remove-the-first-and-last-name-fields-from-the-user-profile-form","status":"publish","type":"post","link":"https:\/\/hanami-web.tokyo.jp\/blog\/en\/microjobs\/remove-the-first-and-last-name-fields-from-the-user-profile-form\/","title":{"rendered":"Creating a matching site using WordPress [HivePress] Removing the first and last name fields from the user profile input fields"},"content":{"rendered":"<div class=\"sc\"><a href=\"https:\/\/hanami-web.tokyo.jp\/blog\/en\/how-to-hivepress-setting\/\" title=\"HivePress Explanation Table of Contents\">\r\n\t<p class=\"sc-txt01\">Our company also built a matching website using HivePress.<\/p>\r\n\t<p class=\"sc-txt01\">How to create a matching website using WordPress<\/p>\r\n\t<p class=\"sc-txt02\">HivePress Explanation Table of Contents \u2192<\/p>\r\n<\/a><\/div>\n\n\n<div class=\"sc af\"><a href=\"https:\/\/hivepress.io\/?ref=hv\" title=\"HivePress Official Website\" target=\"_blank\">\r\n\t<p class=\"sc-txt02\">HivePress official website \u2192<\/p>\r\n<\/a><\/div>\n\n\n\n<p>We will explain the code introduced in the HivePress code recipe.<\/p>\n\n\n\n<p>Removed first and last name fields from user profile input fields<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\nadd_filter(\n\t&#039;hivepress\/v1\/forms\/user_update&#039;,\n\tfunction( $form ) {\n\t\tunset( $form[&#039;fields&#039;][&#039;first_name&#039;] );\n\t\tunset( $form[&#039;fields&#039;][&#039;last_name&#039;] );\n\n\t\treturn $form;\n\t},\n\t1000\n);<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Add to function.php<\/h2>\n\n\n\n<p>The code is added to function.php.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Create a child theme and add it to function.php<\/li>\n\n\n\n<li>Added using the code snippets plugin<\/li>\n<\/ul>\n\n\n\n<p>Please edit function.php in one of two ways.<\/p>\n\n\n\n<p>Finally, go to Settings &gt; Permalinks and click the [Update] button to reload the permalinks.<\/p>\n\n\n\n<p><a href=\"https:\/\/hanami-web.tokyo.jp\/blog\/en\/member\/php-customize\/\" title=\"\"><span style=\"text-decoration: underline;\">This blog post explains the prerequisites you need to know before editing function.php!<\/span><\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>HivePress\u306e\u30b3\u30fc\u30c9\u30ec\u30b7\u30d4\u3067\u7d39\u4ecb\u3055\u308c\u3066\u3044\u308b\u30b3\u30fc\u30c9\u3092\u89e3\u8aac\u3057\u307e\u3059\u3002 \u30e6\u30fc\u30b6\u30fc \u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u5165\u529b\u30d5\u30a3\u30fc\u30eb\u30c9\u304b\u3089\u59d3\u3068\u540d\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u3092\u524a\u9664 function.php\u3078\u8ffd\u52a0 \u30b3\u30fc\u30c9\u306ffunction.php\u3078\u8ffd\u52a0\u3057\u307e\u3059\u304c\u3001 \u3069 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":11292,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"content-type":"","_uag_custom_page_level_css":"","footnotes":""},"categories":[1456],"tags":[1501],"class_list":["post-11215","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-microjobs","tag-hivepress"],"blocksy_meta":[],"aioseo_notices":[],"uagb_featured_image_src":{"full":["https:\/\/hanami-web.tokyo.jp\/blog\/wp-content\/uploads\/2023\/03\/HivePress-1-2.png",720,540,false],"thumbnail":["https:\/\/hanami-web.tokyo.jp\/blog\/wp-content\/uploads\/2023\/03\/HivePress-1-2-150x150.png",150,150,true],"medium":["https:\/\/hanami-web.tokyo.jp\/blog\/wp-content\/uploads\/2023\/03\/HivePress-1-2-300x225.png",300,225,true],"medium_large":["https:\/\/hanami-web.tokyo.jp\/blog\/wp-content\/uploads\/2023\/03\/HivePress-1-2.png",720,540,false],"large":["https:\/\/hanami-web.tokyo.jp\/blog\/wp-content\/uploads\/2023\/03\/HivePress-1-2.png",720,540,false],"1536x1536":["https:\/\/hanami-web.tokyo.jp\/blog\/wp-content\/uploads\/2023\/03\/HivePress-1-2.png",720,540,false],"2048x2048":["https:\/\/hanami-web.tokyo.jp\/blog\/wp-content\/uploads\/2023\/03\/HivePress-1-2.png",720,540,false],"trp-custom-language-flag":["https:\/\/hanami-web.tokyo.jp\/blog\/wp-content\/uploads\/2023\/03\/HivePress-1-2.png",16,12,false]},"uagb_author_info":{"display_name":"\u682a\u5f0f\u4f1a\u793eHanamiWEB \u4ee3\u8868\u53d6\u7de0\u5f79 \u677e\u6d66\u307f\u3055","author_link":"https:\/\/hanami-web.tokyo.jp\/blog\/en\/author\/hanami\/"},"uagb_comment_info":0,"uagb_excerpt":"HivePress\u306e\u30b3\u30fc\u30c9\u30ec\u30b7\u30d4\u3067\u7d39\u4ecb\u3055\u308c\u3066\u3044\u308b\u30b3\u30fc\u30c9\u3092\u89e3\u8aac\u3057\u307e\u3059\u3002 \u30e6\u30fc\u30b6\u30fc \u30d7\u30ed\u30d5\u30a3\u30fc\u30eb\u5165\u529b\u30d5\u30a3\u30fc\u30eb\u30c9\u304b\u3089&hellip;","brizy_media":[],"_links":{"self":[{"href":"https:\/\/hanami-web.tokyo.jp\/blog\/en\/wp-json\/wp\/v2\/posts\/11215","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hanami-web.tokyo.jp\/blog\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hanami-web.tokyo.jp\/blog\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hanami-web.tokyo.jp\/blog\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hanami-web.tokyo.jp\/blog\/en\/wp-json\/wp\/v2\/comments?post=11215"}],"version-history":[{"count":0,"href":"https:\/\/hanami-web.tokyo.jp\/blog\/en\/wp-json\/wp\/v2\/posts\/11215\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hanami-web.tokyo.jp\/blog\/en\/wp-json\/wp\/v2\/media\/11292"}],"wp:attachment":[{"href":"https:\/\/hanami-web.tokyo.jp\/blog\/en\/wp-json\/wp\/v2\/media?parent=11215"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hanami-web.tokyo.jp\/blog\/en\/wp-json\/wp\/v2\/categories?post=11215"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hanami-web.tokyo.jp\/blog\/en\/wp-json\/wp\/v2\/tags?post=11215"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}