bbp_pre_load_options_strategy

bbp_pre_load_options_strategy

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_pre_load_options_strategy') is found 1 times:

  • /includes/core/options.php line 277
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
        return;
    }
     
    // Maybe intercept
    $strategy  = apply_filters( 'bbp_pre_load_options_strategy', 'notoptions' );
    $intercept = bbp_maybe_intercept( __FUNCTION__, $strategy );
    if ( bbp_is_intercepted( $intercept ) ) {
        return $intercept;
    }
     
    // Get variables