field['function'] ) && is_callable( $this->field['function'] ) ) { $args = ( isset( $this->field['args'] ) ) ? $this->field['args'] : null; call_user_func( $this->field['function'], $args ); } } } }