Recent

bsearch_tracker_urlfilter

bsearch_tracker_url

Filter the URL of the tracker.

Other tracker types can override the URL processed by the jQuery.post request The corresponding tracker can use the below variables or append their own to $ajax_bsearch_tracker

Type: filter
Since: 2.2.4
Source: includes/class-tracker.php line 57

Usage

add_filter( 'bsearch_tracker_url', function() {
    // ...
} );