bbp_converter_php_ini_overrides
bbp_converter_php_ini_overrides
Appears in: bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: filter
Displaying hooks found in version: bbpress.2.6.9apply_filters('bbp_converter_php_ini_overrides') is found 1 times:
- /includes/admin/classes/class-bbp-converter.php line 254
*/ 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)