~canonical-sysadmins/wordpress/4.8.1

« back to all changes in this revision

Viewing changes to wp-includes/class-wp-http-proxy.php

  • Committer: Barry Price
  • Date: 2016-08-17 04:50:12 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: barry.price@canonical.com-20160817045012-qfui81zhqnqv2ba9
Merge WP4.6 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
                $home = parse_url( get_option('siteurl') );
177
177
 
178
178
                /**
179
 
                 * Filter whether to preempt sending the request through the proxy server.
 
179
                 * Filters whether to preempt sending the request through the proxy server.
180
180
                 *
181
181
                 * Returning false will bypass the proxy; returning true will send
182
182
                 * the request through the proxy. Returning null bypasses the filter.