woocommerce_structured_data_website

woocommerce_structured_data_website

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_structured_data_website') is found 1 times:

  • /includes/class-wc-structured-data.php line 572
    568
    569
    570
    571
    572
    573
    574
    575
    576
    577
    578
            '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.