LLMS_Abstract_User_Engagement::after_create()
Called immediately after creating / inserting a new post into the database
Return Return
(void)
Source Source
File: includes/abstracts/llms-abstract-user-engagement.php
protected function after_create() { $this->sync( 'create' ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |