PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 2.0.2
ShopBuilder – WooCommerce Builder For Elementor v2.0.2
3.4.2 3.4.1 3.4.0 2.0.1 2.0.2 2.0.3 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.13 2.1.14 2.1.15 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 All 63 releases
← All changes | app/Models/ElementList.php +46 -107 2.1.72.0.2 View file →
@@ -13,9 +13,8 @@
13 13 use RadiusTheme\SB\Elementor\Widgets\General;
14 14 use RadiusTheme\SB\Elementor\Widgets\Single;
15 15 use RadiusTheme\SB\Models\Base\ListModel;
16 16 use RadiusTheme\SB\Traits\SingletonTrait;
17 -use RadiusTheme\SBPRO\Elementor\Widgets\Checkout as CheckoutPro;
18 17
19 18 /**
20 19 * Elementor Element List
21 20 */
@@ -58,15 +57,15 @@
58 57 'checkout' => [
59 58 'title' => esc_html__( 'Checkout', 'shopbuilder' ),
60 59 ],
61 60 'thank_you' => [
62 - 'title' => esc_html__( 'Order Received', 'shopbuilder' ),
61 + 'title' => esc_html__( 'Order Received', 'shopbuilder-pro' ),
63 62 ],
64 63 'myaccount_dashboard' => [
65 - 'title' => esc_html__( 'My Account', 'shopbuilder' ),
64 + 'title' => esc_html__( 'My Account', 'shopbuilder-pro' ),
66 65 ],
67 66 'others_widget' => [
68 - 'title' => esc_html__( 'Others', 'shopbuilder' ),
67 + 'title' => esc_html__( 'Others', 'shopbuilder-pro' ),
69 68 ],
70 69 ]
71 70 );
72 71 }
@@ -206,22 +205,8 @@
206 205 'package' => 'free',
207 206 'fields' => [],
208 207 ]
209 208 ),
210 -
211 - 'dynamic_content' => apply_filters(
212 - 'rtsb/elements/dynamic_content/options',
213 - [
214 - 'id' => 'dynamic_content',
215 - 'title' => esc_html__( 'Dynamic Content', 'shopbuilder' ),
216 - 'base_class' => General\DynamicContent::class,
217 - 'category' => 'general',
218 - 'active' => 'on',
219 - 'package' => 'free',
220 - 'fields' => [],
221 - ]
222 - ),
223 -
224 209 ];
225 210
226 211 return apply_filters( 'rtsb/core/elements/general/widget_list', $list );
227 212 }
@@ -285,10 +270,10 @@
285 270 'product_onsale' => apply_filters(
286 271 'rtsb/elements/product_onsale/options',
287 272 [
288 273 'id' => 'product_onsale',
289 - 'title' => esc_html__( 'Product Badges', 'shopbuilder' ),
290 - 'base_class' => Single\ProductBadges::class,
274 + 'title' => esc_html__( 'Sale Flash - Onsale', 'shopbuilder' ),
275 + 'base_class' => Single\ProductOnSale::class,
291 276 'category' => 'product',
292 277 'active' => 'on',
293 278 'package' => 'free',
294 279 'fields' => [],
@@ -429,9 +414,9 @@
429 414 'product_sales_count' => apply_filters(
430 415 'rtsb/elements/product_sales_count/options',
431 416 [
432 417 'id' => 'product_sales_count',
433 - 'title' => esc_html__( 'Sales Count', 'shopbuilder' ),
418 + 'title' => esc_html__( 'Sales Count', 'shopbuilder-pro' ),
434 419 'category' => 'product',
435 420 'active' => '',
436 421 'package' => $this->pro_package(),
437 422 'fields' => [],
@@ -440,9 +425,9 @@
440 425 'flash_sale_countdown' => apply_filters(
441 426 'rtsb/elements/flash_sale_countdown/options',
442 427 [
443 428 'id' => 'flash_sale_countdown',
444 - 'title' => esc_html__( 'Flash Sale Countdown', 'shopbuilder' ),
429 + 'title' => esc_html__( 'Flash Sale Countdown', 'shopbuilder-pro' ),
445 430 'category' => 'product',
446 431 'active' => '',
447 432 'package' => $this->pro_package(),
448 433 'fields' => [],
@@ -451,9 +436,9 @@
451 436 'product_size_chart' => apply_filters(
452 437 'rtsb/elements/product_size_chart/options',
453 438 [
454 439 'id' => 'product_size_chart',
455 - 'title' => esc_html__( 'Size Chart', 'shopbuilder' ),
440 + 'title' => esc_html__( 'Size Chart', 'shopbuilder-pro' ),
456 441 'category' => 'product',
457 442 'active' => '',
458 443 'package' => $this->pro_package(),
459 444 'fields' => [],
@@ -462,9 +447,9 @@
462 447 'product_quick_checkout' => apply_filters(
463 448 'rtsb/elements/product_quick_checkout/options',
464 449 [
465 450 'id' => 'product_quick_checkout',
466 - 'title' => esc_html__( 'Quick Checkout', 'shopbuilder' ),
451 + 'title' => esc_html__( 'Quick Checkout', 'shopbuilder-pro' ),
467 452 'category' => 'product',
468 453 'active' => '',
469 454 'package' => $this->pro_package(),
470 455 'fields' => [],
@@ -481,19 +466,8 @@
481 466 'package' => 'free',
482 467 'fields' => [],
483 468 ]
484 469 ),
485 - 'advance_product_tabs' => apply_filters(
486 - 'rtsb/elements/advance_product_tabs/options',
487 - [
488 - 'id' => 'advance_product_tabs',
489 - 'title' => esc_html__( 'Advanced Product Tabs', 'shopbuilder' ),
490 - 'category' => 'product',
491 - 'active' => '',
492 - 'package' => $this->pro_package(),
493 - 'fields' => [],
494 - ]
495 - ),
496 470 'product_reviews' => apply_filters(
497 471 'rtsb/elements/product_reviews/options',
498 472 [
499 473 'id' => 'product_reviews',
@@ -644,9 +618,9 @@
644 618 'ajax_product_filters' => apply_filters(
645 619 'rtsb/elements/ajax_product_filters/options',
646 620 [
647 621 'id' => 'ajax_product_filters',
648 - 'title' => esc_html__( 'Ajax Product Filters', 'shopbuilder' ),
622 + 'title' => esc_html__( 'Ajax Product Filters', 'shopbuilder-pro' ),
649 623 'category' => 'shop',
650 624 'active' => 'on',
651 625 'package' => $this->pro_package(),
652 626 'fields' => [],
@@ -783,9 +757,9 @@
783 757 * @return array
784 758 */
785 759 protected function checkout_page_widget_list() {
786 760 $list = [
787 - 'billing_form' => apply_filters(
761 + 'billing_form' => apply_filters(
788 762 'rtsb/elements/billing_form/options',
789 763 [
790 764 'id' => 'billing_form',
791 765 'title' => esc_html__( 'Billing Form', 'shopbuilder' ),
@@ -795,9 +769,9 @@
795 769 'package' => 'free',
796 770 'fields' => [],
797 771 ]
798 772 ),
799 - 'shipping_form' => apply_filters(
773 + 'shipping_form' => apply_filters(
800 774 'rtsb/elements/shipping_form/options',
801 775 [
802 776 'id' => 'shipping_form',
803 777 'title' => esc_html__( 'Shipping Form', 'shopbuilder' ),
@@ -807,9 +781,9 @@
807 781 'package' => 'free',
808 782 'fields' => [],
809 783 ]
810 784 ),
811 - 'order_notes' => apply_filters(
785 + 'order_notes' => apply_filters(
812 786 'rtsb/elements/order_notes/options',
813 787 [
814 788 'id' => 'order_notes',
815 789 'title' => esc_html__( 'Order Notes', 'shopbuilder' ),
@@ -819,9 +793,9 @@
819 793 'package' => 'free',
820 794 'fields' => [],
821 795 ]
822 796 ),
823 - 'order_review' => apply_filters(
797 + 'order_review' => apply_filters(
824 798 'rtsb/elements/order_review/options',
825 799 [
826 800 'id' => 'order_review',
827 801 'title' => esc_html__( 'Order Review', 'shopbuilder' ),
@@ -831,9 +805,9 @@
831 805 'package' => 'free',
832 806 'fields' => [],
833 807 ]
834 808 ),
835 - 'checkout_payment' => apply_filters(
809 + 'checkout_payment' => apply_filters(
836 810 'rtsb/elements/checkout_payment/options',
837 811 [
838 812 'id' => 'checkout_payment',
839 813 'title' => esc_html__( 'Checkout Payment Method', 'shopbuilder' ),
@@ -843,9 +817,9 @@
843 817 'package' => 'free',
844 818 'fields' => [],
845 819 ]
846 820 ),
847 - 'coupon_form' => apply_filters(
821 + 'coupon_form' => apply_filters(
848 822 'rtsb/elements/coupon_form/options',
849 823 [
850 824 'id' => 'coupon_form',
851 825 'title' => esc_html__( 'Coupon Form', 'shopbuilder' ),
@@ -855,9 +829,9 @@
855 829 'package' => 'free',
856 830 'fields' => [],
857 831 ]
858 832 ),
859 - 'checkout_login_form' => apply_filters(
833 + 'checkout_login_form' => apply_filters(
860 834 'rtsb/elements/checkout_login_form/options',
861 835 [
862 836 'id' => 'checkout_login_form',
863 837 'title' => esc_html__( 'Login Form', 'shopbuilder' ),
@@ -867,9 +841,10 @@
867 841 'package' => 'free',
868 842 'fields' => [],
869 843 ]
870 844 ),
871 - 'shipping_method' => apply_filters(
845 +
846 + 'shipping_method' => apply_filters(
872 847 'rtsb/elements/shipping_method/options',
873 848 [
874 849 'id' => 'shipping_method',
875 850 'title' => esc_html__( 'Shipping Method', 'shopbuilder' ),
@@ -879,20 +854,8 @@
879 854 'package' => 'free',
880 855 'fields' => [],
881 856 ]
882 857 ),
883 - 'multi_step_checkout_widget' => apply_filters(
884 - 'rtsb/elements/multi_step_checkout_widget/options',
885 - [
886 - 'id' => 'multi_step_checkout_widget',
887 - 'title' => esc_html__( 'Multi Step Checkout', 'shopbuilder' ),
888 - 'base_class' => CheckoutPro\MultiStepCheckout::class,
889 - 'category' => 'checkout',
890 - 'active' => '',
891 - 'package' => $this->pro_package(),
892 - 'fields' => [],
893 - ]
894 - ),
895 858
896 859 ];
897 860
898 861 return apply_filters( 'rtsb/core/elements/checkout/widget_list', $list );
@@ -908,9 +871,9 @@
908 871 'order_received_text' => apply_filters(
909 872 'rtsb/elements/order_received_text/options',
910 873 [
911 874 'id' => 'order_received_text',
912 - 'title' => esc_html__( 'Order Received Text', 'shopbuilder' ),
875 + 'title' => esc_html__( 'Order Received Text', 'shopbuilder-pro' ),
913 876 'category' => 'thank_you',
914 877 'is_front_page' => 'thank_you',
915 878 'active' => 'on',
916 879 'package' => $this->pro_package(),
@@ -920,9 +883,9 @@
920 883 'order_details_summary' => apply_filters(
921 884 'rtsb/elements/order_details_summary/options',
922 885 [
923 886 'id' => 'order_details_summary',
924 - 'title' => esc_html__( 'Order Details Summary', 'shopbuilder' ),
887 + 'title' => esc_html__( 'Order Details Summary', 'shopbuilder-pro' ),
925 888 'category' => 'thank_you',
926 889 'is_front_page' => 'thank_you',
927 890 'active' => 'on',
928 891 'package' => $this->pro_package(),
@@ -932,9 +895,9 @@
932 895 'order_details_table' => apply_filters(
933 896 'rtsb/elements/order_details_table/options',
934 897 [
935 898 'id' => 'order_details_table',
936 - 'title' => esc_html__( 'Order Details Table', 'shopbuilder' ),
899 + 'title' => esc_html__( 'Order Details Table', 'shopbuilder-pro' ),
937 900 'category' => 'thank_you',
938 901 'is_front_page' => 'thank_you',
939 902 'active' => 'on',
940 903 'package' => $this->pro_package(),
@@ -944,9 +907,9 @@
944 907 'downloadable_products' => apply_filters(
945 908 'rtsb/elements/downloadable_products/options',
946 909 [
947 910 'id' => 'downloadable_products',
948 - 'title' => esc_html__( 'Downloadable Products', 'shopbuilder' ),
911 + 'title' => esc_html__( 'Downloadable Products', 'shopbuilder-pro' ),
949 912 'category' => 'thank_you',
950 913 'is_front_page' => 'thank_you',
951 914 'active' => 'on',
952 915 'package' => $this->pro_package(),
@@ -956,9 +919,9 @@
956 919 'order_billing_address' => apply_filters(
957 920 'rtsb/elements/order_billing_address/options',
958 921 [
959 922 'id' => 'order_billing_address',
960 - 'title' => esc_html__( 'Order Billing Address', 'shopbuilder' ),
923 + 'title' => esc_html__( 'Order Billing Address', 'shopbuilder-pro' ),
961 924 'category' => 'thank_you',
962 925 'is_front_page' => 'thank_you',
963 926 'active' => 'on',
964 927 'package' => $this->pro_package(),
@@ -968,9 +931,9 @@
968 931 'order_shipping_address' => apply_filters(
969 932 'rtsb/elements/order_shipping_address/options',
970 933 [
971 934 'id' => 'order_shipping_address',
972 - 'title' => esc_html__( 'Order Shipping Address', 'shopbuilder' ),
935 + 'title' => esc_html__( 'Order Shipping Address', 'shopbuilder-pro' ),
973 936 'category' => 'thank_you',
974 937 'is_front_page' => 'thank_you',
975 938 'active' => 'on',
976 939 'package' => $this->pro_package(),
@@ -991,9 +954,9 @@
991 954 'account_navigation_edit_shipping' => apply_filters(
992 955 'rtsb/elements/account_navigation_edit_shipping/options',
993 956 [
994 957 'id' => 'account_navigation_edit_shipping',
995 - 'title' => esc_html__( 'Account Navigation', 'shopbuilder' ),
958 + 'title' => esc_html__( 'Account Navigation', 'shopbuilder-pro' ),
996 959 'category' => 'myaccount_dashboard',
997 960 'is_front_page' => 'all_myaccount_dashboard_inner',
998 961 'active' => 'on',
999 962 'package' => $this->pro_package(),
@@ -1003,9 +966,9 @@
1003 966 'account_dashboard' => apply_filters(
1004 967 'rtsb/elements/account_dashboard/options',
1005 968 [
1006 969 'id' => 'account_dashboard',
1007 - 'title' => esc_html__( 'Account Dashboard', 'shopbuilder' ),
970 + 'title' => esc_html__( 'Account Dashboard', 'shopbuilder-pro' ),
1008 971 'category' => 'myaccount_dashboard',
1009 972 'is_front_page' => 'myaccount_dashboard',
1010 973 'active' => 'on',
1011 974 'package' => $this->pro_package(),
@@ -1015,9 +978,9 @@
1015 978 'account_orders' => apply_filters(
1016 979 'rtsb/elements/account_orders/options',
1017 980 [
1018 981 'id' => 'account_orders',
1019 - 'title' => esc_html__( 'Account Orders', 'shopbuilder' ),
982 + 'title' => esc_html__( 'Account Orders', 'shopbuilder-pro' ),
1020 983 'category' => 'myaccount_dashboard',
1021 984 'is_front_page' => 'myaccount_order',
1022 985 'active' => 'on',
1023 986 'package' => $this->pro_package(),
@@ -1027,9 +990,9 @@
1027 990 'account_downloads' => apply_filters(
1028 991 'rtsb/elements/account_downloads/options',
1029 992 [
1030 993 'id' => 'account_downloads',
1031 - 'title' => esc_html__( 'Account Downloads', 'shopbuilder' ),
994 + 'title' => esc_html__( 'Account Downloads', 'shopbuilder-pro' ),
1032 995 'category' => 'myaccount_dashboard',
1033 996 'is_front_page' => 'myaccount_downloads',
1034 997 'active' => 'on',
1035 998 'package' => $this->pro_package(),
@@ -1039,9 +1002,9 @@
1039 1002 'account_billing_address' => apply_filters(
1040 1003 'rtsb/elements/account_billing_address/options',
1041 1004 [
1042 1005 'id' => 'account_billing_address',
1043 - 'title' => esc_html__( 'Account Billing Address', 'shopbuilder' ),
1006 + 'title' => esc_html__( 'Account Billing Address', 'shopbuilder-pro' ),
1044 1007 'category' => 'myaccount_dashboard',
1045 1008 'is_front_page' => 'myaccount_address',
1046 1009 'active' => 'on',
1047 1010 'package' => $this->pro_package(),
@@ -1051,9 +1014,9 @@
1051 1014 'account_shipping_address' => apply_filters(
1052 1015 'rtsb/elements/account_shipping_address/options',
1053 1016 [
1054 1017 'id' => 'account_shipping_address',
1055 - 'title' => esc_html__( 'Account Shipping Address', 'shopbuilder' ),
1018 + 'title' => esc_html__( 'Account Shipping Address', 'shopbuilder-pro' ),
1056 1019 'category' => 'myaccount_dashboard',
1057 1020 'is_front_page' => 'myaccount_address',
1058 1021 'active' => 'on',
1059 1022 'package' => $this->pro_package(),
@@ -1063,9 +1026,9 @@
1063 1026 'account_address_description' => apply_filters(
1064 1027 'rtsb/elements/account_address_description/options',
1065 1028 [
1066 1029 'id' => 'account_address_description',
1067 - 'title' => esc_html__( 'Account Address Description', 'shopbuilder' ),
1030 + 'title' => esc_html__( 'Account Address Description', 'shopbuilder-pro' ),
1068 1031 'category' => 'myaccount_dashboard',
1069 1032 'is_front_page' => 'myaccount_address',
1070 1033 'active' => 'on',
1071 1034 'package' => $this->pro_package(),
@@ -1075,9 +1038,9 @@
1075 1038 'account_details' => apply_filters(
1076 1039 'rtsb/elements/account_details/options',
1077 1040 [
1078 1041 'id' => 'account_details',
1079 - 'title' => esc_html__( 'Account Edit / Details', 'shopbuilder' ),
1042 + 'title' => esc_html__( 'Account Edit / Details', 'shopbuilder-pro' ),
1080 1043 'category' => 'myaccount_dashboard',
1081 1044 'is_front_page' => 'myaccount_edit_details',
1082 1045 'active' => 'on',
1083 1046 'package' => $this->pro_package(),
@@ -1087,9 +1050,9 @@
1087 1050 'account_order_status' => apply_filters(
1088 1051 'rtsb/elements/account_order_status/options',
1089 1052 [
1090 1053 'id' => 'account_order_status',
1091 - 'title' => esc_html__( 'Account Order Status', 'shopbuilder' ),
1054 + 'title' => esc_html__( 'Account Order Status', 'shopbuilder-pro' ),
1092 1055 'category' => 'myaccount_dashboard',
1093 1056 'is_front_page' => 'myaccount_orders_details',
1094 1057 'active' => 'on',
1095 1058 'package' => $this->pro_package(),
@@ -1099,9 +1062,9 @@
1099 1062 'account_order_details_download' => apply_filters(
1100 1063 'rtsb/elements/account_order_details_download/options',
1101 1064 [
1102 1065 'id' => 'account_order_details_download',
1103 - 'title' => esc_html__( 'Account Order Download', 'shopbuilder' ),
1066 + 'title' => esc_html__( 'Account Order Download', 'shopbuilder-pro' ),
1104 1067 'category' => 'myaccount_dashboard',
1105 1068 'is_front_page' => 'myaccount_orders_details',
1106 1069 'active' => 'on',
1107 1070 'package' => $this->pro_package(),
@@ -1111,9 +1074,9 @@
1111 1074 'account_order_details_note' => apply_filters(
1112 1075 'rtsb/elements/account_order_details_note/options',
1113 1076 [
1114 1077 'id' => 'account_order_details_note',
1115 - 'title' => esc_html__( 'Account Order Note', 'shopbuilder' ),
1078 + 'title' => esc_html__( 'Account Order Note', 'shopbuilder-pro' ),
1116 1079 'category' => 'myaccount_dashboard',
1117 1080 'is_front_page' => 'myaccount_orders_details',
1118 1081 'active' => 'on',
1119 1082 'package' => $this->pro_package(),
@@ -1123,9 +1086,9 @@
1123 1086 'account_order_details_table' => apply_filters(
1124 1087 'rtsb/elements/account_order_details_table/options',
1125 1088 [
1126 1089 'id' => 'account_order_details_table',
1127 - 'title' => esc_html__( 'Account Order Table', 'shopbuilder' ),
1090 + 'title' => esc_html__( 'Account Order Table', 'shopbuilder-pro' ),
1128 1091 'category' => 'myaccount_dashboard',
1129 1092 'is_front_page' => 'myaccount_orders_details',
1130 1093 'active' => 'on',
1131 1094 'package' => $this->pro_package(),
@@ -1135,9 +1098,9 @@
1135 1098 'account_order_details_order_again' => apply_filters(
1136 1099 'rtsb/elements/account_order_details_order_again/options',
1137 1100 [
1138 1101 'id' => 'account_order_details_order_again',
1139 - 'title' => esc_html__( 'Account Order Again Button', 'shopbuilder' ),
1102 + 'title' => esc_html__( 'Account Order Again Button', 'shopbuilder-pro' ),
1140 1103 'category' => 'myaccount_dashboard',
1141 1104 'is_front_page' => 'myaccount_orders_details',
1142 1105 'active' => 'on',
1143 1106 'package' => $this->pro_package(),
@@ -1147,9 +1110,9 @@
1147 1110 'account_order_details_order_shipping' => apply_filters(
1148 1111 'rtsb/elements/account_order_details_order_shipping/options',
1149 1112 [
1150 1113 'id' => 'account_order_details_order_shipping',
1151 - 'title' => esc_html__( 'Account Order Shipping', 'shopbuilder' ),
1114 + 'title' => esc_html__( 'Account Order Shipping', 'shopbuilder-pro' ),
1152 1115 'category' => 'myaccount_dashboard',
1153 1116 'is_front_page' => 'myaccount_orders_details',
1154 1117 'active' => 'on',
1155 1118 'package' => $this->pro_package(),
@@ -1159,9 +1122,9 @@
1159 1122 'account_order_details_order_billing' => apply_filters(
1160 1123 'rtsb/elements/account_order_details_order_billing/options',
1161 1124 [
1162 1125 'id' => 'account_order_details_order_billing',
1163 - 'title' => esc_html__( 'Account Order Billing', 'shopbuilder' ),
1126 + 'title' => esc_html__( 'Account Order Billing', 'shopbuilder-pro' ),
1164 1127 'category' => 'myaccount_dashboard',
1165 1128 'is_front_page' => 'myaccount_orders_details',
1166 1129 'active' => 'on',
1167 1130 'package' => $this->pro_package(),
@@ -1171,9 +1134,9 @@
1171 1134 'account_edit_billing_address' => apply_filters(
1172 1135 'rtsb/elements/account_edit_billing_address/options',
1173 1136 [
1174 1137 'id' => 'account_edit_billing_address',
1175 - 'title' => esc_html__( 'Edit Billing Address', 'shopbuilder' ),
1138 + 'title' => esc_html__( 'Edit Billing Address', 'shopbuilder-pro' ),
1176 1139 'category' => 'myaccount_dashboard',
1177 1140 'is_front_page' => 'myaccount_edit_billing_address',
1178 1141 'active' => 'on',
1179 1142 'package' => $this->pro_package(),
@@ -1183,9 +1146,9 @@
1183 1146 'account_edit_shipping_address' => apply_filters(
1184 1147 'rtsb/elements/account_edit_shipping_address/options',
1185 1148 [
1186 1149 'id' => 'account_edit_shipping_address',
1187 - 'title' => esc_html__( 'Edit Shipping Address', 'shopbuilder' ),
1150 + 'title' => esc_html__( 'Edit Shipping Address', 'shopbuilder-pro' ),
1188 1151 'category' => 'myaccount_dashboard',
1189 1152 'is_front_page' => 'myaccount_edit_shipping_address',
1190 1153 'active' => 'on',
1191 1154 'package' => $this->pro_package(),
@@ -1199,13 +1162,13 @@
1199 1162 * @return array
1200 1163 */
1201 1164 protected function myaccount_auth_page_widget_list() {
1202 1165 return [
1203 - 'account_login' => apply_filters(
1166 + 'account_login' => apply_filters(
1204 1167 'rtsb/elements/account_login/options',
1205 1168 [
1206 1169 'id' => 'account_login',
1207 - 'title' => esc_html__( 'Login Register Form', 'shopbuilder' ),
1170 + 'title' => esc_html__( 'Login Register Form', 'shopbuilder-pro' ),
1208 1171 'category' => 'others_widget',
1209 1172 'is_front_page' => 'myaccount_auth',
1210 1173 'active' => 'on',
1211 1174 'package' => $this->pro_package(),
@@ -1211,37 +1174,13 @@
1211 1174 'package' => $this->pro_package(),
1212 1175 'fields' => [],
1213 1176 ]
1214 1177 ),
1215 - 'account_login_form' => apply_filters(
1216 - 'rtsb/elements/account_login_form/options',
1217 - [
1218 - 'id' => 'account_login_form',
1219 - 'title' => esc_html__( 'Login Form', 'shopbuilder' ),
1220 - 'category' => 'others_widget',
1221 - 'is_front_page' => 'myaccount_auth',
1222 - 'active' => 'on',
1223 - 'package' => $this->pro_package(),
1224 - 'fields' => [],
1225 - ]
1226 - ),
1227 - 'account_registration_form' => apply_filters(
1228 - 'rtsb/elements/account_registration_form/options',
1229 - [
1230 - 'id' => 'account_registration_form',
1231 - 'title' => esc_html__( 'Registration Form', 'shopbuilder' ),
1232 - 'category' => 'others_widget',
1233 - 'is_front_page' => 'myaccount_auth',
1234 - 'active' => 'on',
1235 - 'package' => $this->pro_package(),
1236 - 'fields' => [],
1237 - ]
1238 - ),
1239 - 'account_lost_password' => apply_filters(
1178 + 'account_lost_password' => apply_filters(
1240 1179 'rtsb/elements/account_lost_password/options',
1241 1180 [
1242 1181 'id' => 'account_lost_password',
1243 - 'title' => esc_html__( 'Lost Password Form', 'shopbuilder' ),
1182 + 'title' => esc_html__( 'Lost Password Form', 'shopbuilder-pro' ),
1244 1183 'category' => 'others_widget',
1245 1184 'is_front_page' => 'myaccount_lost_password',
1246 1185 'active' => 'on',
1247 1186 'package' => $this->pro_package(),