PluginProbe
Elementor Website Builder – more than just a page builder / 3.20.0-dev3
Elementor Website Builder – more than just a page builder v3.20.0-dev3
4.3.1 4.3.0 4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 All 454 releases
← All changes | app/modules/import-export/runners/revert/wp-content.php +2 -2 4.3.0 → 3.20.0-dev3 View file →
@@ -5,13 +5,13 @@
5 5 use Elementor\App\Modules\ImportExport\Utils as ImportExportUtils;
6 6
7 7 class Wp_Content extends Revert_Runner_Base {
8 8
9 - public static function get_name(): string {
9 + public static function get_name() : string {
10 10 return 'wp-content';
11 11 }
12 12
13 - public function should_revert( array $data ): bool {
13 + public function should_revert( array $data ) : bool {
14 14 return (
15 15 isset( $data['runners'] ) &&
16 16 array_key_exists( static::get_name(), $data['runners'] )
17 17 );