LLMS_Admin_AddOns::handle_actions()
Handle form submissions for managing license keys
Return Return
(void)
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 ) { |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.22.0 | Introduced. |