LLMS_Install::remove_difficulties()

Remove the difficulties created by the create_difficulties() function


Description Description

Used during uninstall when "remove_all_data" is set.


Top ↑

Return Return

(void)


Top ↑

Source Source

File: includes/class.llms.install.php

		LLMS_Post_Types::register_post_types();
		LLMS_Post_Types::register_taxonomies();

		llms()->query->init_query_vars();
		llms()->query->add_endpoints();

		self::create_cron_jobs();
		self::create_files();
		self::create_difficulties();
		self::create_visibilities();

		LLMS_Forms::instance()->install();



Top ↑

Changelog Changelog

Changelog
Version Description
3.3.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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