Recent

bsearch_tracker_url filter

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 80

Usage

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