File Editor
Directories:
.. (Back)
classes
config
elements
extend
integration
settings
shortcodes
tco
utility
views
Files:
boot.php
plugin.php
registry.php
Create New File
Create
Edit File: boot.php
<?php if ( ! function_exists('cornerstone_boot') ) { function cornerstone_boot( $path, $url, $i18n_path ) { if ( class_exists('CS') ) { return; } require_once "$path/includes/plugin.php"; Cornerstone_Plugin::run( $path, $url, $i18n_path ); } }
Save Changes
Rename File
Rename