WP Rocket - WordPress Caching Plugin
{{brizy_dc_image_alt entityId=

Creating a matching site using WordPress [HivePress] Removing the first and last name fields from the user profile input fields

At HanamiWEB Online School,

●Ask questions in real-time in the virtual study room!

●Ask as many questions as you want via chat!

●E-learning materials that you can learn as much as you want, 24 hours a day!

All included for just 2,500 yen/month!

We will explain the code introduced in the HivePress code recipe.

Removed first and last name fields from user profile input fields

<?php
add_filter(
	'hivepress/v1/forms/user_update',
	function( $form ) {
		unset( $form['fields']['first_name'] );
		unset( $form['fields']['last_name'] );

		return $form;
	},
	1000
);

Add to function.php

The code is added to function.php.

  • Create a child theme and add it to function.php
  • Added using the code snippets plugin

Please edit function.php in one of two ways.

Finally, go to Settings > Permalinks and click the [Update] button to reload the permalinks.

This blog post explains the prerequisites you need to know before editing function.php!

Released as soon as the next morning! Weekends and holidays are also available!

Super rush website creation plan

We offer a rush website creation plan for those who need a website in a hurry!

We can publish your content as soon as the next morning, even on weekends and holidays! If you have any questions, please check the details below!

{{brizy_dc_image_alt imageSrc=

Latest Articles

{{brizy_dc_image_alt entityId=
WordPress予約システムプラグインAmelia 有料版 Zoom連携機能を解説(9.x以降)
{{brizy_dc_image_alt entityId=
Is the paid version of the WordPress booking system plugin Amelia Apple Calendar integration not recommended? (9.x and later)
{{brizy_dc_image_alt entityId=
WordPress Booking System Plugin Amelia Paid Version Google Calendar & Google Meet Integration Explained (9.x and later)
{{brizy_dc_image_alt entityId=
Explaining the No show tag feature of the paid version of the WordPress booking system plugin Amelia (9.x and later)
en_USEnglish