diff --git a/plugins/wporg-5ftf/index.php b/plugins/wporg-5ftf/index.php index c234741..bd166ba 100755 --- a/plugins/wporg-5ftf/index.php +++ b/plugins/wporg-5ftf/index.php @@ -23,10 +23,10 @@ add_action( 'plugins_loaded', __NAMESPACE__ . '\load' ); * */ function load() { - require_once PATH . 'includes/pledge.php'; - require_once PATH . 'includes/pledge-meta.php'; - require_once PATH . 'includes/pledge-form.php'; - require_once PATH . 'includes/shortcodes.php'; + require_once get_includes_path() . 'pledge.php'; + require_once get_includes_path() . 'pledge-meta.php'; + require_once get_includes_path() . 'pledge-form.php'; + require_once get_includes_path() . 'shortcodes.php'; } /**