llms_shuffle_assoc( array $array )

Shuffles an array while keeping the array indices


Parameters Parameters

$array

(array) (Required)


Top ↑

Return Return

(bool)


Top ↑

Source Source

File: includes/llms.template.functions.php

	$options            = array(
		'paypal',
	);

	foreach ( $options as $option ) {
		$single_option = '';

		$single_option = get_option( $option_prefix . $option, 'no' );

		if ( 'yes' === $single_option ) {

				array_push( $_available_options, $option );
		}

Top ↑

User Contributed Notes User Contributed Notes

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