WP Rocket - WordPress Caching Plugin

Matching site creation using WordPress [HivePress] Making the listing price optional

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.

[HivePress] Make the listing price optional (optional setting)

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
<?php
add_filter(
	'hivepress/v1/models/listing/attributes',
	function( $attributes ) {
		if ( isset( $attributes['price'] ) ) {
			$attributes['price']['edit_field']['required'] = false;
		}
 
		return $attributes;
	},
	1000
);

Please edit function.php in one of two ways.

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

HanamiWEB

The person who wrote this article

Matsuura Misa

HanamiWEB Co., Ltd. / Web Production, SEO, and AI Search Engine Optimization Support

Based in Nerima Ward, Tokyo, we provide support for small and medium-sized businesses, including website creation, SEO measures, and site design that anticipates the era of AI search.
I specialize in practical improvement suggestions using WordPress and content design that focuses on customer acquisition funnels.
We also provide website maintenance and operation services.

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!

Latest Articles

RankMath Webmaster Tools Setup Guide | Google Search Console & Bing
RankMath "Breadcrumb Navigation" Settings Guide
What are the important keywords in Rank Math? We explain how to set them up and how to use them for SEO.
How to set titles and descriptions in Rank Math | Explanation of templates and individual settings
en_USEnglish