wms7-btns-service.php

Description: Используется для вызовов сервисных функций плагина.

PHP version 8.0.1

Functions

wms7_win_popup()

wms7_win_popup() 

A pop-up window starts on the main page of the plugin with an indication of the purpose of the action:

File editor "index.php".
File editor "robots.txt".
File editor ".htaccess".
File editor "wp-config.php".
Control wp-cron tasks.
Displays statistics of site visits in various presentation formats.
Control site mailboxes at : this site, Gmail.com, Yahoo.com, Mail.ru, Yandex.ru
Commands Management Console PHP and WordPress.
Window error viewer PHP and WordPress on site.

wms7_file_editor()

wms7_file_editor(string  $str_head) 

File editor for: index.php robots.txt .htaccess wp-config.php

Parameters

string $str_head

Head of pop-up window.

wms7_wp_cron()

wms7_wp_cron(string  $str_head) 

Control wp-cron tasks.

Parameters

string $str_head

Head of pop-up window.

wms7_stat()

wms7_stat(string  $str_head) 

Displays statistics of site visits in various presentation formats.

Parameters

string $str_head

Head of pop-up window.

wms7_mail()

wms7_mail(string  $str_head) 

Control site mailboxes at : this site, Gmail.com, Yahoo.com, Mail.ru, Yandex.ru

Parameters

string $str_head

Head of pop-up window.

wms7_console()

wms7_console(string  $str_head) 

Commands Management Console PHP and WordPress.

Parameters

string $str_head

Head of pop-up window.

wms7_debug_log()

wms7_debug_log(string  $str_head) 

Window error viewer PHP and WordPress on site.

Parameters

string $str_head

Head of pop-up window.