Warning: This method has been deprecated. LLMS_Admin_Post_Types::meta_metabox_init() is deprecated with no replacement instead.

LLMS_Admin_Post_Types::meta_metabox_init()

Initializes core for metaboxes.


Return Return

(void)


Top ↑

Source Source

File: includes/admin/class.llms.admin.post-types.php

	public function meta_metabox_init() {

		llms_deprecated_function( __METHOD__, '6.0.0' );

		include_once 'llms.class.admin.metabox.php';
	}


Top ↑

Changelog Changelog

Changelog
Version Description
6.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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