LLMS_User_Achievement::delete()

Delete the certificate


Return Return

(void)


Top ↑

Source Source

File: includes/models/model.llms.user.achievement.php

	/**
	 * Post type model name
	 *
	 * @var string
	 */
	protected $model_post_type = 'achievement';

	/**
	 * Object properties
	 *
	 * @var array
	 */
	protected $properties = array(
		'awarded'    => 'string',
		'engagement' => 'absint',
		'related'    => 'absint',
	);

	/**
	 * Retrieve the image source for the achievement.

Top ↑

Changelog Changelog

Changelog
Version Description
3.18.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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