Version Description
Release Date - 2022-11-01
Premium:
- Update: License management mechanism improved
Download this release
Release Info
Developer | visualcomposer |
Plugin | Visual Composer Website Builder |
Version | 45.1.1 |
Comparing to | |
See all releases |
Code changes from version 45.1.0 to 45.1.1
- cache/autoload.php +511 -511
- plugin-wordpress.php +2 -2
- readme.txt +7 -1
- vendor/autoload.php +1 -1
- vendor/composer/InstalledVersions.php +2 -2
- vendor/composer/autoload_real.php +4 -4
- vendor/composer/autoload_static.php +4 -4
- vendor/composer/installed.php +2 -2
- visualcomposer/Helpers/Status.php +3 -1
- visualcomposer/Modules/License/LicenseController.php +11 -4
cache/autoload.php
CHANGED
@@ -325,6 +325,34 @@ return array (
|
|
325 |
'make' => false,
|
326 |
'singleton' => true,
|
327 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
328 |
'HubAddonsHelper' =>
|
329 |
array (
|
330 |
'name' => 'HubAddonsHelper',
|
@@ -402,240 +430,9 @@ return array (
|
|
402 |
'make' => false,
|
403 |
'singleton' => true,
|
404 |
),
|
405 |
-
'AccessCurrentUserHelper' =>
|
406 |
-
array (
|
407 |
-
'name' => 'AccessCurrentUserHelper',
|
408 |
-
'abstract' => 'VisualComposer\\Helpers\\Access\\CurrentUser',
|
409 |
-
'make' => false,
|
410 |
-
'singleton' => true,
|
411 |
-
),
|
412 |
-
'AccessEditorPostTypeHelper' =>
|
413 |
-
array (
|
414 |
-
'name' => 'AccessEditorPostTypeHelper',
|
415 |
-
'abstract' => 'VisualComposer\\Helpers\\Access\\EditorPostType',
|
416 |
-
'make' => false,
|
417 |
-
'singleton' => true,
|
418 |
-
),
|
419 |
-
'AccessRoleHelper' =>
|
420 |
-
array (
|
421 |
-
'name' => 'AccessRoleHelper',
|
422 |
-
'abstract' => 'VisualComposer\\Helpers\\Access\\Role',
|
423 |
-
'make' => false,
|
424 |
-
'singleton' => false,
|
425 |
-
),
|
426 |
-
'AccessUserCapabilitiesHelper' =>
|
427 |
-
array (
|
428 |
-
'name' => 'AccessUserCapabilitiesHelper',
|
429 |
-
'abstract' => 'VisualComposer\\Helpers\\Access\\UserCapabilities',
|
430 |
-
'make' => false,
|
431 |
-
'singleton' => true,
|
432 |
-
),
|
433 |
),
|
434 |
'modules' =>
|
435 |
array (
|
436 |
-
'MigrationsAssets22Migration' =>
|
437 |
-
array (
|
438 |
-
'name' => 'MigrationsAssets22Migration',
|
439 |
-
'abstract' => 'VisualComposer\\Modules\\Migrations\\Assets22Migration',
|
440 |
-
'make' => true,
|
441 |
-
'singleton' => true,
|
442 |
-
),
|
443 |
-
'MigrationsCustomTemplatesTypeMigration' =>
|
444 |
-
array (
|
445 |
-
'name' => 'MigrationsCustomTemplatesTypeMigration',
|
446 |
-
'abstract' => 'VisualComposer\\Modules\\Migrations\\CustomTemplatesTypeMigration',
|
447 |
-
'make' => true,
|
448 |
-
'singleton' => true,
|
449 |
-
),
|
450 |
-
'MigrationsDatabaseMigration' =>
|
451 |
-
array (
|
452 |
-
'name' => 'MigrationsDatabaseMigration',
|
453 |
-
'abstract' => 'VisualComposer\\Modules\\Migrations\\DatabaseMigration',
|
454 |
-
'make' => true,
|
455 |
-
'singleton' => true,
|
456 |
-
),
|
457 |
-
'MigrationsDefaultCapabilitiesMigration' =>
|
458 |
-
array (
|
459 |
-
'name' => 'MigrationsDefaultCapabilitiesMigration',
|
460 |
-
'abstract' => 'VisualComposer\\Modules\\Migrations\\DefaultCapabilitiesMigration',
|
461 |
-
'make' => true,
|
462 |
-
'singleton' => true,
|
463 |
-
),
|
464 |
-
'MigrationsDefaultElementsMigration' =>
|
465 |
-
array (
|
466 |
-
'name' => 'MigrationsDefaultElementsMigration',
|
467 |
-
'abstract' => 'VisualComposer\\Modules\\Migrations\\DefaultElementsMigration',
|
468 |
-
'make' => true,
|
469 |
-
'singleton' => true,
|
470 |
-
),
|
471 |
-
'MigrationsEnabledPostTypesMigration' =>
|
472 |
-
array (
|
473 |
-
'name' => 'MigrationsEnabledPostTypesMigration',
|
474 |
-
'abstract' => 'VisualComposer\\Modules\\Migrations\\EnabledPostTypesMigration',
|
475 |
-
'make' => true,
|
476 |
-
'singleton' => true,
|
477 |
-
),
|
478 |
-
'MigrationsFreeMigration' =>
|
479 |
-
array (
|
480 |
-
'name' => 'MigrationsFreeMigration',
|
481 |
-
'abstract' => 'VisualComposer\\Modules\\Migrations\\FreeMigration',
|
482 |
-
'make' => true,
|
483 |
-
'singleton' => true,
|
484 |
-
),
|
485 |
-
'MigrationsGlobalJavascriptMigration' =>
|
486 |
-
array (
|
487 |
-
'name' => 'MigrationsGlobalJavascriptMigration',
|
488 |
-
'abstract' => 'VisualComposer\\Modules\\Migrations\\GlobalJavascriptMigration',
|
489 |
-
'make' => true,
|
490 |
-
'singleton' => true,
|
491 |
-
),
|
492 |
-
'MigrationsLicenseMigration' =>
|
493 |
-
array (
|
494 |
-
'name' => 'MigrationsLicenseMigration',
|
495 |
-
'abstract' => 'VisualComposer\\Modules\\Migrations\\LicenseMigration',
|
496 |
-
'make' => true,
|
497 |
-
'singleton' => true,
|
498 |
-
),
|
499 |
-
'MigrationsMaintenanceModeMigration' =>
|
500 |
-
array (
|
501 |
-
'name' => 'MigrationsMaintenanceModeMigration',
|
502 |
-
'abstract' => 'VisualComposer\\Modules\\Migrations\\MaintenanceModeMigration',
|
503 |
-
'make' => true,
|
504 |
-
'singleton' => true,
|
505 |
-
),
|
506 |
-
'MigrationsMergeArchivesLayoutsMigration' =>
|
507 |
-
array (
|
508 |
-
'name' => 'MigrationsMergeArchivesLayoutsMigration',
|
509 |
-
'abstract' => 'VisualComposer\\Modules\\Migrations\\MergeArchivesLayoutsMigration',
|
510 |
-
'make' => true,
|
511 |
-
'singleton' => true,
|
512 |
-
),
|
513 |
-
'MigrationsPredefinedTemplateMigration' =>
|
514 |
-
array (
|
515 |
-
'name' => 'MigrationsPredefinedTemplateMigration',
|
516 |
-
'abstract' => 'VisualComposer\\Modules\\Migrations\\PredefinedTemplateMigration',
|
517 |
-
'make' => true,
|
518 |
-
'singleton' => true,
|
519 |
-
),
|
520 |
-
'MigrationsSettingsMigration' =>
|
521 |
-
array (
|
522 |
-
'name' => 'MigrationsSettingsMigration',
|
523 |
-
'abstract' => 'VisualComposer\\Modules\\Migrations\\SettingsMigration',
|
524 |
-
'make' => true,
|
525 |
-
'singleton' => true,
|
526 |
-
),
|
527 |
-
'MigrationsTemplates114Migration' =>
|
528 |
-
array (
|
529 |
-
'name' => 'MigrationsTemplates114Migration',
|
530 |
-
'abstract' => 'VisualComposer\\Modules\\Migrations\\Templates114Migration',
|
531 |
-
'make' => true,
|
532 |
-
'singleton' => true,
|
533 |
-
),
|
534 |
-
'MigrationsUpdateGlobalElementsMigration' =>
|
535 |
-
array (
|
536 |
-
'name' => 'MigrationsUpdateGlobalElementsMigration',
|
537 |
-
'abstract' => 'VisualComposer\\Modules\\Migrations\\UpdateGlobalElementsMigration',
|
538 |
-
'make' => true,
|
539 |
-
'singleton' => true,
|
540 |
-
),
|
541 |
-
'UtmUtm' =>
|
542 |
-
array (
|
543 |
-
'name' => 'UtmUtm',
|
544 |
-
'abstract' => 'VisualComposer\\Modules\\Utm\\Utm',
|
545 |
-
'make' => true,
|
546 |
-
'singleton' => true,
|
547 |
-
),
|
548 |
-
'SettingsCustomPostTypesController' =>
|
549 |
-
array (
|
550 |
-
'name' => 'SettingsCustomPostTypesController',
|
551 |
-
'abstract' => 'VisualComposer\\Modules\\Settings\\CustomPostTypesController',
|
552 |
-
'make' => true,
|
553 |
-
'singleton' => true,
|
554 |
-
),
|
555 |
-
'SettingsMenuController' =>
|
556 |
-
array (
|
557 |
-
'name' => 'SettingsMenuController',
|
558 |
-
'abstract' => 'VisualComposer\\Modules\\Settings\\MenuController',
|
559 |
-
'make' => true,
|
560 |
-
'singleton' => true,
|
561 |
-
),
|
562 |
-
'SettingsNoticeController' =>
|
563 |
-
array (
|
564 |
-
'name' => 'SettingsNoticeController',
|
565 |
-
'abstract' => 'VisualComposer\\Modules\\Settings\\NoticeController',
|
566 |
-
'make' => true,
|
567 |
-
'singleton' => true,
|
568 |
-
),
|
569 |
-
'SettingsSettingsController' =>
|
570 |
-
array (
|
571 |
-
'name' => 'SettingsSettingsController',
|
572 |
-
'abstract' => 'VisualComposer\\Modules\\Settings\\SettingsController',
|
573 |
-
'make' => true,
|
574 |
-
'singleton' => true,
|
575 |
-
),
|
576 |
-
'SettingsPagesCssJsSettings' =>
|
577 |
-
array (
|
578 |
-
'name' => 'SettingsPagesCssJsSettings',
|
579 |
-
'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\CssJsSettings',
|
580 |
-
'make' => true,
|
581 |
-
'singleton' => true,
|
582 |
-
),
|
583 |
-
'SettingsPagesMaintenanceMode' =>
|
584 |
-
array (
|
585 |
-
'name' => 'SettingsPagesMaintenanceMode',
|
586 |
-
'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\MaintenanceMode',
|
587 |
-
'make' => true,
|
588 |
-
'singleton' => true,
|
589 |
-
),
|
590 |
-
'SettingsPagesRoleManager' =>
|
591 |
-
array (
|
592 |
-
'name' => 'SettingsPagesRoleManager',
|
593 |
-
'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\RoleManager',
|
594 |
-
'make' => true,
|
595 |
-
'singleton' => true,
|
596 |
-
),
|
597 |
-
'SettingsPagesSettings' =>
|
598 |
-
array (
|
599 |
-
'name' => 'SettingsPagesSettings',
|
600 |
-
'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\Settings',
|
601 |
-
'make' => true,
|
602 |
-
'singleton' => true,
|
603 |
-
),
|
604 |
-
'SettingsPagesSystemStatus' =>
|
605 |
-
array (
|
606 |
-
'name' => 'SettingsPagesSystemStatus',
|
607 |
-
'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\SystemStatus',
|
608 |
-
'make' => true,
|
609 |
-
'singleton' => true,
|
610 |
-
),
|
611 |
-
'SettingsAjaxSystemStatusController' =>
|
612 |
-
array (
|
613 |
-
'name' => 'SettingsAjaxSystemStatusController',
|
614 |
-
'abstract' => 'VisualComposer\\Modules\\Settings\\Ajax\\SystemStatusController',
|
615 |
-
'make' => true,
|
616 |
-
'singleton' => true,
|
617 |
-
),
|
618 |
-
'SettingsFieldsCssEditor' =>
|
619 |
-
array (
|
620 |
-
'name' => 'SettingsFieldsCssEditor',
|
621 |
-
'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\CssEditor',
|
622 |
-
'make' => true,
|
623 |
-
'singleton' => true,
|
624 |
-
),
|
625 |
-
'SettingsFieldsFactoryResetController' =>
|
626 |
-
array (
|
627 |
-
'name' => 'SettingsFieldsFactoryResetController',
|
628 |
-
'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\FactoryResetController',
|
629 |
-
'make' => true,
|
630 |
-
'singleton' => true,
|
631 |
-
),
|
632 |
-
'SettingsFieldsJsEditor' =>
|
633 |
-
array (
|
634 |
-
'name' => 'SettingsFieldsJsEditor',
|
635 |
-
'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\JsEditor',
|
636 |
-
'make' => true,
|
637 |
-
'singleton' => true,
|
638 |
-
),
|
639 |
'FrontViewAssetResetController' =>
|
640 |
array (
|
641 |
'name' => 'FrontViewAssetResetController',
|
@@ -692,83 +489,6 @@ return array (
|
|
692 |
'make' => true,
|
693 |
'singleton' => true,
|
694 |
),
|
695 |
-
'LicenseActivationRedirectController' =>
|
696 |
-
array (
|
697 |
-
'name' => 'LicenseActivationRedirectController',
|
698 |
-
'abstract' => 'VisualComposer\\Modules\\License\\ActivationRedirectController',
|
699 |
-
'make' => true,
|
700 |
-
'singleton' => true,
|
701 |
-
),
|
702 |
-
'LicenseDeactivationController' =>
|
703 |
-
array (
|
704 |
-
'name' => 'LicenseDeactivationController',
|
705 |
-
'abstract' => 'VisualComposer\\Modules\\License\\DeactivationController',
|
706 |
-
'make' => true,
|
707 |
-
'singleton' => true,
|
708 |
-
),
|
709 |
-
'LicenseEditorVariablesController' =>
|
710 |
-
array (
|
711 |
-
'name' => 'LicenseEditorVariablesController',
|
712 |
-
'abstract' => 'VisualComposer\\Modules\\License\\EditorVariablesController',
|
713 |
-
'make' => true,
|
714 |
-
'singleton' => true,
|
715 |
-
),
|
716 |
-
'LicenseErrorReportingController' =>
|
717 |
-
array (
|
718 |
-
'name' => 'LicenseErrorReportingController',
|
719 |
-
'abstract' => 'VisualComposer\\Modules\\License\\ErrorReportingController',
|
720 |
-
'make' => true,
|
721 |
-
'singleton' => true,
|
722 |
-
),
|
723 |
-
'LicenseFeedbackController' =>
|
724 |
-
array (
|
725 |
-
'name' => 'LicenseFeedbackController',
|
726 |
-
'abstract' => 'VisualComposer\\Modules\\License\\FeedbackController',
|
727 |
-
'make' => true,
|
728 |
-
'singleton' => true,
|
729 |
-
),
|
730 |
-
'LicenseLicenseController' =>
|
731 |
-
array (
|
732 |
-
'name' => 'LicenseLicenseController',
|
733 |
-
'abstract' => 'VisualComposer\\Modules\\License\\LicenseController',
|
734 |
-
'make' => true,
|
735 |
-
'singleton' => true,
|
736 |
-
),
|
737 |
-
'LicenseUpdateVariablesController' =>
|
738 |
-
array (
|
739 |
-
'name' => 'LicenseUpdateVariablesController',
|
740 |
-
'abstract' => 'VisualComposer\\Modules\\License\\UpdateVariablesController',
|
741 |
-
'make' => true,
|
742 |
-
'singleton' => true,
|
743 |
-
),
|
744 |
-
'LicensePagesGettingStarted' =>
|
745 |
-
array (
|
746 |
-
'name' => 'LicensePagesGettingStarted',
|
747 |
-
'abstract' => 'VisualComposer\\Modules\\License\\Pages\\GettingStarted',
|
748 |
-
'make' => true,
|
749 |
-
'singleton' => true,
|
750 |
-
),
|
751 |
-
'LicensePagesGoPremium' =>
|
752 |
-
array (
|
753 |
-
'name' => 'LicensePagesGoPremium',
|
754 |
-
'abstract' => 'VisualComposer\\Modules\\License\\Pages\\GoPremium',
|
755 |
-
'make' => true,
|
756 |
-
'singleton' => true,
|
757 |
-
),
|
758 |
-
'LicensePagesLicenseStatus' =>
|
759 |
-
array (
|
760 |
-
'name' => 'LicensePagesLicenseStatus',
|
761 |
-
'abstract' => 'VisualComposer\\Modules\\License\\Pages\\LicenseStatus',
|
762 |
-
'make' => true,
|
763 |
-
'singleton' => true,
|
764 |
-
),
|
765 |
-
'ImportImportController' =>
|
766 |
-
array (
|
767 |
-
'name' => 'ImportImportController',
|
768 |
-
'abstract' => 'VisualComposer\\Modules\\Import\\ImportController',
|
769 |
-
'make' => true,
|
770 |
-
'singleton' => true,
|
771 |
-
),
|
772 |
'AssetsAssetBundleCompressionController' =>
|
773 |
array (
|
774 |
'name' => 'AssetsAssetBundleCompressionController',
|
@@ -874,13 +594,6 @@ return array (
|
|
874 |
'make' => true,
|
875 |
'singleton' => true,
|
876 |
),
|
877 |
-
'InternationalizationLocale' =>
|
878 |
-
array (
|
879 |
-
'name' => 'InternationalizationLocale',
|
880 |
-
'abstract' => 'VisualComposer\\Modules\\Internationalization\\Locale',
|
881 |
-
'make' => true,
|
882 |
-
'singleton' => true,
|
883 |
-
),
|
884 |
'VendorsAdvancedCustomFields' =>
|
885 |
array (
|
886 |
'name' => 'VendorsAdvancedCustomFields',
|
@@ -981,155 +694,323 @@ return array (
|
|
981 |
),
|
982 |
'VendorsWooCommerceMultivendorMarketplace' =>
|
983 |
array (
|
984 |
-
'name' => 'VendorsWooCommerceMultivendorMarketplace',
|
985 |
-
'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceMultivendorMarketplace',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
986 |
'make' => true,
|
987 |
'singleton' => true,
|
988 |
),
|
989 |
-
'
|
990 |
array (
|
991 |
-
'name' => '
|
992 |
-
'abstract' => 'VisualComposer\\Modules\\
|
993 |
'make' => true,
|
994 |
'singleton' => true,
|
995 |
),
|
996 |
-
'
|
997 |
array (
|
998 |
-
'name' => '
|
999 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1000 |
'make' => true,
|
1001 |
'singleton' => true,
|
1002 |
),
|
1003 |
-
'
|
1004 |
array (
|
1005 |
-
'name' => '
|
1006 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1007 |
'make' => true,
|
1008 |
'singleton' => true,
|
1009 |
),
|
1010 |
-
'
|
1011 |
array (
|
1012 |
-
'name' => '
|
1013 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1014 |
'make' => true,
|
1015 |
'singleton' => true,
|
1016 |
),
|
1017 |
-
'
|
1018 |
array (
|
1019 |
-
'name' => '
|
1020 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1021 |
'make' => true,
|
1022 |
'singleton' => true,
|
1023 |
),
|
1024 |
-
'
|
1025 |
array (
|
1026 |
-
'name' => '
|
1027 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1028 |
'make' => true,
|
1029 |
'singleton' => true,
|
1030 |
),
|
1031 |
-
'
|
1032 |
array (
|
1033 |
-
'name' => '
|
1034 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1035 |
'make' => true,
|
1036 |
'singleton' => true,
|
1037 |
),
|
1038 |
-
'
|
1039 |
array (
|
1040 |
-
'name' => '
|
1041 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1042 |
'make' => true,
|
1043 |
'singleton' => true,
|
1044 |
),
|
1045 |
-
'
|
1046 |
array (
|
1047 |
-
'name' => '
|
1048 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1049 |
'make' => true,
|
1050 |
'singleton' => true,
|
1051 |
),
|
1052 |
-
'
|
1053 |
array (
|
1054 |
-
'name' => '
|
1055 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1056 |
'make' => true,
|
1057 |
'singleton' => true,
|
1058 |
),
|
1059 |
-
'
|
1060 |
array (
|
1061 |
-
'name' => '
|
1062 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1063 |
'make' => true,
|
1064 |
'singleton' => true,
|
1065 |
),
|
1066 |
-
'
|
1067 |
array (
|
1068 |
-
'name' => '
|
1069 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1070 |
'make' => true,
|
1071 |
'singleton' => true,
|
1072 |
),
|
1073 |
-
'
|
1074 |
array (
|
1075 |
-
'name' => '
|
1076 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1077 |
'make' => true,
|
1078 |
'singleton' => true,
|
1079 |
),
|
1080 |
-
'
|
1081 |
array (
|
1082 |
-
'name' => '
|
1083 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1084 |
'make' => true,
|
1085 |
'singleton' => true,
|
1086 |
),
|
1087 |
-
'
|
1088 |
array (
|
1089 |
-
'name' => '
|
1090 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1091 |
'make' => true,
|
1092 |
'singleton' => true,
|
1093 |
),
|
1094 |
-
'
|
1095 |
array (
|
1096 |
-
'name' => '
|
1097 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1098 |
'make' => true,
|
1099 |
'singleton' => true,
|
1100 |
),
|
1101 |
-
'
|
1102 |
array (
|
1103 |
-
'name' => '
|
1104 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1105 |
'make' => true,
|
1106 |
'singleton' => true,
|
1107 |
),
|
1108 |
-
'
|
1109 |
array (
|
1110 |
-
'name' => '
|
1111 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1112 |
'make' => true,
|
1113 |
'singleton' => true,
|
1114 |
),
|
1115 |
-
'
|
1116 |
array (
|
1117 |
-
'name' => '
|
1118 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1119 |
'make' => true,
|
1120 |
'singleton' => true,
|
1121 |
),
|
1122 |
-
'
|
1123 |
array (
|
1124 |
-
'name' => '
|
1125 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1126 |
'make' => true,
|
1127 |
'singleton' => true,
|
1128 |
),
|
1129 |
-
'
|
1130 |
array (
|
1131 |
-
'name' => '
|
1132 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1133 |
'make' => true,
|
1134 |
'singleton' => true,
|
1135 |
),
|
@@ -1147,31 +1028,31 @@ return array (
|
|
1147 |
'make' => true,
|
1148 |
'singleton' => true,
|
1149 |
),
|
1150 |
-
'
|
1151 |
array (
|
1152 |
-
'name' => '
|
1153 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
1154 |
'make' => true,
|
1155 |
'singleton' => true,
|
1156 |
),
|
1157 |
-
'
|
1158 |
array (
|
1159 |
-
'name' => '
|
1160 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
1161 |
'make' => true,
|
1162 |
'singleton' => true,
|
1163 |
),
|
1164 |
-
'
|
1165 |
array (
|
1166 |
-
'name' => '
|
1167 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
1168 |
'make' => true,
|
1169 |
'singleton' => true,
|
1170 |
),
|
1171 |
-
'
|
1172 |
array (
|
1173 |
-
'name' => '
|
1174 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
1175 |
'make' => true,
|
1176 |
'singleton' => true,
|
1177 |
),
|
@@ -1189,10 +1070,31 @@ return array (
|
|
1189 |
'make' => true,
|
1190 |
'singleton' => true,
|
1191 |
),
|
1192 |
-
'
|
1193 |
array (
|
1194 |
-
'name' => '
|
1195 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1196 |
'make' => true,
|
1197 |
'singleton' => true,
|
1198 |
),
|
@@ -1231,10 +1133,24 @@ return array (
|
|
1231 |
'make' => true,
|
1232 |
'singleton' => true,
|
1233 |
),
|
1234 |
-
'
|
1235 |
array (
|
1236 |
-
'name' => '
|
1237 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1238 |
'make' => true,
|
1239 |
'singleton' => true,
|
1240 |
),
|
@@ -1385,52 +1301,10 @@ return array (
|
|
1385 |
'make' => true,
|
1386 |
'singleton' => true,
|
1387 |
),
|
1388 |
-
'
|
1389 |
-
array (
|
1390 |
-
'name' => 'EditorsInitialHelpersController',
|
1391 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\InitialHelpers\\Controller',
|
1392 |
-
'make' => true,
|
1393 |
-
'singleton' => true,
|
1394 |
-
),
|
1395 |
-
'EditorsNotificationsController' =>
|
1396 |
-
array (
|
1397 |
-
'name' => 'EditorsNotificationsController',
|
1398 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\Notifications\\Controller',
|
1399 |
-
'make' => true,
|
1400 |
-
'singleton' => true,
|
1401 |
-
),
|
1402 |
-
'EditorsTemplatesController' =>
|
1403 |
-
array (
|
1404 |
-
'name' => 'EditorsTemplatesController',
|
1405 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\Controller',
|
1406 |
-
'make' => true,
|
1407 |
-
'singleton' => true,
|
1408 |
-
),
|
1409 |
-
'EditorsTemplatesPostType' =>
|
1410 |
-
array (
|
1411 |
-
'name' => 'EditorsTemplatesPostType',
|
1412 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\PostType',
|
1413 |
-
'make' => true,
|
1414 |
-
'singleton' => true,
|
1415 |
-
),
|
1416 |
-
'EditorsDataUsageController' =>
|
1417 |
-
array (
|
1418 |
-
'name' => 'EditorsDataUsageController',
|
1419 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\DataUsage\\Controller',
|
1420 |
-
'make' => true,
|
1421 |
-
'singleton' => true,
|
1422 |
-
),
|
1423 |
-
'EditorsDataUsageMostUsedItemsController' =>
|
1424 |
-
array (
|
1425 |
-
'name' => 'EditorsDataUsageMostUsedItemsController',
|
1426 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\DataUsage\\MostUsedItemsController',
|
1427 |
-
'make' => true,
|
1428 |
-
'singleton' => true,
|
1429 |
-
),
|
1430 |
-
'EditorsElementsController' =>
|
1431 |
array (
|
1432 |
-
'name' => '
|
1433 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
1434 |
'make' => true,
|
1435 |
'singleton' => true,
|
1436 |
),
|
@@ -1448,10 +1322,17 @@ return array (
|
|
1448 |
'make' => true,
|
1449 |
'singleton' => true,
|
1450 |
),
|
1451 |
-
'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1452 |
array (
|
1453 |
-
'name' => '
|
1454 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\
|
1455 |
'make' => true,
|
1456 |
'singleton' => true,
|
1457 |
),
|
@@ -1462,10 +1343,10 @@ return array (
|
|
1462 |
'make' => true,
|
1463 |
'singleton' => true,
|
1464 |
),
|
1465 |
-
'
|
1466 |
array (
|
1467 |
-
'name' => '
|
1468 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\
|
1469 |
'make' => true,
|
1470 |
'singleton' => true,
|
1471 |
),
|
@@ -1476,31 +1357,31 @@ return array (
|
|
1476 |
'make' => true,
|
1477 |
'singleton' => true,
|
1478 |
),
|
1479 |
-
'
|
1480 |
array (
|
1481 |
-
'name' => '
|
1482 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\
|
1483 |
'make' => true,
|
1484 |
'singleton' => true,
|
1485 |
),
|
1486 |
-
'
|
1487 |
array (
|
1488 |
-
'name' => '
|
1489 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
1490 |
'make' => true,
|
1491 |
'singleton' => true,
|
1492 |
),
|
1493 |
-
'
|
1494 |
array (
|
1495 |
-
'name' => '
|
1496 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
1497 |
'make' => true,
|
1498 |
'singleton' => true,
|
1499 |
),
|
1500 |
-
'
|
1501 |
array (
|
1502 |
-
'name' => '
|
1503 |
-
'abstract' => 'VisualComposer\\Modules\\Editors\\
|
1504 |
'make' => true,
|
1505 |
'singleton' => true,
|
1506 |
),
|
@@ -1532,10 +1413,10 @@ return array (
|
|
1532 |
'make' => true,
|
1533 |
'singleton' => true,
|
1534 |
),
|
1535 |
-
'
|
1536 |
array (
|
1537 |
-
'name' => '
|
1538 |
-
'abstract' => 'VisualComposer\\Modules\\Hub\\
|
1539 |
'make' => true,
|
1540 |
'singleton' => true,
|
1541 |
),
|
@@ -1567,10 +1448,10 @@ return array (
|
|
1567 |
'make' => true,
|
1568 |
'singleton' => true,
|
1569 |
),
|
1570 |
-
'
|
1571 |
array (
|
1572 |
-
'name' => '
|
1573 |
-
'abstract' => 'VisualComposer\\Modules\\Hub\\
|
1574 |
'make' => true,
|
1575 |
'singleton' => true,
|
1576 |
),
|
@@ -1602,6 +1483,76 @@ return array (
|
|
1602 |
'make' => true,
|
1603 |
'singleton' => true,
|
1604 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1605 |
'HubAddonsAddonDownloadController' =>
|
1606 |
array (
|
1607 |
'name' => 'HubAddonsAddonDownloadController',
|
@@ -1637,73 +1588,122 @@ return array (
|
|
1637 |
'make' => true,
|
1638 |
'singleton' => true,
|
1639 |
),
|
1640 |
-
'
|
1641 |
array (
|
1642 |
-
'name' => '
|
1643 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1644 |
'make' => true,
|
1645 |
'singleton' => true,
|
1646 |
),
|
1647 |
-
'
|
1648 |
array (
|
1649 |
-
'name' => '
|
1650 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1651 |
'make' => true,
|
1652 |
'singleton' => true,
|
1653 |
),
|
1654 |
-
'
|
1655 |
array (
|
1656 |
-
'name' => '
|
1657 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1658 |
'make' => true,
|
1659 |
'singleton' => true,
|
1660 |
),
|
1661 |
-
'
|
1662 |
array (
|
1663 |
-
'name' => '
|
1664 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1665 |
'make' => true,
|
1666 |
'singleton' => true,
|
1667 |
),
|
1668 |
-
'
|
1669 |
array (
|
1670 |
-
'name' => '
|
1671 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1672 |
'make' => true,
|
1673 |
'singleton' => true,
|
1674 |
),
|
1675 |
-
'
|
1676 |
array (
|
1677 |
-
'name' => '
|
1678 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1679 |
'make' => true,
|
1680 |
'singleton' => true,
|
1681 |
),
|
1682 |
-
'
|
1683 |
array (
|
1684 |
-
'name' => '
|
1685 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1686 |
'make' => true,
|
1687 |
'singleton' => true,
|
1688 |
),
|
1689 |
-
'
|
1690 |
array (
|
1691 |
-
'name' => '
|
1692 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1693 |
'make' => true,
|
1694 |
'singleton' => true,
|
1695 |
),
|
1696 |
-
'
|
1697 |
array (
|
1698 |
-
'name' => '
|
1699 |
-
'abstract' => 'VisualComposer\\Modules\\
|
1700 |
'make' => true,
|
1701 |
'singleton' => true,
|
1702 |
),
|
1703 |
-
'
|
1704 |
array (
|
1705 |
-
'name' => '
|
1706 |
-
'abstract' => 'VisualComposer\\Modules\\
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1707 |
'make' => true,
|
1708 |
'singleton' => true,
|
1709 |
),
|
@@ -1735,6 +1735,20 @@ return array (
|
|
1735 |
'make' => true,
|
1736 |
'singleton' => true,
|
1737 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1738 |
'ElementsAjaxShortcodeController' =>
|
1739 |
array (
|
1740 |
'name' => 'ElementsAjaxShortcodeController',
|
@@ -1763,19 +1777,5 @@ return array (
|
|
1763 |
'make' => true,
|
1764 |
'singleton' => true,
|
1765 |
),
|
1766 |
-
'ElementsWpWidgetsWpWidgetsController' =>
|
1767 |
-
array (
|
1768 |
-
'name' => 'ElementsWpWidgetsWpWidgetsController',
|
1769 |
-
'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsController',
|
1770 |
-
'make' => true,
|
1771 |
-
'singleton' => true,
|
1772 |
-
),
|
1773 |
-
'ElementsWpWidgetsWpWidgetsShortcodes' =>
|
1774 |
-
array (
|
1775 |
-
'name' => 'ElementsWpWidgetsWpWidgetsShortcodes',
|
1776 |
-
'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsShortcodes',
|
1777 |
-
'make' => true,
|
1778 |
-
'singleton' => true,
|
1779 |
-
),
|
1780 |
),
|
1781 |
);
|
325 |
'make' => false,
|
326 |
'singleton' => true,
|
327 |
),
|
328 |
+
'AccessCurrentUserHelper' =>
|
329 |
+
array (
|
330 |
+
'name' => 'AccessCurrentUserHelper',
|
331 |
+
'abstract' => 'VisualComposer\\Helpers\\Access\\CurrentUser',
|
332 |
+
'make' => false,
|
333 |
+
'singleton' => true,
|
334 |
+
),
|
335 |
+
'AccessEditorPostTypeHelper' =>
|
336 |
+
array (
|
337 |
+
'name' => 'AccessEditorPostTypeHelper',
|
338 |
+
'abstract' => 'VisualComposer\\Helpers\\Access\\EditorPostType',
|
339 |
+
'make' => false,
|
340 |
+
'singleton' => true,
|
341 |
+
),
|
342 |
+
'AccessRoleHelper' =>
|
343 |
+
array (
|
344 |
+
'name' => 'AccessRoleHelper',
|
345 |
+
'abstract' => 'VisualComposer\\Helpers\\Access\\Role',
|
346 |
+
'make' => false,
|
347 |
+
'singleton' => false,
|
348 |
+
),
|
349 |
+
'AccessUserCapabilitiesHelper' =>
|
350 |
+
array (
|
351 |
+
'name' => 'AccessUserCapabilitiesHelper',
|
352 |
+
'abstract' => 'VisualComposer\\Helpers\\Access\\UserCapabilities',
|
353 |
+
'make' => false,
|
354 |
+
'singleton' => true,
|
355 |
+
),
|
356 |
'HubAddonsHelper' =>
|
357 |
array (
|
358 |
'name' => 'HubAddonsHelper',
|
430 |
'make' => false,
|
431 |
'singleton' => true,
|
432 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
433 |
),
|
434 |
'modules' =>
|
435 |
array (
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
436 |
'FrontViewAssetResetController' =>
|
437 |
array (
|
438 |
'name' => 'FrontViewAssetResetController',
|
489 |
'make' => true,
|
490 |
'singleton' => true,
|
491 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
492 |
'AssetsAssetBundleCompressionController' =>
|
493 |
array (
|
494 |
'name' => 'AssetsAssetBundleCompressionController',
|
594 |
'make' => true,
|
595 |
'singleton' => true,
|
596 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
597 |
'VendorsAdvancedCustomFields' =>
|
598 |
array (
|
599 |
'name' => 'VendorsAdvancedCustomFields',
|
694 |
),
|
695 |
'VendorsWooCommerceMultivendorMarketplace' =>
|
696 |
array (
|
697 |
+
'name' => 'VendorsWooCommerceMultivendorMarketplace',
|
698 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceMultivendorMarketplace',
|
699 |
+
'make' => true,
|
700 |
+
'singleton' => true,
|
701 |
+
),
|
702 |
+
'VendorsWooCommerceSquareController' =>
|
703 |
+
array (
|
704 |
+
'name' => 'VendorsWooCommerceSquareController',
|
705 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\WooCommerceSquareController',
|
706 |
+
'make' => true,
|
707 |
+
'singleton' => true,
|
708 |
+
),
|
709 |
+
'VendorsWordPressController' =>
|
710 |
+
array (
|
711 |
+
'name' => 'VendorsWordPressController',
|
712 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\WordPressController',
|
713 |
+
'make' => true,
|
714 |
+
'singleton' => true,
|
715 |
+
),
|
716 |
+
'VendorsWpFormsController' =>
|
717 |
+
array (
|
718 |
+
'name' => 'VendorsWpFormsController',
|
719 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\WpFormsController',
|
720 |
+
'make' => true,
|
721 |
+
'singleton' => true,
|
722 |
+
),
|
723 |
+
'VendorsWpJobsManagerController' =>
|
724 |
+
array (
|
725 |
+
'name' => 'VendorsWpJobsManagerController',
|
726 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\WpJobsManagerController',
|
727 |
+
'make' => true,
|
728 |
+
'singleton' => true,
|
729 |
+
),
|
730 |
+
'VendorsWpbakeryController' =>
|
731 |
+
array (
|
732 |
+
'name' => 'VendorsWpbakeryController',
|
733 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\WpbakeryController',
|
734 |
+
'make' => true,
|
735 |
+
'singleton' => true,
|
736 |
+
),
|
737 |
+
'VendorsWpmlController' =>
|
738 |
+
array (
|
739 |
+
'name' => 'VendorsWpmlController',
|
740 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\WpmlController',
|
741 |
+
'make' => true,
|
742 |
+
'singleton' => true,
|
743 |
+
),
|
744 |
+
'VendorsYoastController' =>
|
745 |
+
array (
|
746 |
+
'name' => 'VendorsYoastController',
|
747 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\YoastController',
|
748 |
+
'make' => true,
|
749 |
+
'singleton' => true,
|
750 |
+
),
|
751 |
+
'VendorsThemesGeneratePressController' =>
|
752 |
+
array (
|
753 |
+
'name' => 'VendorsThemesGeneratePressController',
|
754 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\GeneratePressController',
|
755 |
+
'make' => true,
|
756 |
+
'singleton' => true,
|
757 |
+
),
|
758 |
+
'VendorsThemesStorefrontController' =>
|
759 |
+
array (
|
760 |
+
'name' => 'VendorsThemesStorefrontController',
|
761 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\StorefrontController',
|
762 |
+
'make' => true,
|
763 |
+
'singleton' => true,
|
764 |
+
),
|
765 |
+
'VendorsThemesTwentySeventeenController' =>
|
766 |
+
array (
|
767 |
+
'name' => 'VendorsThemesTwentySeventeenController',
|
768 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\TwentySeventeenController',
|
769 |
+
'make' => true,
|
770 |
+
'singleton' => true,
|
771 |
+
),
|
772 |
+
'VendorsThemesTwentyTwentyOneController' =>
|
773 |
+
array (
|
774 |
+
'name' => 'VendorsThemesTwentyTwentyOneController',
|
775 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\TwentyTwentyOneController',
|
776 |
+
'make' => true,
|
777 |
+
'singleton' => true,
|
778 |
+
),
|
779 |
+
'VendorsThemesWeaverXtremeController' =>
|
780 |
+
array (
|
781 |
+
'name' => 'VendorsThemesWeaverXtremeController',
|
782 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\Themes\\WeaverXtremeController',
|
783 |
+
'make' => true,
|
784 |
+
'singleton' => true,
|
785 |
+
),
|
786 |
+
'VendorsGutenbergAttributeController' =>
|
787 |
+
array (
|
788 |
+
'name' => 'VendorsGutenbergAttributeController',
|
789 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\AttributeController',
|
790 |
+
'make' => true,
|
791 |
+
'singleton' => true,
|
792 |
+
),
|
793 |
+
'VendorsGutenbergDisableController' =>
|
794 |
+
array (
|
795 |
+
'name' => 'VendorsGutenbergDisableController',
|
796 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\DisableController',
|
797 |
+
'make' => true,
|
798 |
+
'singleton' => true,
|
799 |
+
),
|
800 |
+
'VendorsGutenbergSettingsController' =>
|
801 |
+
array (
|
802 |
+
'name' => 'VendorsGutenbergSettingsController',
|
803 |
+
'abstract' => 'VisualComposer\\Modules\\Vendors\\Gutenberg\\SettingsController',
|
804 |
+
'make' => true,
|
805 |
+
'singleton' => true,
|
806 |
+
),
|
807 |
+
'LicenseActivationRedirectController' =>
|
808 |
+
array (
|
809 |
+
'name' => 'LicenseActivationRedirectController',
|
810 |
+
'abstract' => 'VisualComposer\\Modules\\License\\ActivationRedirectController',
|
811 |
+
'make' => true,
|
812 |
+
'singleton' => true,
|
813 |
+
),
|
814 |
+
'LicenseDeactivationController' =>
|
815 |
+
array (
|
816 |
+
'name' => 'LicenseDeactivationController',
|
817 |
+
'abstract' => 'VisualComposer\\Modules\\License\\DeactivationController',
|
818 |
+
'make' => true,
|
819 |
+
'singleton' => true,
|
820 |
+
),
|
821 |
+
'LicenseEditorVariablesController' =>
|
822 |
+
array (
|
823 |
+
'name' => 'LicenseEditorVariablesController',
|
824 |
+
'abstract' => 'VisualComposer\\Modules\\License\\EditorVariablesController',
|
825 |
+
'make' => true,
|
826 |
+
'singleton' => true,
|
827 |
+
),
|
828 |
+
'LicenseErrorReportingController' =>
|
829 |
+
array (
|
830 |
+
'name' => 'LicenseErrorReportingController',
|
831 |
+
'abstract' => 'VisualComposer\\Modules\\License\\ErrorReportingController',
|
832 |
+
'make' => true,
|
833 |
+
'singleton' => true,
|
834 |
+
),
|
835 |
+
'LicenseFeedbackController' =>
|
836 |
+
array (
|
837 |
+
'name' => 'LicenseFeedbackController',
|
838 |
+
'abstract' => 'VisualComposer\\Modules\\License\\FeedbackController',
|
839 |
+
'make' => true,
|
840 |
+
'singleton' => true,
|
841 |
+
),
|
842 |
+
'LicenseLicenseController' =>
|
843 |
+
array (
|
844 |
+
'name' => 'LicenseLicenseController',
|
845 |
+
'abstract' => 'VisualComposer\\Modules\\License\\LicenseController',
|
846 |
+
'make' => true,
|
847 |
+
'singleton' => true,
|
848 |
+
),
|
849 |
+
'LicenseUpdateVariablesController' =>
|
850 |
+
array (
|
851 |
+
'name' => 'LicenseUpdateVariablesController',
|
852 |
+
'abstract' => 'VisualComposer\\Modules\\License\\UpdateVariablesController',
|
853 |
+
'make' => true,
|
854 |
+
'singleton' => true,
|
855 |
+
),
|
856 |
+
'LicensePagesGettingStarted' =>
|
857 |
+
array (
|
858 |
+
'name' => 'LicensePagesGettingStarted',
|
859 |
+
'abstract' => 'VisualComposer\\Modules\\License\\Pages\\GettingStarted',
|
860 |
+
'make' => true,
|
861 |
+
'singleton' => true,
|
862 |
+
),
|
863 |
+
'LicensePagesGoPremium' =>
|
864 |
+
array (
|
865 |
+
'name' => 'LicensePagesGoPremium',
|
866 |
+
'abstract' => 'VisualComposer\\Modules\\License\\Pages\\GoPremium',
|
867 |
'make' => true,
|
868 |
'singleton' => true,
|
869 |
),
|
870 |
+
'LicensePagesLicenseStatus' =>
|
871 |
array (
|
872 |
+
'name' => 'LicensePagesLicenseStatus',
|
873 |
+
'abstract' => 'VisualComposer\\Modules\\License\\Pages\\LicenseStatus',
|
874 |
'make' => true,
|
875 |
'singleton' => true,
|
876 |
),
|
877 |
+
'ImportImportController' =>
|
878 |
array (
|
879 |
+
'name' => 'ImportImportController',
|
880 |
+
'abstract' => 'VisualComposer\\Modules\\Import\\ImportController',
|
881 |
'make' => true,
|
882 |
'singleton' => true,
|
883 |
),
|
884 |
+
'ApiFactory' =>
|
885 |
array (
|
886 |
+
'name' => 'ApiFactory',
|
887 |
+
'abstract' => 'VisualComposer\\Modules\\Api\\Factory',
|
888 |
'make' => true,
|
889 |
'singleton' => true,
|
890 |
),
|
891 |
+
'SystemCacheCacheController' =>
|
892 |
array (
|
893 |
+
'name' => 'SystemCacheCacheController',
|
894 |
+
'abstract' => 'VisualComposer\\Modules\\System\\Cache\\CacheController',
|
895 |
'make' => true,
|
896 |
'singleton' => true,
|
897 |
),
|
898 |
+
'SystemTextDomainController' =>
|
899 |
array (
|
900 |
+
'name' => 'SystemTextDomainController',
|
901 |
+
'abstract' => 'VisualComposer\\Modules\\System\\TextDomain\\Controller',
|
902 |
'make' => true,
|
903 |
'singleton' => true,
|
904 |
),
|
905 |
+
'SystemActivationController' =>
|
906 |
array (
|
907 |
+
'name' => 'SystemActivationController',
|
908 |
+
'abstract' => 'VisualComposer\\Modules\\System\\Activation\\Controller',
|
909 |
'make' => true,
|
910 |
'singleton' => true,
|
911 |
),
|
912 |
+
'SystemAjaxAdminController' =>
|
913 |
array (
|
914 |
+
'name' => 'SystemAjaxAdminController',
|
915 |
+
'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\AdminController',
|
916 |
'make' => true,
|
917 |
'singleton' => true,
|
918 |
),
|
919 |
+
'SystemAjaxController' =>
|
920 |
array (
|
921 |
+
'name' => 'SystemAjaxController',
|
922 |
+
'abstract' => 'VisualComposer\\Modules\\System\\Ajax\\Controller',
|
923 |
'make' => true,
|
924 |
'singleton' => true,
|
925 |
),
|
926 |
+
'SettingsCustomPostTypesController' =>
|
927 |
array (
|
928 |
+
'name' => 'SettingsCustomPostTypesController',
|
929 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\CustomPostTypesController',
|
930 |
'make' => true,
|
931 |
'singleton' => true,
|
932 |
),
|
933 |
+
'SettingsMenuController' =>
|
934 |
array (
|
935 |
+
'name' => 'SettingsMenuController',
|
936 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\MenuController',
|
937 |
'make' => true,
|
938 |
'singleton' => true,
|
939 |
),
|
940 |
+
'SettingsNoticeController' =>
|
941 |
array (
|
942 |
+
'name' => 'SettingsNoticeController',
|
943 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\NoticeController',
|
944 |
'make' => true,
|
945 |
'singleton' => true,
|
946 |
),
|
947 |
+
'SettingsSettingsController' =>
|
948 |
array (
|
949 |
+
'name' => 'SettingsSettingsController',
|
950 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\SettingsController',
|
951 |
'make' => true,
|
952 |
'singleton' => true,
|
953 |
),
|
954 |
+
'SettingsPagesCssJsSettings' =>
|
955 |
array (
|
956 |
+
'name' => 'SettingsPagesCssJsSettings',
|
957 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\CssJsSettings',
|
958 |
'make' => true,
|
959 |
'singleton' => true,
|
960 |
),
|
961 |
+
'SettingsPagesMaintenanceMode' =>
|
962 |
array (
|
963 |
+
'name' => 'SettingsPagesMaintenanceMode',
|
964 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\MaintenanceMode',
|
965 |
'make' => true,
|
966 |
'singleton' => true,
|
967 |
),
|
968 |
+
'SettingsPagesRoleManager' =>
|
969 |
array (
|
970 |
+
'name' => 'SettingsPagesRoleManager',
|
971 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\RoleManager',
|
972 |
'make' => true,
|
973 |
'singleton' => true,
|
974 |
),
|
975 |
+
'SettingsPagesSettings' =>
|
976 |
array (
|
977 |
+
'name' => 'SettingsPagesSettings',
|
978 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\Settings',
|
979 |
'make' => true,
|
980 |
'singleton' => true,
|
981 |
),
|
982 |
+
'SettingsPagesSystemStatus' =>
|
983 |
array (
|
984 |
+
'name' => 'SettingsPagesSystemStatus',
|
985 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\Pages\\SystemStatus',
|
986 |
'make' => true,
|
987 |
'singleton' => true,
|
988 |
),
|
989 |
+
'SettingsFieldsCssEditor' =>
|
990 |
array (
|
991 |
+
'name' => 'SettingsFieldsCssEditor',
|
992 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\CssEditor',
|
993 |
'make' => true,
|
994 |
'singleton' => true,
|
995 |
),
|
996 |
+
'SettingsFieldsFactoryResetController' =>
|
997 |
array (
|
998 |
+
'name' => 'SettingsFieldsFactoryResetController',
|
999 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\FactoryResetController',
|
1000 |
'make' => true,
|
1001 |
'singleton' => true,
|
1002 |
),
|
1003 |
+
'SettingsFieldsJsEditor' =>
|
1004 |
array (
|
1005 |
+
'name' => 'SettingsFieldsJsEditor',
|
1006 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\Fields\\JsEditor',
|
1007 |
'make' => true,
|
1008 |
'singleton' => true,
|
1009 |
),
|
1010 |
+
'SettingsAjaxSystemStatusController' =>
|
1011 |
array (
|
1012 |
+
'name' => 'SettingsAjaxSystemStatusController',
|
1013 |
+
'abstract' => 'VisualComposer\\Modules\\Settings\\Ajax\\SystemStatusController',
|
1014 |
'make' => true,
|
1015 |
'singleton' => true,
|
1016 |
),
|
1028 |
'make' => true,
|
1029 |
'singleton' => true,
|
1030 |
),
|
1031 |
+
'EditorsDataUsageController' =>
|
1032 |
array (
|
1033 |
+
'name' => 'EditorsDataUsageController',
|
1034 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\DataUsage\\Controller',
|
1035 |
'make' => true,
|
1036 |
'singleton' => true,
|
1037 |
),
|
1038 |
+
'EditorsDataUsageMostUsedItemsController' =>
|
1039 |
array (
|
1040 |
+
'name' => 'EditorsDataUsageMostUsedItemsController',
|
1041 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\DataUsage\\MostUsedItemsController',
|
1042 |
'make' => true,
|
1043 |
'singleton' => true,
|
1044 |
),
|
1045 |
+
'EditorsInitialHelpersController' =>
|
1046 |
array (
|
1047 |
+
'name' => 'EditorsInitialHelpersController',
|
1048 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\InitialHelpers\\Controller',
|
1049 |
'make' => true,
|
1050 |
'singleton' => true,
|
1051 |
),
|
1052 |
+
'EditorsFrontendLayoutSwitcherBundleController' =>
|
1053 |
array (
|
1054 |
+
'name' => 'EditorsFrontendLayoutSwitcherBundleController',
|
1055 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\FrontendLayoutSwitcher\\BundleController',
|
1056 |
'make' => true,
|
1057 |
'singleton' => true,
|
1058 |
),
|
1070 |
'make' => true,
|
1071 |
'singleton' => true,
|
1072 |
),
|
1073 |
+
'EditorsDataAjaxController' =>
|
1074 |
array (
|
1075 |
+
'name' => 'EditorsDataAjaxController',
|
1076 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\Controller',
|
1077 |
+
'make' => true,
|
1078 |
+
'singleton' => true,
|
1079 |
+
),
|
1080 |
+
'EditorsDataAjaxPostDataController' =>
|
1081 |
+
array (
|
1082 |
+
'name' => 'EditorsDataAjaxPostDataController',
|
1083 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostDataController',
|
1084 |
+
'make' => true,
|
1085 |
+
'singleton' => true,
|
1086 |
+
),
|
1087 |
+
'EditorsDataAjaxPostFieldsController' =>
|
1088 |
+
array (
|
1089 |
+
'name' => 'EditorsDataAjaxPostFieldsController',
|
1090 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\PostFieldsController',
|
1091 |
+
'make' => true,
|
1092 |
+
'singleton' => true,
|
1093 |
+
),
|
1094 |
+
'EditorsDataAjaxRevisionController' =>
|
1095 |
+
array (
|
1096 |
+
'name' => 'EditorsDataAjaxRevisionController',
|
1097 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\DataAjax\\RevisionController',
|
1098 |
'make' => true,
|
1099 |
'singleton' => true,
|
1100 |
),
|
1133 |
'make' => true,
|
1134 |
'singleton' => true,
|
1135 |
),
|
1136 |
+
'EditorsNotificationsController' =>
|
1137 |
array (
|
1138 |
+
'name' => 'EditorsNotificationsController',
|
1139 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Notifications\\Controller',
|
1140 |
+
'make' => true,
|
1141 |
+
'singleton' => true,
|
1142 |
+
),
|
1143 |
+
'EditorsTutorialController' =>
|
1144 |
+
array (
|
1145 |
+
'name' => 'EditorsTutorialController',
|
1146 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Tutorial\\Controller',
|
1147 |
+
'make' => true,
|
1148 |
+
'singleton' => true,
|
1149 |
+
),
|
1150 |
+
'EditorsTutorialPostType' =>
|
1151 |
+
array (
|
1152 |
+
'name' => 'EditorsTutorialPostType',
|
1153 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Tutorial\\PostType',
|
1154 |
'make' => true,
|
1155 |
'singleton' => true,
|
1156 |
),
|
1301 |
'make' => true,
|
1302 |
'singleton' => true,
|
1303 |
),
|
1304 |
+
'EditorsEditPostLinksController' =>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1305 |
array (
|
1306 |
+
'name' => 'EditorsEditPostLinksController',
|
1307 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\EditPostLinks\\Controller',
|
1308 |
'make' => true,
|
1309 |
'singleton' => true,
|
1310 |
),
|
1322 |
'make' => true,
|
1323 |
'singleton' => true,
|
1324 |
),
|
1325 |
+
'EditorsAttributesCheckboxController' =>
|
1326 |
+
array (
|
1327 |
+
'name' => 'EditorsAttributesCheckboxController',
|
1328 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\Checkbox\\Controller',
|
1329 |
+
'make' => true,
|
1330 |
+
'singleton' => true,
|
1331 |
+
),
|
1332 |
+
'EditorsAttributesPageDesignOptionsController' =>
|
1333 |
array (
|
1334 |
+
'name' => 'EditorsAttributesPageDesignOptionsController',
|
1335 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\PageDesignOptions\\Controller',
|
1336 |
'make' => true,
|
1337 |
'singleton' => true,
|
1338 |
),
|
1343 |
'make' => true,
|
1344 |
'singleton' => true,
|
1345 |
),
|
1346 |
+
'EditorsAttributesAjaxFormController' =>
|
1347 |
array (
|
1348 |
+
'name' => 'EditorsAttributesAjaxFormController',
|
1349 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\AjaxForm\\Controller',
|
1350 |
'make' => true,
|
1351 |
'singleton' => true,
|
1352 |
),
|
1357 |
'make' => true,
|
1358 |
'singleton' => true,
|
1359 |
),
|
1360 |
+
'EditorsAttributesIconPickerController' =>
|
1361 |
array (
|
1362 |
+
'name' => 'EditorsAttributesIconPickerController',
|
1363 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Attributes\\IconPicker\\Controller',
|
1364 |
'make' => true,
|
1365 |
'singleton' => true,
|
1366 |
),
|
1367 |
+
'EditorsTemplatesController' =>
|
1368 |
array (
|
1369 |
+
'name' => 'EditorsTemplatesController',
|
1370 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\Controller',
|
1371 |
'make' => true,
|
1372 |
'singleton' => true,
|
1373 |
),
|
1374 |
+
'EditorsTemplatesPostType' =>
|
1375 |
array (
|
1376 |
+
'name' => 'EditorsTemplatesPostType',
|
1377 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Templates\\PostType',
|
1378 |
'make' => true,
|
1379 |
'singleton' => true,
|
1380 |
),
|
1381 |
+
'EditorsElementsController' =>
|
1382 |
array (
|
1383 |
+
'name' => 'EditorsElementsController',
|
1384 |
+
'abstract' => 'VisualComposer\\Modules\\Editors\\Elements\\Controller',
|
1385 |
'make' => true,
|
1386 |
'singleton' => true,
|
1387 |
),
|
1413 |
'make' => true,
|
1414 |
'singleton' => true,
|
1415 |
),
|
1416 |
+
'HubAssetsAssetDownloadController' =>
|
1417 |
array (
|
1418 |
+
'name' => 'HubAssetsAssetDownloadController',
|
1419 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Assets\\AssetDownloadController',
|
1420 |
'make' => true,
|
1421 |
'singleton' => true,
|
1422 |
),
|
1448 |
'make' => true,
|
1449 |
'singleton' => true,
|
1450 |
),
|
1451 |
+
'HubStockMediaStockMediaDownloadController' =>
|
1452 |
array (
|
1453 |
+
'name' => 'HubStockMediaStockMediaDownloadController',
|
1454 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\StockMedia\\StockMediaDownloadController',
|
1455 |
'make' => true,
|
1456 |
'singleton' => true,
|
1457 |
),
|
1483 |
'make' => true,
|
1484 |
'singleton' => true,
|
1485 |
),
|
1486 |
+
'HubTemplatesTemplateDownloadController' =>
|
1487 |
+
array (
|
1488 |
+
'name' => 'HubTemplatesTemplateDownloadController',
|
1489 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\TemplateDownloadController',
|
1490 |
+
'make' => true,
|
1491 |
+
'singleton' => true,
|
1492 |
+
),
|
1493 |
+
'HubTemplatesTemplatesUpdater' =>
|
1494 |
+
array (
|
1495 |
+
'name' => 'HubTemplatesTemplatesUpdater',
|
1496 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\TemplatesUpdater',
|
1497 |
+
'make' => true,
|
1498 |
+
'singleton' => true,
|
1499 |
+
),
|
1500 |
+
'HubTemplatesTeasersTeasersController' =>
|
1501 |
+
array (
|
1502 |
+
'name' => 'HubTemplatesTeasersTeasersController',
|
1503 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\Teasers\\TeasersController',
|
1504 |
+
'make' => true,
|
1505 |
+
'singleton' => true,
|
1506 |
+
),
|
1507 |
+
'HubTemplatesTeasersTeasersDownloadController' =>
|
1508 |
+
array (
|
1509 |
+
'name' => 'HubTemplatesTeasersTeasersDownloadController',
|
1510 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Templates\\Teasers\\TeasersDownloadController',
|
1511 |
+
'make' => true,
|
1512 |
+
'singleton' => true,
|
1513 |
+
),
|
1514 |
+
'HubActionsPostUpdateAction' =>
|
1515 |
+
array (
|
1516 |
+
'name' => 'HubActionsPostUpdateAction',
|
1517 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Actions\\PostUpdateAction',
|
1518 |
+
'make' => true,
|
1519 |
+
'singleton' => true,
|
1520 |
+
),
|
1521 |
+
'HubElementsElementDownloadController' =>
|
1522 |
+
array (
|
1523 |
+
'name' => 'HubElementsElementDownloadController',
|
1524 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementDownloadController',
|
1525 |
+
'make' => true,
|
1526 |
+
'singleton' => true,
|
1527 |
+
),
|
1528 |
+
'HubElementsElements' =>
|
1529 |
+
array (
|
1530 |
+
'name' => 'HubElementsElements',
|
1531 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Elements',
|
1532 |
+
'make' => true,
|
1533 |
+
'singleton' => true,
|
1534 |
+
),
|
1535 |
+
'HubElementsElementsUpdater' =>
|
1536 |
+
array (
|
1537 |
+
'name' => 'HubElementsElementsUpdater',
|
1538 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\ElementsUpdater',
|
1539 |
+
'make' => true,
|
1540 |
+
'singleton' => true,
|
1541 |
+
),
|
1542 |
+
'HubElementsTeasersTeasersController' =>
|
1543 |
+
array (
|
1544 |
+
'name' => 'HubElementsTeasersTeasersController',
|
1545 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersController',
|
1546 |
+
'make' => true,
|
1547 |
+
'singleton' => true,
|
1548 |
+
),
|
1549 |
+
'HubElementsTeasersTeasersDownloadController' =>
|
1550 |
+
array (
|
1551 |
+
'name' => 'HubElementsTeasersTeasersDownloadController',
|
1552 |
+
'abstract' => 'VisualComposer\\Modules\\Hub\\Elements\\Teasers\\TeasersDownloadController',
|
1553 |
+
'make' => true,
|
1554 |
+
'singleton' => true,
|
1555 |
+
),
|
1556 |
'HubAddonsAddonDownloadController' =>
|
1557 |
array (
|
1558 |
'name' => 'HubAddonsAddonDownloadController',
|
1588 |
'make' => true,
|
1589 |
'singleton' => true,
|
1590 |
),
|
1591 |
+
'InternationalizationLocale' =>
|
1592 |
array (
|
1593 |
+
'name' => 'InternationalizationLocale',
|
1594 |
+
'abstract' => 'VisualComposer\\Modules\\Internationalization\\Locale',
|
1595 |
'make' => true,
|
1596 |
'singleton' => true,
|
1597 |
),
|
1598 |
+
'MigrationsAssets22Migration' =>
|
1599 |
array (
|
1600 |
+
'name' => 'MigrationsAssets22Migration',
|
1601 |
+
'abstract' => 'VisualComposer\\Modules\\Migrations\\Assets22Migration',
|
1602 |
'make' => true,
|
1603 |
'singleton' => true,
|
1604 |
),
|
1605 |
+
'MigrationsCustomTemplatesTypeMigration' =>
|
1606 |
array (
|
1607 |
+
'name' => 'MigrationsCustomTemplatesTypeMigration',
|
1608 |
+
'abstract' => 'VisualComposer\\Modules\\Migrations\\CustomTemplatesTypeMigration',
|
1609 |
'make' => true,
|
1610 |
'singleton' => true,
|
1611 |
),
|
1612 |
+
'MigrationsDatabaseMigration' =>
|
1613 |
array (
|
1614 |
+
'name' => 'MigrationsDatabaseMigration',
|
1615 |
+
'abstract' => 'VisualComposer\\Modules\\Migrations\\DatabaseMigration',
|
1616 |
'make' => true,
|
1617 |
'singleton' => true,
|
1618 |
),
|
1619 |
+
'MigrationsDefaultCapabilitiesMigration' =>
|
1620 |
array (
|
1621 |
+
'name' => 'MigrationsDefaultCapabilitiesMigration',
|
1622 |
+
'abstract' => 'VisualComposer\\Modules\\Migrations\\DefaultCapabilitiesMigration',
|
1623 |
'make' => true,
|
1624 |
'singleton' => true,
|
1625 |
),
|
1626 |
+
'MigrationsDefaultElementsMigration' =>
|
1627 |
array (
|
1628 |
+
'name' => 'MigrationsDefaultElementsMigration',
|
1629 |
+
'abstract' => 'VisualComposer\\Modules\\Migrations\\DefaultElementsMigration',
|
1630 |
'make' => true,
|
1631 |
'singleton' => true,
|
1632 |
),
|
1633 |
+
'MigrationsEnabledPostTypesMigration' =>
|
1634 |
array (
|
1635 |
+
'name' => 'MigrationsEnabledPostTypesMigration',
|
1636 |
+
'abstract' => 'VisualComposer\\Modules\\Migrations\\EnabledPostTypesMigration',
|
1637 |
'make' => true,
|
1638 |
'singleton' => true,
|
1639 |
),
|
1640 |
+
'MigrationsFreeMigration' =>
|
1641 |
array (
|
1642 |
+
'name' => 'MigrationsFreeMigration',
|
1643 |
+
'abstract' => 'VisualComposer\\Modules\\Migrations\\FreeMigration',
|
1644 |
'make' => true,
|
1645 |
'singleton' => true,
|
1646 |
),
|
1647 |
+
'MigrationsGlobalJavascriptMigration' =>
|
1648 |
array (
|
1649 |
+
'name' => 'MigrationsGlobalJavascriptMigration',
|
1650 |
+
'abstract' => 'VisualComposer\\Modules\\Migrations\\GlobalJavascriptMigration',
|
1651 |
'make' => true,
|
1652 |
'singleton' => true,
|
1653 |
),
|
1654 |
+
'MigrationsLicenseMigration' =>
|
1655 |
array (
|
1656 |
+
'name' => 'MigrationsLicenseMigration',
|
1657 |
+
'abstract' => 'VisualComposer\\Modules\\Migrations\\LicenseMigration',
|
1658 |
+
'make' => true,
|
1659 |
+
'singleton' => true,
|
1660 |
+
),
|
1661 |
+
'MigrationsMaintenanceModeMigration' =>
|
1662 |
+
array (
|
1663 |
+
'name' => 'MigrationsMaintenanceModeMigration',
|
1664 |
+
'abstract' => 'VisualComposer\\Modules\\Migrations\\MaintenanceModeMigration',
|
1665 |
+
'make' => true,
|
1666 |
+
'singleton' => true,
|
1667 |
+
),
|
1668 |
+
'MigrationsMergeArchivesLayoutsMigration' =>
|
1669 |
+
array (
|
1670 |
+
'name' => 'MigrationsMergeArchivesLayoutsMigration',
|
1671 |
+
'abstract' => 'VisualComposer\\Modules\\Migrations\\MergeArchivesLayoutsMigration',
|
1672 |
+
'make' => true,
|
1673 |
+
'singleton' => true,
|
1674 |
+
),
|
1675 |
+
'MigrationsPredefinedTemplateMigration' =>
|
1676 |
+
array (
|
1677 |
+
'name' => 'MigrationsPredefinedTemplateMigration',
|
1678 |
+
'abstract' => 'VisualComposer\\Modules\\Migrations\\PredefinedTemplateMigration',
|
1679 |
+
'make' => true,
|
1680 |
+
'singleton' => true,
|
1681 |
+
),
|
1682 |
+
'MigrationsSettingsMigration' =>
|
1683 |
+
array (
|
1684 |
+
'name' => 'MigrationsSettingsMigration',
|
1685 |
+
'abstract' => 'VisualComposer\\Modules\\Migrations\\SettingsMigration',
|
1686 |
+
'make' => true,
|
1687 |
+
'singleton' => true,
|
1688 |
+
),
|
1689 |
+
'MigrationsTemplates114Migration' =>
|
1690 |
+
array (
|
1691 |
+
'name' => 'MigrationsTemplates114Migration',
|
1692 |
+
'abstract' => 'VisualComposer\\Modules\\Migrations\\Templates114Migration',
|
1693 |
+
'make' => true,
|
1694 |
+
'singleton' => true,
|
1695 |
+
),
|
1696 |
+
'MigrationsUpdateGlobalElementsMigration' =>
|
1697 |
+
array (
|
1698 |
+
'name' => 'MigrationsUpdateGlobalElementsMigration',
|
1699 |
+
'abstract' => 'VisualComposer\\Modules\\Migrations\\UpdateGlobalElementsMigration',
|
1700 |
+
'make' => true,
|
1701 |
+
'singleton' => true,
|
1702 |
+
),
|
1703 |
+
'UtmUtm' =>
|
1704 |
+
array (
|
1705 |
+
'name' => 'UtmUtm',
|
1706 |
+
'abstract' => 'VisualComposer\\Modules\\Utm\\Utm',
|
1707 |
'make' => true,
|
1708 |
'singleton' => true,
|
1709 |
),
|
1735 |
'make' => true,
|
1736 |
'singleton' => true,
|
1737 |
),
|
1738 |
+
'ElementsWpWidgetsWpWidgetsController' =>
|
1739 |
+
array (
|
1740 |
+
'name' => 'ElementsWpWidgetsWpWidgetsController',
|
1741 |
+
'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsController',
|
1742 |
+
'make' => true,
|
1743 |
+
'singleton' => true,
|
1744 |
+
),
|
1745 |
+
'ElementsWpWidgetsWpWidgetsShortcodes' =>
|
1746 |
+
array (
|
1747 |
+
'name' => 'ElementsWpWidgetsWpWidgetsShortcodes',
|
1748 |
+
'abstract' => 'VisualComposer\\Modules\\Elements\\WpWidgets\\WpWidgetsShortcodes',
|
1749 |
+
'make' => true,
|
1750 |
+
'singleton' => true,
|
1751 |
+
),
|
1752 |
'ElementsAjaxShortcodeController' =>
|
1753 |
array (
|
1754 |
'name' => 'ElementsAjaxShortcodeController',
|
1777 |
'make' => true,
|
1778 |
'singleton' => true,
|
1779 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1780 |
),
|
1781 |
);
|
plugin-wordpress.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Visual Composer
|
5 |
* Plugin URI: https://visualcomposer.com/premium/?utm_source=vcwb&utm_medium=wpplugins&utm_campaign=vcbrand&utm_content=text
|
6 |
* Description: Create your WordPress website with the fast and easy-to-use drag-and-drop builder for experts and beginners.
|
7 |
-
* Version: 45.1.
|
8 |
* Author: visualcomposer.com
|
9 |
* Author URI: https://visualcomposer.com/?utm_source=vcwb&utm_medium=wpplugins&utm_campaign=vcbrand&utm_content=text
|
10 |
* Copyright: (c) 2017 TechMill Ltd.
|
@@ -45,7 +45,7 @@ if (defined('VCV_VERSION')) {
|
|
45 |
/**
|
46 |
* Plugin version constant
|
47 |
*/
|
48 |
-
define('VCV_VERSION', '45.1.
|
49 |
/**
|
50 |
* Plugin url: 'http://web/wp-content/plugins/plugin_dir/'
|
51 |
*/
|
4 |
* Plugin Name: Visual Composer
|
5 |
* Plugin URI: https://visualcomposer.com/premium/?utm_source=vcwb&utm_medium=wpplugins&utm_campaign=vcbrand&utm_content=text
|
6 |
* Description: Create your WordPress website with the fast and easy-to-use drag-and-drop builder for experts and beginners.
|
7 |
+
* Version: 45.1.1
|
8 |
* Author: visualcomposer.com
|
9 |
* Author URI: https://visualcomposer.com/?utm_source=vcwb&utm_medium=wpplugins&utm_campaign=vcbrand&utm_content=text
|
10 |
* Copyright: (c) 2017 TechMill Ltd.
|
45 |
/**
|
46 |
* Plugin version constant
|
47 |
*/
|
48 |
+
define('VCV_VERSION', '45.1.1');
|
49 |
/**
|
50 |
* Plugin url: 'http://web/wp-content/plugins/plugin_dir/'
|
51 |
*/
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: page builder, website builder, editor, drag and drop, visual composer, pop
|
|
4 |
Requires PHP: 7.4
|
5 |
Requires at least: 5.5
|
6 |
Tested up to: 6.0.2
|
7 |
-
Stable tag: 45.1.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -222,6 +222,12 @@ It is both! Visual Composer’s free version works like a page builder where you
|
|
222 |
|
223 |
== Changelog ==
|
224 |
|
|
|
|
|
|
|
|
|
|
|
|
|
225 |
= 45.1.0 =
|
226 |
*Release Date - 2022-10-19*
|
227 |
|
4 |
Requires PHP: 7.4
|
5 |
Requires at least: 5.5
|
6 |
Tested up to: 6.0.2
|
7 |
+
Stable tag: 45.1.1
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
222 |
|
223 |
== Changelog ==
|
224 |
|
225 |
+
= 45.1.1 =
|
226 |
+
*Release Date - 2022-11-01*
|
227 |
+
|
228 |
+
### Premium:
|
229 |
+
- Update: License management mechanism improved
|
230 |
+
|
231 |
= 45.1.0 =
|
232 |
*Release Date - 2022-10-19*
|
233 |
|
vendor/autoload.php
CHANGED
@@ -4,4 +4,4 @@
|
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
-
return
|
4 |
|
5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
6 |
|
7 |
+
return ComposerAutoloaderInit76e807fc73c0ca894b773a402d32f466::getLoader();
|
vendor/composer/InstalledVersions.php
CHANGED
@@ -19,7 +19,7 @@ private static $installed = array (
|
|
19 |
'aliases' =>
|
20 |
array (
|
21 |
),
|
22 |
-
'reference' => '
|
23 |
'name' => '__root__',
|
24 |
),
|
25 |
'versions' =>
|
@@ -31,7 +31,7 @@ private static $installed = array (
|
|
31 |
'aliases' =>
|
32 |
array (
|
33 |
),
|
34 |
-
'reference' => '
|
35 |
),
|
36 |
),
|
37 |
);
|
19 |
'aliases' =>
|
20 |
array (
|
21 |
),
|
22 |
+
'reference' => '3a5bf328f7226393489d45d3a901e49503400fdc',
|
23 |
'name' => '__root__',
|
24 |
),
|
25 |
'versions' =>
|
31 |
'aliases' =>
|
32 |
array (
|
33 |
),
|
34 |
+
'reference' => '3a5bf328f7226393489d45d3a901e49503400fdc',
|
35 |
),
|
36 |
),
|
37 |
);
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -24,15 +24,15 @@ class ComposerAutoloaderInit4876ce5868d7a3a9f58462a8ca2a4957
|
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
-
spl_autoload_register(array('
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
29 |
-
spl_autoload_unregister(array('
|
30 |
|
31 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
32 |
if ($useStaticLoader) {
|
33 |
require __DIR__ . '/autoload_static.php';
|
34 |
|
35 |
-
call_user_func(\Composer\Autoload\
|
36 |
} else {
|
37 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
38 |
foreach ($map as $namespace => $path) {
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit76e807fc73c0ca894b773a402d32f466
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
24 |
|
25 |
require __DIR__ . '/platform_check.php';
|
26 |
|
27 |
+
spl_autoload_register(array('ComposerAutoloaderInit76e807fc73c0ca894b773a402d32f466', 'loadClassLoader'), true, true);
|
28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
29 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit76e807fc73c0ca894b773a402d32f466', 'loadClassLoader'));
|
30 |
|
31 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
32 |
if ($useStaticLoader) {
|
33 |
require __DIR__ . '/autoload_static.php';
|
34 |
|
35 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit76e807fc73c0ca894b773a402d32f466::getInitializer($loader));
|
36 |
} else {
|
37 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
38 |
foreach ($map as $namespace => $path) {
|
vendor/composer/autoload_static.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
-
class
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'V' =>
|
@@ -309,9 +309,9 @@ class ComposerStaticInit4876ce5868d7a3a9f58462a8ca2a4957
|
|
309 |
public static function getInitializer(ClassLoader $loader)
|
310 |
{
|
311 |
return \Closure::bind(function () use ($loader) {
|
312 |
-
$loader->prefixLengthsPsr4 =
|
313 |
-
$loader->prefixDirsPsr4 =
|
314 |
-
$loader->classMap =
|
315 |
|
316 |
}, null, ClassLoader::class);
|
317 |
}
|
4 |
|
5 |
namespace Composer\Autoload;
|
6 |
|
7 |
+
class ComposerStaticInit76e807fc73c0ca894b773a402d32f466
|
8 |
{
|
9 |
public static $prefixLengthsPsr4 = array (
|
10 |
'V' =>
|
309 |
public static function getInitializer(ClassLoader $loader)
|
310 |
{
|
311 |
return \Closure::bind(function () use ($loader) {
|
312 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit76e807fc73c0ca894b773a402d32f466::$prefixLengthsPsr4;
|
313 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit76e807fc73c0ca894b773a402d32f466::$prefixDirsPsr4;
|
314 |
+
$loader->classMap = ComposerStaticInit76e807fc73c0ca894b773a402d32f466::$classMap;
|
315 |
|
316 |
}, null, ClassLoader::class);
|
317 |
}
|
vendor/composer/installed.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
'aliases' =>
|
7 |
array (
|
8 |
),
|
9 |
-
'reference' => '
|
10 |
'name' => '__root__',
|
11 |
),
|
12 |
'versions' =>
|
@@ -18,7 +18,7 @@
|
|
18 |
'aliases' =>
|
19 |
array (
|
20 |
),
|
21 |
-
'reference' => '
|
22 |
),
|
23 |
),
|
24 |
);
|
6 |
'aliases' =>
|
7 |
array (
|
8 |
),
|
9 |
+
'reference' => '3a5bf328f7226393489d45d3a901e49503400fdc',
|
10 |
'name' => '__root__',
|
11 |
),
|
12 |
'versions' =>
|
18 |
'aliases' =>
|
19 |
array (
|
20 |
),
|
21 |
+
'reference' => '3a5bf328f7226393489d45d3a901e49503400fdc',
|
22 |
),
|
23 |
),
|
24 |
);
|
visualcomposer/Helpers/Status.php
CHANGED
@@ -205,7 +205,9 @@ class Status implements Helper
|
|
205 |
*/
|
206 |
public function getFileSystemStatus()
|
207 |
{
|
208 |
-
|
|
|
|
|
209 |
}
|
210 |
|
211 |
/**
|
205 |
*/
|
206 |
public function getFileSystemStatus()
|
207 |
{
|
208 |
+
$status = !(defined('FS_METHOD') && FS_METHOD !== 'direct');
|
209 |
+
|
210 |
+
return apply_filters('vcv:helpers:status:getFileSystemStatus', $status);
|
211 |
}
|
212 |
|
213 |
/**
|
visualcomposer/Modules/License/LicenseController.php
CHANGED
@@ -16,6 +16,7 @@ use VisualComposer\Helpers\Notice;
|
|
16 |
use VisualComposer\Helpers\Options;
|
17 |
use VisualComposer\Helpers\Request;
|
18 |
use VisualComposer\Helpers\Traits\EventsFilters;
|
|
|
19 |
|
20 |
/**
|
21 |
* Class LicenseController
|
@@ -24,6 +25,7 @@ use VisualComposer\Helpers\Traits\EventsFilters;
|
|
24 |
class LicenseController extends Container implements Module
|
25 |
{
|
26 |
use EventsFilters;
|
|
|
27 |
|
28 |
/**
|
29 |
* LicenseController constructor.
|
@@ -40,9 +42,9 @@ class LicenseController extends Container implements Module
|
|
40 |
$this->addEvent('vcv:system:factory:reset', 'unsetOptions');
|
41 |
|
42 |
// we use these server variables to check if user use our plugin in wordpress.com env
|
43 |
-
if (
|
44 |
/** @see \VisualComposer\Modules\License\LicenseController::activateWpComSubscription */
|
45 |
-
$this->
|
46 |
}
|
47 |
}
|
48 |
|
@@ -195,7 +197,6 @@ class LicenseController extends Container implements Module
|
|
195 |
*/
|
196 |
protected function activateWpComSubscription()
|
197 |
{
|
198 |
-
|
199 |
$licenseHelper = vchelper('License');
|
200 |
|
201 |
if ($licenseHelper->isPremiumActivated()) {
|
@@ -212,11 +213,17 @@ class LicenseController extends Container implements Module
|
|
212 |
if ($optionsHelper->getTransient('vcv:wp-com:activation:request:' . $activeSubscriptionsChecksum)) {
|
213 |
return;
|
214 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
215 |
$optionsHelper->setTransient('vcv:wp-com:activation:request:' . $activeSubscriptionsChecksum, true, 600);
|
216 |
|
217 |
$body = [
|
218 |
'wp_com_subscription_activation_request' => 1,
|
219 |
-
'blog-id' =>
|
220 |
];
|
221 |
|
222 |
$url = vchelper('Url')->query(vcvenv('VCV_HUB_URL'), $body);
|
16 |
use VisualComposer\Helpers\Options;
|
17 |
use VisualComposer\Helpers\Request;
|
18 |
use VisualComposer\Helpers\Traits\EventsFilters;
|
19 |
+
use VisualComposer\Helpers\Traits\WpFiltersActions;
|
20 |
|
21 |
/**
|
22 |
* Class LicenseController
|
25 |
class LicenseController extends Container implements Module
|
26 |
{
|
27 |
use EventsFilters;
|
28 |
+
use WpFiltersActions;
|
29 |
|
30 |
/**
|
31 |
* LicenseController constructor.
|
42 |
$this->addEvent('vcv:system:factory:reset', 'unsetOptions');
|
43 |
|
44 |
// we use these server variables to check if user use our plugin in wordpress.com env
|
45 |
+
if (defined('IS_ATOMIC') && IS_ATOMIC && defined('ATOMIC_CLIENT_ID') && '2' === ATOMIC_CLIENT_ID) {
|
46 |
/** @see \VisualComposer\Modules\License\LicenseController::activateWpComSubscription */
|
47 |
+
$this->wpAddAction('plugins_loaded', 'activateWpComSubscription');
|
48 |
}
|
49 |
}
|
50 |
|
197 |
*/
|
198 |
protected function activateWpComSubscription()
|
199 |
{
|
|
|
200 |
$licenseHelper = vchelper('License');
|
201 |
|
202 |
if ($licenseHelper->isPremiumActivated()) {
|
213 |
if ($optionsHelper->getTransient('vcv:wp-com:activation:request:' . $activeSubscriptionsChecksum)) {
|
214 |
return;
|
215 |
}
|
216 |
+
$blogId = null;
|
217 |
+
if (class_exists('Jetpack_Options')) {
|
218 |
+
$blogId = \Jetpack_Options::get_option('id');
|
219 |
+
} else {
|
220 |
+
return;
|
221 |
+
}
|
222 |
$optionsHelper->setTransient('vcv:wp-com:activation:request:' . $activeSubscriptionsChecksum, true, 600);
|
223 |
|
224 |
$body = [
|
225 |
'wp_com_subscription_activation_request' => 1,
|
226 |
+
'blog-id' => $blogId,
|
227 |
];
|
228 |
|
229 |
$url = vchelper('Url')->query(vcvenv('VCV_HUB_URL'), $body);
|