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 -93 2.1.52.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 }
@@ -271,10 +270,10 @@
271 270 'product_onsale' => apply_filters(
272 271 'rtsb/elements/product_onsale/options',
273 272 [
274 273 'id' => 'product_onsale',
275 - 'title' => esc_html__( 'Product Badges', 'shopbuilder' ),
276 - 'base_class' => Single\ProductBadges::class,
274 + 'title' => esc_html__( 'Sale Flash - Onsale', 'shopbuilder' ),
275 + 'base_class' => Single\ProductOnSale::class,
277 276 'category' => 'product',
278 277 'active' => 'on',
279 278 'package' => 'free',
280 279 'fields' => [],
@@ -415,9 +414,9 @@
415 414 'product_sales_count' => apply_filters(
416 415 'rtsb/elements/product_sales_count/options',
417 416 [
418 417 'id' => 'product_sales_count',
419 - 'title' => esc_html__( 'Sales Count', 'shopbuilder' ),
418 + 'title' => esc_html__( 'Sales Count', 'shopbuilder-pro' ),
420 419 'category' => 'product',
421 420 'active' => '',
422 421 'package' => $this->pro_package(),
423 422 'fields' => [],
@@ -426,9 +425,9 @@
426 425 'flash_sale_countdown' => apply_filters(
427 426 'rtsb/elements/flash_sale_countdown/options',
428 427 [
429 428 'id' => 'flash_sale_countdown',
430 - 'title' => esc_html__( 'Flash Sale Countdown', 'shopbuilder' ),
429 + 'title' => esc_html__( 'Flash Sale Countdown', 'shopbuilder-pro' ),
431 430 'category' => 'product',
432 431 'active' => '',
433 432 'package' => $this->pro_package(),
434 433 'fields' => [],
@@ -437,9 +436,9 @@
437 436 'product_size_chart' => apply_filters(
438 437 'rtsb/elements/product_size_chart/options',
439 438 [
440 439 'id' => 'product_size_chart',
441 - 'title' => esc_html__( 'Size Chart', 'shopbuilder' ),
440 + 'title' => esc_html__( 'Size Chart', 'shopbuilder-pro' ),
442 441 'category' => 'product',
443 442 'active' => '',
444 443 'package' => $this->pro_package(),
445 444 'fields' => [],
@@ -448,9 +447,9 @@
448 447 'product_quick_checkout' => apply_filters(
449 448 'rtsb/elements/product_quick_checkout/options',
450 449 [
451 450 'id' => 'product_quick_checkout',
452 - 'title' => esc_html__( 'Quick Checkout', 'shopbuilder' ),
451 + 'title' => esc_html__( 'Quick Checkout', 'shopbuilder-pro' ),
453 452 'category' => 'product',
454 453 'active' => '',
455 454 'package' => $this->pro_package(),
456 455 'fields' => [],
@@ -467,19 +466,8 @@
467 466 'package' => 'free',
468 467 'fields' => [],
469 468 ]
470 469 ),
471 - 'advance_product_tabs' => apply_filters(
472 - 'rtsb/elements/advance_product_tabs/options',
473 - [
474 - 'id' => 'advance_product_tabs',
475 - 'title' => esc_html__( 'Advanced Product Tabs', 'shopbuilder' ),
476 - 'category' => 'product',
477 - 'active' => '',
478 - 'package' => $this->pro_package(),
479 - 'fields' => [],
480 - ]
481 - ),
482 470 'product_reviews' => apply_filters(
483 471 'rtsb/elements/product_reviews/options',
484 472 [
485 473 'id' => 'product_reviews',
@@ -630,9 +618,9 @@
630 618 'ajax_product_filters' => apply_filters(
631 619 'rtsb/elements/ajax_product_filters/options',
632 620 [
633 621 'id' => 'ajax_product_filters',
634 - 'title' => esc_html__( 'Ajax Product Filters', 'shopbuilder' ),
622 + 'title' => esc_html__( 'Ajax Product Filters', 'shopbuilder-pro' ),
635 623 'category' => 'shop',
636 624 'active' => 'on',
637 625 'package' => $this->pro_package(),
638 626 'fields' => [],
@@ -769,9 +757,9 @@
769 757 * @return array
770 758 */
771 759 protected function checkout_page_widget_list() {
772 760 $list = [
773 - 'billing_form' => apply_filters(
761 + 'billing_form' => apply_filters(
774 762 'rtsb/elements/billing_form/options',
775 763 [
776 764 'id' => 'billing_form',
777 765 'title' => esc_html__( 'Billing Form', 'shopbuilder' ),
@@ -781,9 +769,9 @@
781 769 'package' => 'free',
782 770 'fields' => [],
783 771 ]
784 772 ),
785 - 'shipping_form' => apply_filters(
773 + 'shipping_form' => apply_filters(
786 774 'rtsb/elements/shipping_form/options',
787 775 [
788 776 'id' => 'shipping_form',
789 777 'title' => esc_html__( 'Shipping Form', 'shopbuilder' ),
@@ -793,9 +781,9 @@
793 781 'package' => 'free',
794 782 'fields' => [],
795 783 ]
796 784 ),
797 - 'order_notes' => apply_filters(
785 + 'order_notes' => apply_filters(
798 786 'rtsb/elements/order_notes/options',
799 787 [
800 788 'id' => 'order_notes',
801 789 'title' => esc_html__( 'Order Notes', 'shopbuilder' ),
@@ -805,9 +793,9 @@
805 793 'package' => 'free',
806 794 'fields' => [],
807 795 ]
808 796 ),
809 - 'order_review' => apply_filters(
797 + 'order_review' => apply_filters(
810 798 'rtsb/elements/order_review/options',
811 799 [
812 800 'id' => 'order_review',
813 801 'title' => esc_html__( 'Order Review', 'shopbuilder' ),
@@ -817,9 +805,9 @@
817 805 'package' => 'free',
818 806 'fields' => [],
819 807 ]
820 808 ),
821 - 'checkout_payment' => apply_filters(
809 + 'checkout_payment' => apply_filters(
822 810 'rtsb/elements/checkout_payment/options',
823 811 [
824 812 'id' => 'checkout_payment',
825 813 'title' => esc_html__( 'Checkout Payment Method', 'shopbuilder' ),
@@ -829,9 +817,9 @@
829 817 'package' => 'free',
830 818 'fields' => [],
831 819 ]
832 820 ),
833 - 'coupon_form' => apply_filters(
821 + 'coupon_form' => apply_filters(
834 822 'rtsb/elements/coupon_form/options',
835 823 [
836 824 'id' => 'coupon_form',
837 825 'title' => esc_html__( 'Coupon Form', 'shopbuilder' ),
@@ -841,9 +829,9 @@
841 829 'package' => 'free',
842 830 'fields' => [],
843 831 ]
844 832 ),
845 - 'checkout_login_form' => apply_filters(
833 + 'checkout_login_form' => apply_filters(
846 834 'rtsb/elements/checkout_login_form/options',
847 835 [
848 836 'id' => 'checkout_login_form',
849 837 'title' => esc_html__( 'Login Form', 'shopbuilder' ),
@@ -853,9 +841,10 @@
853 841 'package' => 'free',
854 842 'fields' => [],
855 843 ]
856 844 ),
857 - 'shipping_method' => apply_filters(
845 +
846 + 'shipping_method' => apply_filters(
858 847 'rtsb/elements/shipping_method/options',
859 848 [
860 849 'id' => 'shipping_method',
861 850 'title' => esc_html__( 'Shipping Method', 'shopbuilder' ),
@@ -865,20 +854,8 @@
865 854 'package' => 'free',
866 855 'fields' => [],
867 856 ]
868 857 ),
869 - 'multi_step_checkout_widget' => apply_filters(
870 - 'rtsb/elements/multi_step_checkout_widget/options',
871 - [
872 - 'id' => 'multi_step_checkout_widget',
873 - 'title' => esc_html__( 'Multi Step Checkout', 'shopbuilder' ),
874 - 'base_class' => CheckoutPro\MultiStepCheckout::class,
875 - 'category' => 'checkout',
876 - 'active' => '',
877 - 'package' => $this->pro_package(),
878 - 'fields' => [],
879 - ]
880 - ),
881 858
882 859 ];
883 860
884 861 return apply_filters( 'rtsb/core/elements/checkout/widget_list', $list );
@@ -894,9 +871,9 @@
894 871 'order_received_text' => apply_filters(
895 872 'rtsb/elements/order_received_text/options',
896 873 [
897 874 'id' => 'order_received_text',
898 - 'title' => esc_html__( 'Order Received Text', 'shopbuilder' ),
875 + 'title' => esc_html__( 'Order Received Text', 'shopbuilder-pro' ),
899 876 'category' => 'thank_you',
900 877 'is_front_page' => 'thank_you',
901 878 'active' => 'on',
902 879 'package' => $this->pro_package(),
@@ -906,9 +883,9 @@
906 883 'order_details_summary' => apply_filters(
907 884 'rtsb/elements/order_details_summary/options',
908 885 [
909 886 'id' => 'order_details_summary',
910 - 'title' => esc_html__( 'Order Details Summary', 'shopbuilder' ),
887 + 'title' => esc_html__( 'Order Details Summary', 'shopbuilder-pro' ),
911 888 'category' => 'thank_you',
912 889 'is_front_page' => 'thank_you',
913 890 'active' => 'on',
914 891 'package' => $this->pro_package(),
@@ -918,9 +895,9 @@
918 895 'order_details_table' => apply_filters(
919 896 'rtsb/elements/order_details_table/options',
920 897 [
921 898 'id' => 'order_details_table',
922 - 'title' => esc_html__( 'Order Details Table', 'shopbuilder' ),
899 + 'title' => esc_html__( 'Order Details Table', 'shopbuilder-pro' ),
923 900 'category' => 'thank_you',
924 901 'is_front_page' => 'thank_you',
925 902 'active' => 'on',
926 903 'package' => $this->pro_package(),
@@ -930,9 +907,9 @@
930 907 'downloadable_products' => apply_filters(
931 908 'rtsb/elements/downloadable_products/options',
932 909 [
933 910 'id' => 'downloadable_products',
934 - 'title' => esc_html__( 'Downloadable Products', 'shopbuilder' ),
911 + 'title' => esc_html__( 'Downloadable Products', 'shopbuilder-pro' ),
935 912 'category' => 'thank_you',
936 913 'is_front_page' => 'thank_you',
937 914 'active' => 'on',
938 915 'package' => $this->pro_package(),
@@ -942,9 +919,9 @@
942 919 'order_billing_address' => apply_filters(
943 920 'rtsb/elements/order_billing_address/options',
944 921 [
945 922 'id' => 'order_billing_address',
946 - 'title' => esc_html__( 'Order Billing Address', 'shopbuilder' ),
923 + 'title' => esc_html__( 'Order Billing Address', 'shopbuilder-pro' ),
947 924 'category' => 'thank_you',
948 925 'is_front_page' => 'thank_you',
949 926 'active' => 'on',
950 927 'package' => $this->pro_package(),
@@ -954,9 +931,9 @@
954 931 'order_shipping_address' => apply_filters(
955 932 'rtsb/elements/order_shipping_address/options',
956 933 [
957 934 'id' => 'order_shipping_address',
958 - 'title' => esc_html__( 'Order Shipping Address', 'shopbuilder' ),
935 + 'title' => esc_html__( 'Order Shipping Address', 'shopbuilder-pro' ),
959 936 'category' => 'thank_you',
960 937 'is_front_page' => 'thank_you',
961 938 'active' => 'on',
962 939 'package' => $this->pro_package(),
@@ -977,9 +954,9 @@
977 954 'account_navigation_edit_shipping' => apply_filters(
978 955 'rtsb/elements/account_navigation_edit_shipping/options',
979 956 [
980 957 'id' => 'account_navigation_edit_shipping',
981 - 'title' => esc_html__( 'Account Navigation', 'shopbuilder' ),
958 + 'title' => esc_html__( 'Account Navigation', 'shopbuilder-pro' ),
982 959 'category' => 'myaccount_dashboard',
983 960 'is_front_page' => 'all_myaccount_dashboard_inner',
984 961 'active' => 'on',
985 962 'package' => $this->pro_package(),
@@ -989,9 +966,9 @@
989 966 'account_dashboard' => apply_filters(
990 967 'rtsb/elements/account_dashboard/options',
991 968 [
992 969 'id' => 'account_dashboard',
993 - 'title' => esc_html__( 'Account Dashboard', 'shopbuilder' ),
970 + 'title' => esc_html__( 'Account Dashboard', 'shopbuilder-pro' ),
994 971 'category' => 'myaccount_dashboard',
995 972 'is_front_page' => 'myaccount_dashboard',
996 973 'active' => 'on',
997 974 'package' => $this->pro_package(),
@@ -1001,9 +978,9 @@
1001 978 'account_orders' => apply_filters(
1002 979 'rtsb/elements/account_orders/options',
1003 980 [
1004 981 'id' => 'account_orders',
1005 - 'title' => esc_html__( 'Account Orders', 'shopbuilder' ),
982 + 'title' => esc_html__( 'Account Orders', 'shopbuilder-pro' ),
1006 983 'category' => 'myaccount_dashboard',
1007 984 'is_front_page' => 'myaccount_order',
1008 985 'active' => 'on',
1009 986 'package' => $this->pro_package(),
@@ -1013,9 +990,9 @@
1013 990 'account_downloads' => apply_filters(
1014 991 'rtsb/elements/account_downloads/options',
1015 992 [
1016 993 'id' => 'account_downloads',
1017 - 'title' => esc_html__( 'Account Downloads', 'shopbuilder' ),
994 + 'title' => esc_html__( 'Account Downloads', 'shopbuilder-pro' ),
1018 995 'category' => 'myaccount_dashboard',
1019 996 'is_front_page' => 'myaccount_downloads',
1020 997 'active' => 'on',
1021 998 'package' => $this->pro_package(),
@@ -1025,9 +1002,9 @@
1025 1002 'account_billing_address' => apply_filters(
1026 1003 'rtsb/elements/account_billing_address/options',
1027 1004 [
1028 1005 'id' => 'account_billing_address',
1029 - 'title' => esc_html__( 'Account Billing Address', 'shopbuilder' ),
1006 + 'title' => esc_html__( 'Account Billing Address', 'shopbuilder-pro' ),
1030 1007 'category' => 'myaccount_dashboard',
1031 1008 'is_front_page' => 'myaccount_address',
1032 1009 'active' => 'on',
1033 1010 'package' => $this->pro_package(),
@@ -1037,9 +1014,9 @@
1037 1014 'account_shipping_address' => apply_filters(
1038 1015 'rtsb/elements/account_shipping_address/options',
1039 1016 [
1040 1017 'id' => 'account_shipping_address',
1041 - 'title' => esc_html__( 'Account Shipping Address', 'shopbuilder' ),
1018 + 'title' => esc_html__( 'Account Shipping Address', 'shopbuilder-pro' ),
1042 1019 'category' => 'myaccount_dashboard',
1043 1020 'is_front_page' => 'myaccount_address',
1044 1021 'active' => 'on',
1045 1022 'package' => $this->pro_package(),
@@ -1049,9 +1026,9 @@
1049 1026 'account_address_description' => apply_filters(
1050 1027 'rtsb/elements/account_address_description/options',
1051 1028 [
1052 1029 'id' => 'account_address_description',
1053 - 'title' => esc_html__( 'Account Address Description', 'shopbuilder' ),
1030 + 'title' => esc_html__( 'Account Address Description', 'shopbuilder-pro' ),
1054 1031 'category' => 'myaccount_dashboard',
1055 1032 'is_front_page' => 'myaccount_address',
1056 1033 'active' => 'on',
1057 1034 'package' => $this->pro_package(),
@@ -1061,9 +1038,9 @@
1061 1038 'account_details' => apply_filters(
1062 1039 'rtsb/elements/account_details/options',
1063 1040 [
1064 1041 'id' => 'account_details',
1065 - 'title' => esc_html__( 'Account Edit / Details', 'shopbuilder' ),
1042 + 'title' => esc_html__( 'Account Edit / Details', 'shopbuilder-pro' ),
1066 1043 'category' => 'myaccount_dashboard',
1067 1044 'is_front_page' => 'myaccount_edit_details',
1068 1045 'active' => 'on',
1069 1046 'package' => $this->pro_package(),
@@ -1073,9 +1050,9 @@
1073 1050 'account_order_status' => apply_filters(
1074 1051 'rtsb/elements/account_order_status/options',
1075 1052 [
1076 1053 'id' => 'account_order_status',
1077 - 'title' => esc_html__( 'Account Order Status', 'shopbuilder' ),
1054 + 'title' => esc_html__( 'Account Order Status', 'shopbuilder-pro' ),
1078 1055 'category' => 'myaccount_dashboard',
1079 1056 'is_front_page' => 'myaccount_orders_details',
1080 1057 'active' => 'on',
1081 1058 'package' => $this->pro_package(),
@@ -1085,9 +1062,9 @@
1085 1062 'account_order_details_download' => apply_filters(
1086 1063 'rtsb/elements/account_order_details_download/options',
1087 1064 [
1088 1065 'id' => 'account_order_details_download',
1089 - 'title' => esc_html__( 'Account Order Download', 'shopbuilder' ),
1066 + 'title' => esc_html__( 'Account Order Download', 'shopbuilder-pro' ),
1090 1067 'category' => 'myaccount_dashboard',
1091 1068 'is_front_page' => 'myaccount_orders_details',
1092 1069 'active' => 'on',
1093 1070 'package' => $this->pro_package(),
@@ -1097,9 +1074,9 @@
1097 1074 'account_order_details_note' => apply_filters(
1098 1075 'rtsb/elements/account_order_details_note/options',
1099 1076 [
1100 1077 'id' => 'account_order_details_note',
1101 - 'title' => esc_html__( 'Account Order Note', 'shopbuilder' ),
1078 + 'title' => esc_html__( 'Account Order Note', 'shopbuilder-pro' ),
1102 1079 'category' => 'myaccount_dashboard',
1103 1080 'is_front_page' => 'myaccount_orders_details',
1104 1081 'active' => 'on',
1105 1082 'package' => $this->pro_package(),
@@ -1109,9 +1086,9 @@
1109 1086 'account_order_details_table' => apply_filters(
1110 1087 'rtsb/elements/account_order_details_table/options',
1111 1088 [
1112 1089 'id' => 'account_order_details_table',
1113 - 'title' => esc_html__( 'Account Order Table', 'shopbuilder' ),
1090 + 'title' => esc_html__( 'Account Order Table', 'shopbuilder-pro' ),
1114 1091 'category' => 'myaccount_dashboard',
1115 1092 'is_front_page' => 'myaccount_orders_details',
1116 1093 'active' => 'on',
1117 1094 'package' => $this->pro_package(),
@@ -1121,9 +1098,9 @@
1121 1098 'account_order_details_order_again' => apply_filters(
1122 1099 'rtsb/elements/account_order_details_order_again/options',
1123 1100 [
1124 1101 'id' => 'account_order_details_order_again',
1125 - 'title' => esc_html__( 'Account Order Again Button', 'shopbuilder' ),
1102 + 'title' => esc_html__( 'Account Order Again Button', 'shopbuilder-pro' ),
1126 1103 'category' => 'myaccount_dashboard',
1127 1104 'is_front_page' => 'myaccount_orders_details',
1128 1105 'active' => 'on',
1129 1106 'package' => $this->pro_package(),
@@ -1133,9 +1110,9 @@
1133 1110 'account_order_details_order_shipping' => apply_filters(
1134 1111 'rtsb/elements/account_order_details_order_shipping/options',
1135 1112 [
1136 1113 'id' => 'account_order_details_order_shipping',
1137 - 'title' => esc_html__( 'Account Order Shipping', 'shopbuilder' ),
1114 + 'title' => esc_html__( 'Account Order Shipping', 'shopbuilder-pro' ),
1138 1115 'category' => 'myaccount_dashboard',
1139 1116 'is_front_page' => 'myaccount_orders_details',
1140 1117 'active' => 'on',
1141 1118 'package' => $this->pro_package(),
@@ -1145,9 +1122,9 @@
1145 1122 'account_order_details_order_billing' => apply_filters(
1146 1123 'rtsb/elements/account_order_details_order_billing/options',
1147 1124 [
1148 1125 'id' => 'account_order_details_order_billing',
1149 - 'title' => esc_html__( 'Account Order Billing', 'shopbuilder' ),
1126 + 'title' => esc_html__( 'Account Order Billing', 'shopbuilder-pro' ),
1150 1127 'category' => 'myaccount_dashboard',
1151 1128 'is_front_page' => 'myaccount_orders_details',
1152 1129 'active' => 'on',
1153 1130 'package' => $this->pro_package(),
@@ -1157,9 +1134,9 @@
1157 1134 'account_edit_billing_address' => apply_filters(
1158 1135 'rtsb/elements/account_edit_billing_address/options',
1159 1136 [
1160 1137 'id' => 'account_edit_billing_address',
1161 - 'title' => esc_html__( 'Edit Billing Address', 'shopbuilder' ),
1138 + 'title' => esc_html__( 'Edit Billing Address', 'shopbuilder-pro' ),
1162 1139 'category' => 'myaccount_dashboard',
1163 1140 'is_front_page' => 'myaccount_edit_billing_address',
1164 1141 'active' => 'on',
1165 1142 'package' => $this->pro_package(),
@@ -1169,9 +1146,9 @@
1169 1146 'account_edit_shipping_address' => apply_filters(
1170 1147 'rtsb/elements/account_edit_shipping_address/options',
1171 1148 [
1172 1149 'id' => 'account_edit_shipping_address',
1173 - 'title' => esc_html__( 'Edit Shipping Address', 'shopbuilder' ),
1150 + 'title' => esc_html__( 'Edit Shipping Address', 'shopbuilder-pro' ),
1174 1151 'category' => 'myaccount_dashboard',
1175 1152 'is_front_page' => 'myaccount_edit_shipping_address',
1176 1153 'active' => 'on',
1177 1154 'package' => $this->pro_package(),
@@ -1185,13 +1162,13 @@
1185 1162 * @return array
1186 1163 */
1187 1164 protected function myaccount_auth_page_widget_list() {
1188 1165 return [
1189 - 'account_login' => apply_filters(
1166 + 'account_login' => apply_filters(
1190 1167 'rtsb/elements/account_login/options',
1191 1168 [
1192 1169 'id' => 'account_login',
1193 - 'title' => esc_html__( 'Login Register Form', 'shopbuilder' ),
1170 + 'title' => esc_html__( 'Login Register Form', 'shopbuilder-pro' ),
1194 1171 'category' => 'others_widget',
1195 1172 'is_front_page' => 'myaccount_auth',
1196 1173 'active' => 'on',
1197 1174 'package' => $this->pro_package(),
@@ -1197,37 +1174,13 @@
1197 1174 'package' => $this->pro_package(),
1198 1175 'fields' => [],
1199 1176 ]
1200 1177 ),
1201 - 'account_login_form' => apply_filters(
1202 - 'rtsb/elements/account_login_form/options',
1203 - [
1204 - 'id' => 'account_login_form',
1205 - 'title' => esc_html__( 'Login Form', 'shopbuilder' ),
1206 - 'category' => 'others_widget',
1207 - 'is_front_page' => 'myaccount_auth',
1208 - 'active' => 'on',
1209 - 'package' => $this->pro_package(),
1210 - 'fields' => [],
1211 - ]
1212 - ),
1213 - 'account_registration_form' => apply_filters(
1214 - 'rtsb/elements/account_registration_form/options',
1215 - [
1216 - 'id' => 'account_registration_form',
1217 - 'title' => esc_html__( 'Registration Form', 'shopbuilder' ),
1218 - 'category' => 'others_widget',
1219 - 'is_front_page' => 'myaccount_auth',
1220 - 'active' => 'on',
1221 - 'package' => $this->pro_package(),
1222 - 'fields' => [],
1223 - ]
1224 - ),
1225 - 'account_lost_password' => apply_filters(
1178 + 'account_lost_password' => apply_filters(
1226 1179 'rtsb/elements/account_lost_password/options',
1227 1180 [
1228 1181 'id' => 'account_lost_password',
1229 - 'title' => esc_html__( 'Lost Password Form', 'shopbuilder' ),
1182 + 'title' => esc_html__( 'Lost Password Form', 'shopbuilder-pro' ),
1230 1183 'category' => 'others_widget',
1231 1184 'is_front_page' => 'myaccount_lost_password',
1232 1185 'active' => 'on',
1233 1186 'package' => $this->pro_package(),