Browse: Home / Classes / Learndash_Admin_Bulk_Edit_Action_Groups /

Learndash_Admin_Bulk_Edit_Action_Groups::update_post_field

Learndash_Admin_Bulk_Edit_Action_Groups::update_post_field( int $post_id,  string $field_name,  string $field_value )

Update the post field.


Description #


Parameters #

$post_id

(int) (Required) Post ID.

$field_name

(string) (Required) Field name.

$field_value

(string) (Required) Field value.


Return #

(void)


Source #

File: includes/admin/classes-bulk-edit-actions/class-learndash-admin-bulk-edit-action-groups.php


Changelog #

Changelog
Version Description
4.2.0 Introduced.