<?php if (!defined('ABSPATH')) { exit; } /** * Render school management shortcode */ function render_school_management_shortcode() { include_once SCHOOLPLUGIN_PATH . '/includes/templates/school-management.php'; }