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

211
212
213
214
215
216
217
218
219
220
* @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.