LLMS_Post_Model::after_create()
Called immediately after creating / inserting a new post into the database
Description Description
This stub can be overwritten by child classes.
Return Return
(void)
Source Source
File: includes/abstracts/abstract.llms.post.model.php
protected function after_create() {}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |