File manager - Edit - /home/verseaumee/maze/wp-content/plugins/packlink-pro-shipping/Controllers/class-packlink-configuration-controller.php
Back
<?php /** * Packlink PRO Shipping WooCommerce Integration. * * @package Packlink */ namespace Packlink\WooCommerce\Controllers; use Logeecom\Infrastructure\Configuration\Configuration; use Logeecom\Infrastructure\ServiceRegister; use Packlink\BusinessLogic\Controllers\ConfigurationController; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } /** * Class Packlink_Configuration_Controller * * @package Packlink\WooCommerce\Controllers */ class Packlink_Configuration_Controller extends Packlink_Base_Controller { /** * Retrieves data for the configuration page. */ public function get() { $controller = new ConfigurationController(); $service = ServiceRegister::getService( Configuration::CLASS_NAME ); $data = array( 'helpUrl' => $controller->getHelpLink(), 'version' => $service->getModuleVersion(), ); $this->return_json( $data ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings