apply_filters( 'llms_generator_get_error_code', string $ret, int $code, obj $class )

Filter the human-readable error retrieved from a given error code


Parameters Parameters

$ret

(string) The human-readable error code.

$code

(int) The initial error code as an integer.

$class

(obj) Generator class instance.


Top ↑

Source Source

File: includes/class.llms.generator.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
4.9.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.