llms_shuffle_assoc( array $array )
Shuffles an array while keeping the array indices
Contents
Parameters Parameters
- $array
-
(array) (Required)
Return Return
(bool)
Source Source
File: includes/llms.template.functions.php
$single_option = get_option( $option_prefix . $option, 'no' ); if ( 'yes' === $single_option ) { array_push( $_available_options, $option ); } llms_get_template( 'checkout/' . $option . '.php' ); } } /**
Expand full source code Collapse full source code View on GitHub