bbp_converter_php_ini_overrides

bbp_converter_php_ini_overrides

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_converter_php_ini_overrides') is found 1 times:

  • /includes/admin/classes/class-bbp-converter.php line 254
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    */
    private function maybe_set_memory() {
     
        // Filter args
        $r = apply_filters( 'bbp_converter_php_ini_overrides', array(
            'implicit_flush'     => '1',
            'memory_limit'       => '256M',
            'max_execution_time' => HOUR_IN_SECONDS * 6
        ) );
     
        // Get disabled PHP functions (to avoid using them)