LLMS_Abstract_User_Engagement::after_create()

Called immediately after creating / inserting a new post into the database


Return Return

(void)


Top ↑

Source Source

File: includes/abstracts/llms-abstract-user-engagement.php

	protected function after_create() {

		$this->sync( 'create' );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
6.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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