woocommerce_terms_and_conditions_page_id

woocommerce_terms_and_conditions_page_id

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_terms_and_conditions_page_id') is found 1 times:

  • /includes/wc-template-functions.php line 811

    * @return int
    */
    function wc_terms_and_conditions_page_id() {
    $page_id = wc_get_page_id( ‘terms’ );
    return apply_filters( ‘woocommerce_terms_and_conditions_page_id’, 0 < $page_id ? absint( $page_id ) : 0 ); } /** * Get the privacy policy page ID. * * @since 3.4.0 [/php]