llms_get_states()

Retrieve a list of states organized by country.


Description Description

See also See also


Top ↑

Return Return

(array)


Top ↑

Source Source

File: includes/functions/llms-functions-locale.php

function llms_get_states() {

	$states = require LLMS_PLUGIN_DIR . 'languages/states.php';

	/**
	 * Modify the default states list.
	 *
	 * @since 1.0.0
	 *
	 * @param array $states Multi-dimensional array. See "languages/states.php" for details.
	 */
	return apply_filters( 'lifterlms_states', $states );

}


Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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