learndash_course_steps_add_post_meta( int|string $object_id, string $meta_key, mixed $meta_value )

Add the metadata settings array when adding single setting.


Description Description

Used when adding a single setting. Fires on delete_post_meta hook.


Parameters Parameters

$object_id

(Optional) Object ID. Default empty.

$meta_key

(Optional) Meta key. Default empty.

$meta_value

(Optional) Meta value. Default empty.


Top ↑

Source Source

File: includes/course/ld-course-steps-functions.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.4.0.3 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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