- added a default css file to include to have a first handle
- cahnged get_path/url to root_path/url - changed path setup -> now automatic from inside plugin
This commit is contained in:
@@ -9,14 +9,14 @@ if (!defined('ABSPATH')) {
|
||||
|
||||
|
||||
|
||||
include_once(PLGNTLS_class::get_path() . '/php/utils/http_errors.php');
|
||||
include_once(PLGNTLS_class::get_path() . '/php/paypal/route_api_utils.php');
|
||||
include_once(PLGNTLS_class::get_path() . '/php/paypal/user_can_pay.php');
|
||||
include_once(PLGNTLS_class::get_path() . '/php/paypal/update_user_payment.php');
|
||||
include_once(PLGNTLS_class::get_path() . '/php/paypal/shortcode.php');
|
||||
include_once(PLGNTLS_class::get_path() . '/php/paypal/route_api_orders.php');
|
||||
include_once(PLGNTLS_class::get_path() . '/php/paypal/route_api_orders_capture.php');
|
||||
include_once(PLGNTLS_class::get_path() . '/php/paypal/routes.php');
|
||||
include_once(PLGNTLS_class::root_path() . '/php/utils/http_errors.php');
|
||||
include_once(PLGNTLS_class::root_path() . '/php/paypal/route_api_utils.php');
|
||||
include_once(PLGNTLS_class::root_path() . '/php/paypal/user_can_pay.php');
|
||||
include_once(PLGNTLS_class::root_path() . '/php/paypal/update_user_payment.php');
|
||||
include_once(PLGNTLS_class::root_path() . '/php/paypal/shortcode.php');
|
||||
include_once(PLGNTLS_class::root_path() . '/php/paypal/route_api_orders.php');
|
||||
include_once(PLGNTLS_class::root_path() . '/php/paypal/route_api_orders_capture.php');
|
||||
include_once(PLGNTLS_class::root_path() . '/php/paypal/routes.php');
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user