Indicates if the last attempt to parse a block’s JSON attributes failed.
Description
See also
Source
public function get_last_json_error(): int {
return $this->last_json_error;
}
Changelog
| Version | Description |
|---|---|
| 6.9.0 | Introduced. |
Indicates if the last attempt to parse a block’s JSON attributes failed.
public function get_last_json_error(): int {
return $this->last_json_error;
}
| Version | Description |
|---|---|
| 6.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.