Function __global->require_all_core_cms_code
Definitions
sources/global3.php
- Require all code relating to the core content management.This is a useful shortcut when writing code to create content, e.g. when preparing content to push live programmatically.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Preview
Code (PHP)
/**
* Require all code relating to the core content management.This is a useful shortcut when writing code to create content, e.g. when preparing content to push live programmatically.
*
*/
function require_all_core_cms_code()
* Require all code relating to the core content management.This is a useful shortcut when writing code to create content, e.g. when preparing content to push live programmatically.
*
*/
function require_all_core_cms_code()

