woocommerce_widget_get_current_page_url, $link, $this

woocommerce_widget_get_current_page_url, $link, $this

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_widget_get_current_page_url, $link, $this') is found 1 times:

  • /includes/abstracts/abstract-wc-widget.php line 388
    				}
    			}
    		}
    
    		return apply_filters( 'woocommerce_widget_get_current_page_url', $link, $this );
    	}
    
    	/**
    	 * Get widget id plus scheme/protocol to prevent serving mixed content from (persistently) cached widgets.
    	 *
    	 * @since  3.4.0