woocommerce_structured_data_website

woocommerce_structured_data_website

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_structured_data_website') is found 1 times:

  • /includes/class-wc-structured-data.php line 462
    			'target'      => home_url( '?s={search_term_string}&post_type=product' ),
    			'query-input' => 'required name=search_term_string',
    		);
    
    		$this->set_data( apply_filters( 'woocommerce_structured_data_website', $markup ) );
    	}
    
    	/**
    	 * Generates Order structured data.
    	 *
    	 * Hooked into `woocommerce_email_order_details` action hook.