LLMS_Admin_Metabox::save_after( int $post_id )

Allows extending classes to perform additional save methods after the default save.


Description Description

Called after $this->save() during $this->save_actions().


Top ↑

Parameters Parameters

$post_id

(int) (Required) WP Post ID of the post being saved.


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/abstracts/abstract.llms.admin.metabox.php



Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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