b3_localhost

Description

Filter to override the LOCALHOST setting.

Usage

  1. function b3_override_localhost( $setting ) {
  2.     return true;
  3. }
  4. add_filter( 'b3_localhost', 'b3_override_localhost' );

Used in

Tags