LLMS_Post_Model::get_to_array_excluded_properties()

Get the properties that will be explicitly excluded from the array representation of the model.


Description Description

This stub can be overloaded by an extending class and the property list is filterable via the llms_get_{$this->model_post_type_excluded_to_array_properties} filter.


Top ↑

Return Return

(string[])


Top ↑

Source Source

File: includes/abstracts/abstract.llms.post.model.php

	protected function get_to_array_excluded_properties() {
		return array();
	}

Top ↑

Changelog Changelog

Changelog
Version Description
5.4.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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