PluginProbe
Kadence Central – Site Management, Backups, Security, and Reporting / trunk
Kadence Central – Site Management, Backups, Security, and Reporting vtrunk
4.0.3 4.0.2 4.0.1 trunk 2.0.0 2.0.1 2.0.10 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 2.0.16 2.0.17 2.0.18 2.0.2 2.0.3 2.0.4 2.0.9 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.13 All 50 releases
ithemes-sync / server.php

server.php in Kadence Central – Site Management, Backups, Security, and Reporting trunk, at server.php

12 lines 331 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * @see https://github.com/ithemes/solid-backups/pull/24
4 */
5
6 _deprecated_file(
7 basename( __FILE__ ), // phpcs:ignore StellarWP.XSS.EscapeOutput.OutputNotEscaped
8 '3.2.4',
9 '',
10 esc_html__( 'Requiring `server.php` is not needed anymore. The new `Central_Server_Client` class is autoloaded.', 'it-l10n-ithemes-sync' )
11 );
12