LLMS_Admin_AddOns::handle_actions()

Handle form submissions for managing license keys


Return Return

(void)


Top ↑

Source Source

File: includes/admin/class.llms.admin.addons.php

	 * @since 7.1.0 Use strict comparisons for `in_array()`.
	 *
	 * @param string $cat Category slug.
	 * @return array
	 */
	private function get_products_for_cat( $cat, $include_bundles = true ) {

		$products = array();

		foreach ( $this->data['items'] as $item ) {


Top ↑

Changelog Changelog

Changelog
Version Description
3.22.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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