/home/techb158/l2hypotheques.com/wp-content/plugins/codestar-framework/fields/callback
Edit: /home/techb158/l2hypotheques.com/wp-content/plugins/codestar-framework/fields/callback/callback.php (705B)
field['function'] ) && is_callable( $this->field['function'] ) ) {
$args = ( isset( $this->field['args'] ) ) ? $this->field['args'] : null;
call_user_func( $this->field['function'], $args );
}
}
}
}