LLMS_Event::set_meta( string $key, mixed $val, bool $save = false )

Update/Add a single meta item.


Description Description


Parameters Parameters

$key

(Required) Meta key.

$val

(Required) Meta value.

$save

(Optional) If true, saves the updated metadata to the database.

Default value: false


Top ↑

Return Return

(LLMS_Event)


Top ↑

Source Source

File: includes/models/class-llms-event.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.36.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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