Файловый менеджер - Редактировать - /home/freeclou/optimyar/wp-content/plugins/ithemes-security-pro/pro/wp-cli/map.php
Назад
<?php /** * Access the static map image API. */ class ITSEC_Map_Command extends WP_CLI_Command { /** * Get a map of a Lat/Long coordinate. * * ## OPTIONS * * --lat=<lat> * : The latitude coordinate. * * --long=<long> * : The longitude coordinate. * * [--<field>=<value>] * : Additional configuration options. */ public function get( $args, $assoc_args ) { $map = ITSEC_Lib_Static_Map_API::get_map( $assoc_args ); if ( is_wp_error( $map ) ) { WP_CLI::error( $map ); } WP_CLI::success( 'Retrieved Map: ' . $map ); } } WP_CLI::add_command( 'itsec map', 'ITSEC_Map_Command', array( 'before_invoke' => function () { require_once( ITSEC_Core::get_core_dir() . 'lib/class-itsec-lib-static-map-api.php' ); } ) );
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.02 |
proxy
|
phpinfo
|
Настройка