LLMS_REST_Database_Resource::get_default_column_values()

Get default column values.


Return Return

(array)


Top ↑

Source Source

File: libraries/lifterlms-rest/includes/abstracts/class-llms-rest-database-resource.php

	public function get_default_column_values() {

		/**
		 * Allow customization of default Resource values.
		 *
		 * @since 1.0.0-beta.1
		 *
		 * @param array $values An associative array of default values.
		 */
		return apply_filters( 'llms_rest_' . $this->id . '_default_properties', $this->default_column_values );

	}


Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0-beta.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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