LLMS_Abstract_User_Engagement::sync_meta( LLMS_Abstract_User_Engagement $template )

This is a stub that allows extending classes to sync additional data from the template during a sync operation.


Parameters Parameters

$template

(LLMS_Abstract_User_Engagement) (Required)


Top ↑

Return Return

(void)


Top ↑

Source Source

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

	protected function sync_meta( $template ) {
	}


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.