Dozent LMS developer documentation

  • Go To DozentLMS.com
Skip to content
Filter by type:
Search
Browse: Home / Classes / MetaBox / MetaBox::get()

MetaBox::get( $key = null,  $default = false )


Source

File: classes/MetaBox.php

	public function get( $key = null, $default = false ) {
		return dozent_array_get( $key, $this->settings_meta, $default );
	}

Expand full source code Collapse full source code


Related

Uses

Uses
Uses Description
includes/core-functions.php: dozent_array_get()

Return array value by given key, Get array key by dot notation

© 2023, Dozent LMS