Changeset 3225698
- Timestamp:
- 01/20/2025 03:37:45 PM (14 months ago)
- Location:
- squad-modules-for-divi
- Files:
-
- 51 edited
-
tags/3.2.1/includes/Base/DiviBuilder/Module.php (modified) (4 diffs)
-
tags/3.2.1/includes/Base/DiviBuilder/Module/FormStyler.php (modified) (77 diffs)
-
tags/3.2.1/includes/Base/DiviBuilder/Utils/Elements/CustomFields/Traits/TablePopulationTrait.php (modified) (1 diff)
-
tags/3.2.1/includes/Base/DiviBuilder/Utils/Elements/Forms.php (modified) (2 diffs)
-
tags/3.2.1/includes/Base/DiviBuilder/Utils/Fields/DefinitionTrait.php (modified) (2 diffs)
-
tags/3.2.1/includes/Core/Cache.php (modified) (2 diffs)
-
tags/3.2.1/includes/Core/Memory.php (modified) (1 diff)
-
tags/3.2.1/includes/Core/Requirements.php (modified) (9 diffs)
-
tags/3.2.1/includes/Core/Supports/Site_Health.php (modified) (1 diff)
-
tags/3.2.1/includes/Core/Traits/DetectPluginLife.php (modified) (15 diffs)
-
tags/3.2.1/includes/Core/Traits/Logger.php (modified) (15 diffs)
-
tags/3.2.1/includes/Core/Traits/UseWPFilesystem.php (modified) (2 diffs)
-
tags/3.2.1/includes/Managers/Assets/Modules.php (modified) (1 diff)
-
tags/3.2.1/includes/Managers/Features/Modules.php (modified) (24 diffs)
-
tags/3.2.1/includes/Modules/Forms/ContactForm7.php (modified) (38 diffs)
-
tags/3.2.1/includes/Modules/Forms/FluentForms.php (modified) (35 diffs)
-
tags/3.2.1/includes/Modules/Forms/Forminator.php (modified) (29 diffs)
-
tags/3.2.1/includes/Modules/Forms/GravityForms.php (modified) (43 diffs)
-
tags/3.2.1/includes/Modules/Forms/NinjaForms.php (modified) (30 diffs)
-
tags/3.2.1/includes/Modules/Forms/WPForms.php (modified) (28 diffs)
-
tags/3.2.1/includes/Settings/Migration.php (modified) (2 diffs)
-
tags/3.2.1/includes/SquadModules.php (modified) (14 diffs)
-
tags/3.2.1/readme.txt (modified) (1 diff)
-
trunk/deprecated/Base/Memory.php (modified) (2 diffs)
-
trunk/deprecated/Integrations/WP.php (modified) (2 diffs)
-
trunk/deprecated/Utils/Media/Filesystem.php (modified) (2 diffs)
-
trunk/deprecated/Utils/Polyfills/Str.php (modified) (2 diffs)
-
trunk/deprecated/Utils/Singleton.php (modified) (2 diffs)
-
trunk/includes/Base/DiviBuilder/Module.php (modified) (4 diffs)
-
trunk/includes/Base/DiviBuilder/Module/FormStyler.php (modified) (77 diffs)
-
trunk/includes/Base/DiviBuilder/Utils/Elements/CustomFields/Traits/TablePopulationTrait.php (modified) (1 diff)
-
trunk/includes/Base/DiviBuilder/Utils/Elements/Forms.php (modified) (2 diffs)
-
trunk/includes/Base/DiviBuilder/Utils/Fields/DefinitionTrait.php (modified) (2 diffs)
-
trunk/includes/Core/Cache.php (modified) (2 diffs)
-
trunk/includes/Core/Memory.php (modified) (1 diff)
-
trunk/includes/Core/Requirements.php (modified) (9 diffs)
-
trunk/includes/Core/Supports/Site_Health.php (modified) (1 diff)
-
trunk/includes/Core/Traits/DetectPluginLife.php (modified) (15 diffs)
-
trunk/includes/Core/Traits/Logger.php (modified) (15 diffs)
-
trunk/includes/Core/Traits/UseWPFilesystem.php (modified) (2 diffs)
-
trunk/includes/Managers/Assets/Modules.php (modified) (1 diff)
-
trunk/includes/Managers/Features/Modules.php (modified) (24 diffs)
-
trunk/includes/Modules/Forms/ContactForm7.php (modified) (38 diffs)
-
trunk/includes/Modules/Forms/FluentForms.php (modified) (35 diffs)
-
trunk/includes/Modules/Forms/Forminator.php (modified) (29 diffs)
-
trunk/includes/Modules/Forms/GravityForms.php (modified) (43 diffs)
-
trunk/includes/Modules/Forms/NinjaForms.php (modified) (30 diffs)
-
trunk/includes/Modules/Forms/WPForms.php (modified) (28 diffs)
-
trunk/includes/Settings/Migration.php (modified) (2 diffs)
-
trunk/includes/SquadModules.php (modified) (14 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
squad-modules-for-divi/tags/3.2.1/includes/Base/DiviBuilder/Module.php
r3225687 r3225698 130 130 * Log an error and optionally send an error report. 131 131 * 132 * @since 3.2. 1132 * @since 3.2.0 133 133 * 134 134 * @param mixed $error The exception or error to log. … … 169 169 * Filter the error message displayed when an exception occurs. 170 170 * 171 * @since 3.2. 1171 * @since 3.2.0 172 172 * 173 173 * @param string $error_message The error message. … … 182 182 * Filter the error message displayed when an exception occurs. 183 183 * 184 * @since 3.2. 1184 * @since 3.2.0 185 185 * 186 186 * @param string $error_message The error message. … … 193 193 * Render a notice. 194 194 * 195 * @since 3.2. 1195 * @since 3.2.0 196 196 * 197 197 * @param string $message The message to display. -
squad-modules-for-divi/tags/3.2.1/includes/Base/DiviBuilder/Module/FormStyler.php
r3225687 r3225698 34 34 * CSS Selectors configuration 35 35 * 36 * @since 3.2. 136 * @since 3.2.0 37 37 * @var array 38 38 */ … … 42 42 * CSS selector for the form 43 43 * 44 * @since 3.2. 144 * @since 3.2.0 45 45 * @var string 46 46 */ … … 50 50 * CSS selector for form fields 51 51 * 52 * @since 3.2. 152 * @since 3.2.0 53 53 * @var string 54 54 */ … … 58 58 * CSS selector for the submit button 59 59 * 60 * @since 3.2. 160 * @since 3.2.0 61 61 * @var string 62 62 */ … … 66 66 * CSS selector for error messages 67 67 * 68 * @since 3.2. 168 * @since 3.2.0 69 69 * @var string 70 70 */ … … 74 74 * CSS selector for success messages 75 75 * 76 * @since 3.2. 176 * @since 3.2.0 77 77 * @var string 78 78 */ … … 84 84 * Initializes the parent constructor and sets up the selectors and hooks. 85 85 * 86 * @since 3.2. 186 * @since 3.2.0 87 87 * @access public 88 88 * @return void … … 94 94 * Allows executing code before the form styler is initialized. 95 95 * 96 * @since 3.2. 196 * @since 3.2.0 97 97 * 98 98 * @param FormStyler $this Current FormStyler instance … … 106 106 * Fires after the FormStyler instance is constructed. 107 107 * 108 * @since 3.2. 1108 * @since 3.2.0 109 109 * 110 110 * @param FormStyler $this Current FormStyler instance … … 116 116 * Get settings modal toggles for the module. 117 117 * 118 * @since 3.2. 1118 * @since 3.2.0 119 119 * @access public 120 120 * … … 170 170 * Filters the settings modal toggles for the Form Styler. 171 171 * 172 * @since 3.2. 1172 * @since 3.2.0 173 173 * 174 174 * @param array $toggles The default toggles for the Form Styler. … … 221 221 * Filters the fields for the Form Styler. 222 222 * 223 * @since 3.2. 1223 * @since 3.2.0 224 224 * 225 225 * @param string $slug The slug of current module. … … 235 235 * Get custom CSS fields configuration. 236 236 * 237 * @since 3.2. 1237 * @since 3.2.0 238 238 * @access public 239 239 * … … 272 272 * Get transition fields CSS properties. 273 273 * 274 * @since 3.2. 1274 * @since 3.2.0 275 275 * @access public 276 276 * … … 287 287 * Initialize selectors for the form styler. 288 288 * 289 * @since 3.2. 1289 * @since 3.2.0 290 290 * @access protected 291 291 * … … 297 297 * Set up hooks for the FormStyler. 298 298 * 299 * @since 3.2. 1299 * @since 3.2.0 300 300 * @access protected 301 301 * … … 316 316 * ``` 317 317 * 318 * @since 3.2. 1318 * @since 3.2.0 319 319 * @access protected 320 320 * … … 337 337 * Filter the CSS selector value before return 338 338 * 339 * @since 3.2. 1339 * @since 3.2.0 340 340 * 341 341 * @param string $key Original selector key … … 359 359 * ``` 360 360 * 361 * @since 3.2. 1361 * @since 3.2.0 362 362 * @access protected 363 363 * … … 408 408 * ``` 409 409 * 410 * @since 3.2. 1410 * @since 3.2.0 411 411 * @access protected 412 412 * … … 422 422 * Filter the hover selectors before they are combined 423 423 * 424 * @since 3.2. 1424 * @since 3.2.0 425 425 * 426 426 * @param array $hover_selectors Array of hover selectors … … 447 447 * ``` 448 448 * 449 * @since 3.2. 1449 * @since 3.2.0 450 450 * @access protected 451 451 * … … 472 472 * Add :hover pseudo-class to a single selector. 473 473 * 474 * @since 3.2. 1474 * @since 3.2.0 475 475 * @access private 476 476 * … … 492 492 * Filter the hover selector for a single selector 493 493 * 494 * @since 3.2. 1494 * @since 3.2.0 495 495 * 496 496 * @param string $hover_selector The generated hover selector … … 509 509 * Get general fields for the module. 510 510 * 511 * @since 3.2. 1511 * @since 3.2.0 512 512 * @access protected 513 513 * … … 518 518 * Filters the general fields for the form styler module. 519 519 * 520 * @since 3.2. 1520 * @since 3.2.0 521 521 * 522 522 * @param array $fields Default array of general fields … … 529 529 * Get design fields for the module. 530 530 * 531 * @since 3.2. 1531 * @since 3.2.0 532 532 * @access protected 533 533 * … … 560 560 * Get advanced fields for the module. 561 561 * 562 * @since 3.2. 1562 * @since 3.2.0 563 563 * @access protected 564 564 * … … 572 572 * Get background fields for the module. 573 573 * 574 * @since 3.2. 1574 * @since 3.2.0 575 575 * @access protected 576 576 * … … 604 604 * Filters the background fields for the Form Styler. 605 605 * 606 * @since 3.2. 1606 * @since 3.2.0 607 607 * 608 608 * @param array $background_fields The default background fields for the Form Styler. … … 615 615 * Add a background field. 616 616 * 617 * @since 3.2. 1617 * @since 3.2.0 618 618 * @access protected 619 619 * … … 639 639 * Get button fields for the module. 640 640 * 641 * @since 3.2. 1641 * @since 3.2.0 642 642 * @access protected 643 643 * … … 662 662 * Get additional design fields for the module. 663 663 * 664 * @since 3.2. 1664 * @since 3.2.0 665 665 * @access protected 666 666 * … … 698 698 * Filters additional checkbox and radio fields for the Form Styler. 699 699 * 700 * @since 3.2. 1700 * @since 3.2.0 701 701 * 702 702 * @param array $checkbox_radio_fields The default checkbox and radio fields for the Form Styler. … … 709 709 * Get custom spacing fields for the module. 710 710 * 711 * @since 3.2. 1711 * @since 3.2.0 712 712 * @access protected 713 713 * … … 759 759 * Filters the custom spacing fields for the Form Styler. 760 760 * 761 * @since 3.2. 1761 * @since 3.2.0 762 762 * 763 763 * @param array $custom_spacing_fields The generated custom spacing fields. … … 769 769 * Get margin and padding fields for a specific element. 770 770 * 771 * @since 3.2. 1771 * @since 3.2.0 772 772 * @access protected 773 773 * … … 809 809 * Add a custom spacing field. 810 810 * 811 * @since 3.2. 1811 * @since 3.2.0 812 812 * @access protected 813 813 * … … 822 822 * Filter the custom spacing field settings 823 823 * 824 * @since 3.2. 1824 * @since 3.2.0 825 825 * 826 826 * @param array $field_settings The field settings to be merged … … 851 851 * This method can be overridden in child classes to add custom fields. 852 852 * 853 * @since 3.2. 1853 * @since 3.2.0 854 854 * @access protected 855 855 * … … 869 869 * This method can be overridden in child classes to specify removable fields. 870 870 * 871 * @since 3.2. 1871 * @since 3.2.0 872 872 * @access protected 873 873 * … … 881 881 * Add transition fields to the provided fields array. 882 882 * 883 * @since 3.2. 1883 * @since 3.2.0 884 884 * @access protected 885 885 * … … 892 892 * Fires before adding transition fields. 893 893 * 894 * @since 3.2. 1894 * @since 3.2.0 895 895 * 896 896 * @param array $fields Reference to fields array … … 909 909 * Fires after adding transition fields. 910 910 * 911 * @since 3.2. 1911 * @since 3.2.0 912 912 * 913 913 * @param array $fields Reference to fields array … … 919 919 * Add wrapper transition fields. 920 920 * 921 * @since 3.2. 1921 * @since 3.2.0 922 922 * @access protected 923 923 * … … 938 938 * Add field transition fields. 939 939 * 940 * @since 3.2. 1940 * @since 3.2.0 941 941 * @access protected 942 942 * … … 958 958 * Add error message transition fields. 959 959 * 960 * @since 3.2. 1960 * @since 3.2.0 961 961 * @access protected 962 962 * … … 978 978 * Add success message transition fields. 979 979 * 980 * @since 3.2. 1980 * @since 3.2.0 981 981 * @access protected 982 982 * … … 998 998 * Add button transition fields. 999 999 * 1000 * @since 3.2. 11000 * @since 3.2.0 1001 1001 * @access protected 1002 1002 * … … 1020 1020 * Add checkbox and radio transition fields. 1021 1021 * 1022 * @since 3.2. 11022 * @since 3.2.0 1023 1023 * @access protected 1024 1024 * … … 1038 1038 * Add generic transition fields. 1039 1039 * 1040 * @since 3.2. 11040 * @since 3.2.0 1041 1041 * @access protected 1042 1042 * … … 1064 1064 * ``` 1065 1065 * 1066 * @since 3.2. 11066 * @since 3.2.0 1067 1067 * @access protected 1068 1068 * … … 1075 1075 * Fires before generating all module styles. 1076 1076 * 1077 * @since 3.2. 11077 * @since 3.2.0 1078 1078 * 1079 1079 * @param array $attrs The style attributes … … 1087 1087 * Filter the attributes before generating styles 1088 1088 * 1089 * @since 3.2. 11089 * @since 3.2.0 1090 1090 * 1091 1091 * @param array $attrs The combined attributes … … 1099 1099 * Filter the style options before generating styles 1100 1100 * 1101 * @since 3.2. 11101 * @since 3.2.0 1102 1102 * 1103 1103 * @param array $options The style options … … 1111 1111 * Fires after generating all module styles. 1112 1112 * 1113 * @since 3.2. 11113 * @since 3.2.0 1114 1114 * 1115 1115 * @param array $attrs The style attributes used … … 1133 1133 * ``` 1134 1134 * 1135 * @since 3.2. 11135 * @since 3.2.0 1136 1136 * @access protected 1137 1137 * … … 1157 1157 * for various form elements. 1158 1158 * 1159 * @since 3.2. 11159 * @since 3.2.0 1160 1160 * @access protected 1161 1161 * … … 1180 1180 * and message areas. 1181 1181 * 1182 * @since 3.2. 11182 * @since 3.2.0 1183 1183 * @access protected 1184 1184 * … … 1201 1201 * modify existing ones, or remove elements from the background styling options. 1202 1202 * 1203 * @since 3.2. 11203 * @since 3.2.0 1204 1204 * 1205 1205 * @param array $option_fields An associative array of background options and their CSS selectors. … … 1217 1217 * Add checkbox and radio options to the stylesheet selectors. 1218 1218 * 1219 * @since 3.2. 11219 * @since 3.2.0 1220 1220 * @access protected 1221 1221 * … … 1254 1254 * Add button width option to the stylesheet selectors. 1255 1255 * 1256 * @since 3.2. 11256 * @since 3.2.0 1257 1257 * @access protected 1258 1258 * … … 1277 1277 * Add margin and padding options to the stylesheet selectors. 1278 1278 * 1279 * @since 3.2. 11279 * @since 3.2.0 1280 1280 * @access protected 1281 1281 * … … 1305 1305 * and message areas. 1306 1306 * 1307 * @since 3.2. 11307 * @since 3.2.0 1308 1308 * @access protected 1309 1309 * @return array An associative array of form elements and their corresponding CSS selectors. … … 1325 1325 * modify existing ones, or remove elements from the styling options. 1326 1326 * 1327 * @since 3.2. 11327 * @since 3.2.0 1328 1328 * 1329 1329 * @param array $option_fields An associative array of form elements and their CSS selectors. … … 1353 1353 * ``` 1354 1354 * 1355 * @since 3.2. 11355 * @since 3.2.0 1356 1356 * @access protected 1357 1357 * … … 1365 1365 * Fires before generating individual module styles. 1366 1366 * 1367 * @since 3.2. 11367 * @since 3.2.0 1368 1368 * 1369 1369 * @param array $attrs The style attributes … … 1376 1376 * Fires before generating style for a specific option. 1377 1377 * 1378 * @since 3.2. 11378 * @since 3.2.0 1379 1379 * 1380 1380 * @param string $option_key The option key … … 1400 1400 * Fires after generating style for a specific option. 1401 1401 * 1402 * @since 3.2. 11402 * @since 3.2.0 1403 1403 * 1404 1404 * @param string $option_key The option key … … 1412 1412 * Fires after generating all individual module styles. 1413 1413 * 1414 * @since 3.2. 11414 * @since 3.2.0 1415 1415 * 1416 1416 * @param array $attrs The style attributes … … 1423 1423 * Generate background style. 1424 1424 * 1425 * @since 3.2. 11425 * @since 3.2.0 1426 1426 * @access protected 1427 1427 * … … 1458 1458 * Generate default style. 1459 1459 * 1460 * @since 3.2. 11460 * @since 3.2.0 1461 1461 * @access protected 1462 1462 * … … 1479 1479 * Generate single style. 1480 1480 * 1481 * @since 3.2. 11481 * @since 3.2.0 1482 1482 * @access protected 1483 1483 * … … 1492 1492 * Filter the style generation parameters 1493 1493 * 1494 * @since 3.2. 11494 * @since 3.2.0 1495 1495 * 1496 1496 * @param array $style_params Style generation parameters … … 1518 1518 * Generate margin and padding style. 1519 1519 * 1520 * @since 3.2. 11520 * @since 3.2.0 1521 1521 * @access protected 1522 1522 * … … 1558 1558 * ``` 1559 1559 * 1560 * @since 3.2. 11560 * @since 3.2.0 1561 1561 * @access protected 1562 1562 * … … 1571 1571 * Filters the list of fields to be removed. 1572 1572 * 1573 * @since 3.2. 11573 * @since 3.2.0 1574 1574 * 1575 1575 * @param array $removals List of field keys to be removed. -
squad-modules-for-divi/tags/3.2.1/includes/Base/DiviBuilder/Utils/Elements/CustomFields/Traits/TablePopulationTrait.php
r3225687 r3225698 107 107 * Verify if the custom fields table exists. 108 108 * 109 * @since 3.2. 1109 * @since 3.2.0 110 110 * 111 111 * @return bool True if table exists. -
squad-modules-for-divi/tags/3.2.1/includes/Base/DiviBuilder/Utils/Elements/Forms.php
r3225687 r3225698 65 65 * Filter the allowed fields for the module. 66 66 * 67 * @since 3.2. 167 * @since 3.2.0 68 68 * 69 69 * @param array $allowed_fields List of allowed field types. … … 87 87 * Filter the custom spacing prefixes. 88 88 * 89 * @since 3.2. 189 * @since 3.2.0 90 90 * 91 91 * @param array $prefixes Custom spacing prefixes. -
squad-modules-for-divi/tags/3.2.1/includes/Base/DiviBuilder/Utils/Fields/DefinitionTrait.php
r3225687 r3225698 54 54 * Adds a border field configuration for Divi modules. 55 55 * 56 * @since 3.2. 156 * @since 3.2.0 57 57 * 58 58 * @param string $label The label for the border field. … … 97 97 * 98 98 * @since 1.0.0 99 * @since 3.2. 1Improved flexibility and alignment with Divi standards.99 * @since 3.2.0 Improved flexibility and alignment with Divi standards. 100 100 * 101 101 * @param string $label The label for the box shadow field. -
squad-modules-for-divi/tags/3.2.1/includes/Core/Cache.php
r3225687 r3225698 3 3 * Cache class 4 4 * 5 * @since 3.2. 15 * @since 3.2.0 6 6 * 7 7 * @package DiviSquad … … 16 16 * Handles all caching operations using WordPress Object Cache. 17 17 * 18 * @since 3.2. 118 * @since 3.2.0 19 19 * @package DiviSquad 20 20 */ -
squad-modules-for-divi/tags/3.2.1/includes/Core/Memory.php
r3225687 r3225698 113 113 * Migrate legacy options if they exist. 114 114 * 115 * @since 3.2. 1115 * @since 3.2.0 116 116 * 117 117 * @return void -
squad-modules-for-divi/tags/3.2.1/includes/Core/Requirements.php
r3225687 r3225698 6 6 * of Divi requirements for Squad Modules. 7 7 * 8 * @since 3.2. 18 * @since 3.2.0 9 9 * 10 10 * @package DiviSquad … … 25 25 * Handles the management of Divi requirements for Squad Modules. 26 26 * 27 * @since 3.2. 127 * @since 3.2.0 28 28 * @package DiviSquad 29 29 */ … … 42 42 * Checks if the Divi theme or Extra theme is active, or if the Divi Builder plugin is active. 43 43 * 44 * @since 3.2. 144 * @since 3.2.0 45 45 * 46 46 * @return bool True if Divi or Extra theme is active, or Divi Builder plugin is active, false otherwise. … … 52 52 * Filter the Divi installation status. 53 53 * 54 * @since 3.2. 154 * @since 3.2.0 55 55 * 56 56 * @param bool $is_active True if Divi or Extra theme is active, or Divi Builder plugin is active, false otherwise. … … 62 62 * Register the admin page. 63 63 * 64 * @since 3.2. 164 * @since 3.2.0 65 65 * 66 66 * @return void … … 76 76 * Register the admin page. 77 77 * 78 * @since 3.2. 178 * @since 3.2.0 79 79 * 80 80 * @return void … … 120 120 * Remove all notices from the squad template pages. 121 121 * 122 * @since 3.2. 1122 * @since 3.2.0 123 123 * 124 124 * @return void … … 142 142 * Render the admin page. 143 143 * 144 * @since 3.2. 1144 * @since 3.2.0 145 145 * 146 146 * @return void … … 160 160 * Get notice content based on Divi status 161 161 * 162 * @since 3.2. 1162 * @since 3.2.0 163 163 * 164 164 * @return string -
squad-modules-for-divi/tags/3.2.1/includes/Core/Supports/Site_Health.php
r3225687 r3225698 78 78 * Filter the Divi Squad site health info fields. 79 79 * 80 * @since 3.2. 180 * @since 3.2.0 81 81 * 82 82 * @param array $fields The Divi Squad site health info fields. -
squad-modules-for-divi/tags/3.2.1/includes/Core/Traits/DetectPluginLife.php
r3225687 r3225698 11 11 * Supports both development and release environments with extensible filter hooks. 12 12 * 13 * @since 3.2. 113 * @since 3.2.0 14 14 * @package DiviSquad 15 15 */ … … 18 18 * Cached production environment status 19 19 * 20 * @since 3.2. 120 * @since 3.2.0 21 21 * @var bool|null 22 22 */ … … 26 26 * Cached premium installation status 27 27 * 28 * @since 3.2. 128 * @since 3.2.0 29 29 * @var bool|null 30 30 */ … … 34 34 * Cached plugin life type 35 35 * 36 * @since 3.2. 136 * @since 3.2.0 37 37 * @var string|null 38 38 */ … … 43 43 * Handles both dev structure (/squad-modules-for-divi) and release structure (/includes). 44 44 * 45 * @since 3.2. 146 * @deprecated 3.2. 1Use $this->is_prod() instead45 * @since 3.2.0 46 * @deprecated 3.2.0 Use $this->is_prod() instead 47 47 * 48 48 * @return bool Returns true if running in production environment … … 56 56 * Handles different path structures between dev and release environments. 57 57 * 58 * @since 3.2. 158 * @since 3.2.0 59 59 * 60 60 * @return string Returns the pro plugin basename … … 68 68 * Allows modification of the premium plugin's basename based on environment. 69 69 * 70 * @since 3.2. 170 * @since 3.2.0 71 71 * 72 72 * @param string $basename The premium plugin basename … … 79 79 * Check if the premium version is activated. 80 80 * 81 * @since 3.2. 181 * @since 3.2.0 82 82 * 83 83 * @return bool Returns true if premium version is active, null if status unknown … … 92 92 * Allows external modification of the premium version activation status. 93 93 * 94 * @since 3.2. 194 * @since 3.2.0 95 95 * 96 96 * @param bool $is_active Current premium version activation status … … 107 107 * Development environment is identified by presence of development-specific files and directories. 108 108 * 109 * @since 3.2. 1109 * @since 3.2.0 110 110 * 111 111 * @return bool Returns true if in development environment … … 119 119 * Allows external modification of the development environment detection. 120 120 * 121 * @since 3.2. 1121 * @since 3.2.0 122 122 * 123 123 * @param bool $is_dev Current development status based on file existence … … 131 131 * Determines environment type based on filesystem structure and premium activation status. 132 132 * 133 * @since 3.2. 1133 * @since 3.2.0 134 134 * 135 135 * @return string Returns 'development', 'freemium', or 'premium' … … 150 150 * Allows modification of the plugin's life type based on custom conditions. 151 151 * 152 * @since 3.2. 1152 * @since 3.2.0 153 153 * 154 154 * @param string $type Current plugin life type ('development', 'freemium', or 'premium') … … 165 165 * Check if current installation matches a specific version. 166 166 * 167 * @since 3.2. 1167 * @since 3.2.0 168 168 * 169 169 * @param string $version Version to check ('freemium', 'premium', 'development') … … 179 179 * Allows external modification of version matching logic. 180 180 * 181 * @since 3.2. 1181 * @since 3.2.0 182 182 * 183 183 * @param bool $matches Whether the versions match -
squad-modules-for-divi/tags/3.2.1/includes/Core/Traits/Logger.php
r3225687 r3225698 11 11 * Provides common logging functionality for WordPress plugins. 12 12 * 13 * @since 3.2. 113 * @since 3.2.0 14 14 * @package DiviSquad 15 15 * @subpackage Base\Traits … … 20 20 * Plugin identifier for log messages. 21 21 * 22 * @since 3.2. 122 * @since 3.2.0 23 23 * @var string 24 24 */ … … 28 28 * Set the log identifier for this instance. 29 29 * 30 * @since 3.2. 130 * @since 3.2.0 31 31 * @access public 32 32 * … … 41 41 * Format and write a log message. 42 42 * 43 * @since 3.2. 143 * @since 3.2.0 44 44 * @access protected 45 45 * … … 69 69 * Format error details for logging. 70 70 * 71 * @since 3.2. 171 * @since 3.2.0 72 72 * @access protected 73 73 * … … 87 87 * Add debug backtrace to log message if debug mode is enabled. 88 88 * 89 * @since 3.2. 189 * @since 3.2.0 90 90 * @access protected 91 91 * … … 102 102 * Log a deprecated notice. 103 103 * 104 * @since 3.2. 1104 * @since 3.2.0 105 105 * @access public 106 106 * … … 134 134 * Log an error message. 135 135 * 136 * @since 3.2. 1136 * @since 3.2.0 137 137 * @access public 138 138 * … … 155 155 * Fires after an error has been logged. 156 156 * 157 * @since 3.2. 1157 * @since 3.2.0 158 158 * 159 159 * @param Throwable $error The error that occurred. … … 167 167 * Log a debug message. 168 168 * 169 * @since 3.2. 1169 * @since 3.2.0 170 170 * @access public 171 171 * … … 186 186 * Log an informational message. 187 187 * 188 * @since 3.2. 1188 * @since 3.2.0 189 189 * @access public 190 190 * … … 201 201 * Log a warning message. 202 202 * 203 * @since 3.2. 1203 * @since 3.2.0 204 204 * @access public 205 205 * … … 216 216 * Log a notice message. 217 217 * 218 * @since 3.2. 1218 * @since 3.2.0 219 219 * @access public 220 220 * … … 231 231 * Log an error message. 232 232 * 233 * @since 3.2. 1233 * @since 3.2.0 234 234 * @access public 235 235 * … … 246 246 * Send an error report. 247 247 * 248 * @since 3.2. 1248 * @since 3.2.0 249 249 * @access protected 250 250 * -
squad-modules-for-divi/tags/3.2.1/includes/Core/Traits/UseWPFilesystem.php
r3225687 r3225698 5 5 * @package DiviSquad 6 6 * @author The WP Squad <support@squadmodules.com> 7 * @since 3.2. 17 * @since 3.2.0 8 8 */ 9 9 … … 17 17 * 18 18 * @package DiviSquad 19 * @since 3.2. 119 * @since 3.2.0 20 20 */ 21 21 trait UseWPFilesystem { -
squad-modules-for-divi/tags/3.2.1/includes/Managers/Assets/Modules.php
r3225687 r3225698 433 433 * Enqueue Formidable Forms styles. 434 434 * 435 * @since 3.2. 1435 * @since 3.2.0 436 436 */ 437 437 protected function enqueue_forminator_forms_style() { -
squad-modules-for-divi/tags/3.2.1/includes/Managers/Features/Modules.php
r3225687 r3225698 126 126 'description' => esc_html__( 'Create visually appealing dividers with various styles, shapes, and customization options.', 'squad-modules-for-divi' ), 127 127 'release_version' => '1.0.0', 128 'last_modified' => array( '1.2.2', '1.2.3', '1.2.6', '1.4.1', '3.2. 1' ),128 'last_modified' => array( '1.2.2', '1.2.3', '1.2.6', '1.4.1', '3.2.0' ), 129 129 'is_default_active' => true, 130 130 'is_premium_feature' => false, … … 141 141 'description' => esc_html__( 'It allows you to display two buttons side by side with customizable styles and text.', 'squad-modules-for-divi' ), 142 142 'release_version' => '1.0.0', 143 'last_modified' => array( '1.1.0', '1.2.3', '3.2. 1' ),143 'last_modified' => array( '1.1.0', '1.2.3', '3.2.0' ), 144 144 'is_default_active' => true, 145 145 'is_premium_feature' => false, … … 156 156 'description' => esc_html__( 'Effortlessly add animated elements for a more engaging website experience', 'squad-modules-for-divi' ), 157 157 'release_version' => '1.0.0', 158 'last_modified' => array( '1.0.1', '1.0.5', '1.2.3', '1.4.5', '3.2. 1' ),158 'last_modified' => array( '1.0.1', '1.0.5', '1.2.3', '1.4.5', '3.2.0' ), 159 159 'is_default_active' => false, 160 160 'is_premium_feature' => false, … … 174 174 'child_label' => esc_html__( 'Post Element', 'squad-modules-for-divi' ), 175 175 'release_version' => '1.0.0', 176 'last_modified' => array( '1.0.2', '1.0.4', '1.1.0', '1.2.0', '1.2.2', '1.2.3', '1.4.4', '1.4.8', '1.4.10', '1.4.11', '3.0.0', '3.1.0', '3.1.4', '3.2. 1' ),176 'last_modified' => array( '1.0.2', '1.0.4', '1.1.0', '1.2.0', '1.2.2', '1.2.3', '1.4.4', '1.4.8', '1.4.10', '1.4.11', '3.0.0', '3.1.0', '3.1.4', '3.2.0' ), 177 177 'is_default_active' => true, 178 178 'is_premium_feature' => false, … … 190 190 'description' => esc_html__( 'Create eye-catching animated title or heading text that simulates a typing effect.', 'squad-modules-for-divi' ), 191 191 'release_version' => '1.0.0', 192 'last_modified' => array( '1.0.1', '1.0.5', '1.2.3', '1.4.6', '3.2. 1' ),192 'last_modified' => array( '1.0.1', '1.0.5', '1.2.3', '1.4.6', '3.2.0' ), 193 193 'is_default_active' => false, 194 194 'is_premium_feature' => false, … … 205 205 'description' => esc_html__( 'Apply stunning masks to your images, adding creativity and visual appeal to your website.', 'squad-modules-for-divi' ), 206 206 'release_version' => '1.0.0', 207 'last_modified' => array( '1.2.3', '3.2. 1' ),207 'last_modified' => array( '1.2.3', '3.2.0' ), 208 208 'is_default_active' => true, 209 209 'is_premium_feature' => false, … … 220 220 'description' => esc_html__( 'Display content on one side, then on hover, flip to reveal more info or a different design.', 'squad-modules-for-divi' ), 221 221 'release_version' => '1.0.0', 222 'last_modified' => array( '1.2.3', '3.2. 1' ),222 'last_modified' => array( '1.2.3', '3.2.0' ), 223 223 'is_default_active' => false, 224 224 'is_premium_feature' => false, … … 238 238 'child_label' => esc_html__( 'Business Day', 'squad-modules-for-divi' ), 239 239 'release_version' => '1.0.0', 240 'last_modified' => array( '1.2.0', '1.2.3', '1.4.8', '3.2. 1' ),240 'last_modified' => array( '1.2.0', '1.2.3', '1.4.8', '3.2.0' ), 241 241 'is_default_active' => false, 242 242 'is_premium_feature' => false, … … 253 253 'description' => esc_html__( 'Engage your visitors with interactive image comparisons.', 'squad-modules-for-divi' ), 254 254 'release_version' => '1.0.0', 255 'last_modified' => array( '1.2.3', '1.4.8', '3.1.9', '3.2. 1' ),255 'last_modified' => array( '1.2.3', '1.4.8', '3.1.9', '3.2.0' ), 256 256 'is_default_active' => false, 257 257 'is_premium_feature' => false, … … 268 268 'description' => esc_html__( 'Effortlessly create stunning galleries to engage and captivate your audience.', 'squad-modules-for-divi' ), 269 269 'release_version' => '1.2.0', 270 'last_modified' => array( '1.2.2', '1.2.3', '1.3.0', '1.4.5', '1.4.8', '1.4.9', '3.0.0', '3.2. 1' ),270 'last_modified' => array( '1.2.2', '1.2.3', '1.3.0', '1.4.5', '1.4.8', '1.4.9', '3.0.0', '3.2.0' ), 271 271 'is_default_active' => false, 272 272 'is_premium_feature' => false, … … 283 283 'description' => esc_html__( 'Effortlessly customize Contact Form 7 design. Adjust colors, fonts, spacing, and add CSS for your desired look.', 'squad-modules-for-divi' ), 284 284 'release_version' => '1.2.0', 285 'last_modified' => array( '1.2.3', '1.4.7', '1.4.8', '3.0.0', '3.2. 1' ),285 'last_modified' => array( '1.2.3', '1.4.7', '1.4.8', '3.0.0', '3.2.0' ), 286 286 'is_default_active' => false, 287 287 'is_premium_feature' => false, … … 299 299 'description' => esc_html__( 'Effortlessly customize WP Forms design. Adjust colors, fonts, spacing, and add CSS for your desired look.', 'squad-modules-for-divi' ), 300 300 'release_version' => '1.2.0', 301 'last_modified' => array( '1.2.3', '1.4.7', '1.4.8', '3.0.0', '3.2. 1' ),301 'last_modified' => array( '1.2.3', '1.4.7', '1.4.8', '3.0.0', '3.2.0' ), 302 302 'is_default_active' => false, 303 303 'is_premium_feature' => false, … … 315 315 'description' => esc_html__( 'Effortlessly customize Gravity Forms design. Adjust colors, fonts, spacing, and add CSS for your desired look.', 'squad-modules-for-divi' ), 316 316 'release_version' => '1.2.0', 317 'last_modified' => array( '1.2.3', '1.4.7', '1.4.8', '3.0.0', '3.2. 1' ),317 'last_modified' => array( '1.2.3', '1.4.7', '1.4.8', '3.0.0', '3.2.0' ), 318 318 'is_default_active' => false, 319 319 'is_premium_feature' => false, … … 333 333 'description' => esc_html__( 'Show how long it takes to read your blog posts. Useful for readers planning their time.', 'squad-modules-for-divi' ), 334 334 'release_version' => '1.2.2', 335 'last_modified' => array( '1.2.3', '1.4.8', '3.2. 1' ),335 'last_modified' => array( '1.2.3', '1.4.8', '3.2.0' ), 336 336 'is_default_active' => false, 337 337 'is_premium_feature' => false, … … 348 348 'description' => esc_html__( 'Create eye-catching headlines and captions with a mesmerizing glitch effect.', 'squad-modules-for-divi' ), 349 349 'release_version' => '1.2.3', 350 'last_modified' => array( '1.3.0', '3.2. 1' ),350 'last_modified' => array( '1.3.0', '3.2.0' ), 351 351 'is_default_active' => false, 352 352 'is_premium_feature' => false, … … 362 362 'label' => esc_html__( 'Gradient Text', 'squad-modules-for-divi' ), 363 363 'description' => esc_html__( 'Create eye-catching headlines, captions, and more with this versatile and dynamic module.', 'squad-modules-for-divi' ), 364 'release_version' => array( '1.2.6', '3.2. 1' ),364 'release_version' => array( '1.2.6', '3.2.0' ), 365 365 'is_default_active' => false, 366 366 'is_premium_feature' => false, … … 377 377 'description' => esc_html__( 'Add dynamic, attention-grabbing text animations to your Divi-powered website.', 'squad-modules-for-divi' ), 378 378 'release_version' => '1.3.0', 379 'last_modified' => array( '1.4.8', '3.2. 1' ),379 'last_modified' => array( '1.4.8', '3.2.0' ), 380 380 'is_default_active' => false, 381 381 'is_premium_feature' => false, … … 392 392 'description' => esc_html__( 'Add stylish star ratings to your content for user feedback and ratings.', 'squad-modules-for-divi' ), 393 393 'release_version' => '1.4.0', 394 'last_modified' => array( '1.4.5', '1.4.6', '3.2. 1' ),394 'last_modified' => array( '1.4.5', '1.4.6', '3.2.0' ), 395 395 'is_default_active' => true, 396 396 'is_premium_feature' => false, … … 407 407 'description' => esc_html__( 'Enhance navigation with a clear path for users to trace their steps through your website.', 'squad-modules-for-divi' ), 408 408 'release_version' => '1.4.0', 409 'last_modified' => array( '1.4.1', '1.4.2', '1.4.6', '1.4.8', '3.0.0', '3.2. 1' ),409 'last_modified' => array( '1.4.1', '1.4.2', '1.4.6', '1.4.8', '3.0.0', '3.2.0' ), 410 410 'is_default_active' => true, 411 411 'is_premium_feature' => false, … … 422 422 'description' => esc_html__( 'Create visually appealing drop caps to add emphasis and style to your text content.', 'squad-modules-for-divi' ), 423 423 'release_version' => '1.4.0', 424 'last_modified' => array( '1.4.0', '3.0.0', '3.2. 1' ),424 'last_modified' => array( '1.4.0', '3.0.0', '3.2.0' ), 425 425 'is_default_active' => true, 426 426 'is_premium_feature' => false, … … 437 437 'description' => esc_html__( 'Engage visitors with customizable video popups for YouTube and Vimeo.', 'squad-modules-for-divi' ), 438 438 'release_version' => '1.4.1', 439 'last_modified' => array( '1.4.4', '3.0.0', '3.2. 1' ),439 'last_modified' => array( '1.4.4', '3.0.0', '3.2.0' ), 440 440 'is_default_active' => true, 441 441 'is_premium_feature' => false, … … 467 467 'description' => esc_html__( 'Effortlessly customize Ninja Forms design. Adjust colors, fonts, spacing, and add CSS for your desired look.', 'squad-modules-for-divi' ), 468 468 'release_version' => '1.4.7', 469 'last_modified' => array( '1.4.8', '3.0.0', '3.2. 1' ),469 'last_modified' => array( '1.4.8', '3.0.0', '3.2.0' ), 470 470 'is_default_active' => true, 471 471 'is_premium_feature' => false, … … 485 485 'description' => esc_html__( 'Effortlessly customize Fluent Forms design. Adjust colors, fonts, spacing, and add CSS for your desired look.', 'squad-modules-for-divi' ), 486 486 'release_version' => '1.4.7', 487 'last_modified' => array( '1.4.8', '3.0.0', '3.2. 1' ),487 'last_modified' => array( '1.4.8', '3.0.0', '3.2.0' ), 488 488 'is_default_active' => true, 489 489 'is_premium_feature' => false, … … 502 502 'label' => esc_html__( 'Forminator', 'squad-modules-for-divi' ), 503 503 'description' => esc_html__( 'Effortlessly customize Forminator form design. Adjust colors, fonts, spacing, and add CSS for your desired look.', 'squad-modules-for-divi' ), 504 'release_version' => '3.2. 1',504 'release_version' => '3.2.0', 505 505 'is_default_active' => false, 506 506 'is_premium_feature' => false, -
squad-modules-for-divi/tags/3.2.1/includes/Modules/Forms/ContactForm7.php
r3225687 r3225698 10 10 * @author The WP Squad <support@squadmodules.com> 11 11 * @since 1.2.0 12 * @since 3.2. 1Restructured the module to use the new structure.12 * @since 3.2.0 Restructured the module to use the new structure. 13 13 */ 14 14 … … 50 50 * Fires before the ContactForm7 module is initialized. 51 51 * 52 * @since 3.2. 152 * @since 3.2.0 53 53 * 54 54 * @param ContactForm7 $module The current module instance. … … 66 66 * Filters the module icon path. 67 67 * 68 * @since 3.2. 168 * @since 3.2.0 69 69 * 70 70 * @param string $icon_path The current icon path. … … 81 81 * Filters the CSS selectors for the Contact Form 7 module. 82 82 * 83 * @since 3.2. 183 * @since 3.2.0 84 84 * 85 85 * @param array $selectors The default CSS selectors. … … 95 95 * Fires after the ContactForm7 module has been initialized. 96 96 * 97 * @since 3.2. 197 * @since 3.2.0 98 98 * 99 99 * @param ContactForm7 $module The current module instance. … … 124 124 * Filters the CF7-specific toggle sections. 125 125 * 126 * @since 3.2. 1126 * @since 3.2.0 127 127 * 128 128 * @param array $toggles The base toggles … … 162 162 * Filters the advanced fields configuration for the Contact Form 7 module. 163 163 * 164 * @since 3.2. 1164 * @since 3.2.0 165 165 * 166 166 * @param array $advanced_fields The default advanced fields. … … 188 188 * Fires before the Contact Form 7 module is rendered. 189 189 * 190 * @since 3.2. 1190 * @since 3.2.0 191 191 * 192 192 * @param array $attrs The module attributes. … … 202 202 * Filters the message shown when Contact Form 7 is not installed. 203 203 * 204 * @since 3.2. 1204 * @since 3.2.0 205 205 * 206 206 * @param string $message The default message. … … 224 224 * Filters the message shown when no form is selected. 225 225 * 226 * @since 3.2. 1226 * @since 3.2.0 227 227 * 228 228 * @param string $message The default message. … … 241 241 * Filters the message shown when no form is selected. 242 242 * 243 * @since 3.2. 1243 * @since 3.2.0 244 244 * 245 245 * @param string $message The default message. … … 254 254 * Filters the empty form HTML output. 255 255 * 256 * @since 3.2. 1256 * @since 3.2.0 257 257 * 258 258 * @param string $form_html The default empty form HTML. … … 269 269 * Filters the final HTML output of the Contact Form 7 module. 270 270 * 271 * @since 3.2. 1271 * @since 3.2.0 272 272 * 273 273 * @param string $form_html The form HTML. … … 296 296 * Get CSS selectors for the Contact Form 7 module. 297 297 * 298 * @since 3.2. 1298 * @since 3.2.0 299 299 * @access protected 300 300 * … … 333 333 * Filters the CSS selectors for the Contact Form 7 module. 334 334 * 335 * @since 3.2. 1335 * @since 3.2.0 336 336 * 337 337 * @param array $css_selectors The default CSS selectors. … … 344 344 * Initialize selectors for the form styler. 345 345 * 346 * @since 3.2. 1346 * @since 3.2.0 347 347 * @access protected 348 348 * … … 359 359 * Fires after initializing selectors for the Contact Form 7 module. 360 360 * 361 * @since 3.2. 1361 * @since 3.2.0 362 362 * 363 363 * @param ContactForm7 $module The current module instance. … … 369 369 * Get module stylesheet selectors. 370 370 * 371 * @since 3.2. 1371 * @since 3.2.0 372 372 * @access protected 373 373 * … … 380 380 * Fires before getting module stylesheet selectors. 381 381 * 382 * @since 3.2. 1382 * @since 3.2.0 383 383 * 384 384 * @param array $attrs Module attributes … … 401 401 * Filters the CF7-specific style options. 402 402 * 403 * @since 3.2. 1403 * @since 3.2.0 404 404 * 405 405 * @param array $cf7_options The CF7-specific options … … 414 414 * Filters the final stylesheet selectors. 415 415 * 416 * @since 3.2. 1416 * @since 3.2.0 417 417 * 418 418 * @param array $options The combined style options … … 426 426 * Get general fields for the module. 427 427 * 428 * @since 3.2. 1428 * @since 3.2.0 429 429 * @access protected 430 430 * … … 462 462 * Filters the general fields for the Contact Form 7 module. 463 463 * 464 * @since 3.2. 1464 * @since 3.2.0 465 465 * 466 466 * @param array $fields The default general fields. … … 473 473 * Get removable fields for the module. 474 474 * 475 * @since 3.2. 1475 * @since 3.2.0 476 476 * @access protected 477 477 * … … 515 515 * Fires before adding transition fields. 516 516 * 517 * @since 3.2. 1517 * @since 3.2.0 518 518 * 519 519 * @param array $fields Reference to fields array … … 533 533 * Filters the font transition field mappings. 534 534 * 535 * @since 3.2. 1535 * @since 3.2.0 536 536 * 537 537 * @param array $font_transitions The font transition mappings … … 561 561 * Filters the custom transition fields. 562 562 * 563 * @since 3.2. 1563 * @since 3.2.0 564 564 * 565 565 * @param array $custom_transitions The custom transitions … … 573 573 * Fires after adding transition fields. 574 574 * 575 * @since 3.2. 1575 * @since 3.2.0 576 576 * 577 577 * @param array $fields Reference to fields array … … 584 584 * Get font field configurations 585 585 * 586 * @since 3.2. 1586 * @since 3.2.0 587 587 * 588 588 * @return array Font field configurations … … 652 652 * Filters the font field configurations. 653 653 * 654 * @since 3.2. 1654 * @since 3.2.0 655 655 * 656 656 * @param array $font_fields The font field configurations … … 663 663 * Get border field configurations 664 664 * 665 * @since 3.2. 1665 * @since 3.2.0 666 666 * 667 667 * @return array Border field configurations … … 769 769 * Filters the border field configurations. 770 770 * 771 * @since 3.2. 1771 * @since 3.2.0 772 772 * 773 773 * @param array $border_fields The border field configurations … … 780 780 * Get box shadow field configurations 781 781 * 782 * @since 3.2. 1782 * @since 3.2.0 783 783 * 784 784 * @return array Box shadow field configurations … … 842 842 * Filters the box shadow field configurations. 843 843 * 844 * @since 3.2. 1844 * @since 3.2.0 845 845 * 846 846 * @param array $box_shadow_fields The box shadow field configurations … … 865 865 * Filters the form attributes before generating HTML. 866 866 * 867 * @since 3.2. 1867 * @since 3.2.0 868 868 * 869 869 * @param array $attrs The form attributes … … 884 884 * Filters the forms collection before form selection. 885 885 * 886 * @since 3.2. 1886 * @since 3.2.0 887 887 * 888 888 * @param array $collection The forms collection … … 905 905 * Filters the Contact Form 7 shortcode before processing. 906 906 * 907 * @since 3.2. 1907 * @since 3.2.0 908 908 * 909 909 * @param string $shortcode The form shortcode with the form ID, e.g. [contact-form-7 id="123"] … … 918 918 * Filters the form HTML after shortcode processing. 919 919 * 920 * @since 3.2. 1920 * @since 3.2.0 921 921 * 922 922 * @param string $html The processed form HTML -
squad-modules-for-divi/tags/3.2.1/includes/Modules/Forms/FluentForms.php
r3225687 r3225698 10 10 * @author The WP Squad <support@squadmodules.com> 11 11 * @since 1.4.7 12 * @since 3.2. 1Restructured the module to use the new structure.12 * @since 3.2.0 Restructured the module to use the new structure. 13 13 */ 14 14 … … 50 50 * Fires before the FluentForms module is initialized. 51 51 * 52 * @since 3.2. 152 * @since 3.2.0 53 53 * 54 54 * @param FluentForms $this The current module instance. … … 66 66 * Filters the module icon path. 67 67 * 68 * @since 3.2. 168 * @since 3.2.0 69 69 * 70 70 * @param FluentForms $this The current module instance. … … 81 81 * Filters the CSS selectors for the Fluent Forms module. 82 82 * 83 * @since 3.2. 183 * @since 3.2.0 84 84 * 85 85 * @param FluentForms $this The current module instance. … … 93 93 * Fires after the FluentForms module has been initialized. 94 94 * 95 * @since 3.2. 195 * @since 3.2.0 96 96 * 97 97 * @param FluentForms $this The current module instance. … … 122 122 * Filters the Fluent Forms-specific toggle sections. 123 123 * 124 * @since 3.2. 1124 * @since 3.2.0 125 125 * 126 126 * @param array $toggles The base toggles … … 160 160 * Filters the advanced fields configuration for the Fluent Forms module. 161 161 * 162 * @since 3.2. 1162 * @since 3.2.0 163 163 * 164 164 * @param FluentForms $this The current module instance. … … 186 186 * Fires before the Fluent Forms module is rendered. 187 187 * 188 * @since 3.2. 1188 * @since 3.2.0 189 189 * 190 190 * @param FluentForms $this The current module instance. … … 200 200 * Filters the message shown when Fluent Forms is not installed. 201 201 * 202 * @since 3.2. 1202 * @since 3.2.0 203 203 * 204 204 * @param array $attrs The module attributes. … … 222 222 * Filters the message shown when no form is selected. 223 223 * 224 * @since 3.2. 1224 * @since 3.2.0 225 225 * 226 226 * @param string $message The default message. … … 239 239 * Filters the message shown when no form is selected. 240 240 * 241 * @since 3.2. 1241 * @since 3.2.0 242 242 * 243 243 * @param string $message The default message. … … 252 252 * Filters the empty form HTML output. 253 253 * 254 * @since 3.2. 1254 * @since 3.2.0 255 255 * 256 256 * @param string $form_html The default empty form HTML. … … 267 267 * Filters the final HTML output of the Fluent Forms module. 268 268 * 269 * @since 3.2. 1269 * @since 3.2.0 270 270 * 271 271 * @param array $attrs The module attributes. … … 330 330 * Filters the CSS selectors for the Fluent Forms module. 331 331 * 332 * @since 3.2. 1332 * @since 3.2.0 333 333 * 334 334 * @param FluentForms $this The current module instance. … … 341 341 * Initialize selectors for the form styler. 342 342 * 343 * @since 3.2. 1343 * @since 3.2.0 344 344 * @access protected 345 345 * … … 356 356 * Fires after the selectors have been initialized for the Fluent Forms module. 357 357 * 358 * @since 3.2. 1358 * @since 3.2.0 359 359 * 360 360 * @param FluentForms $this The current module instance. … … 366 366 * Get module stylesheet selectors. 367 367 * 368 * @since 3.2. 1368 * @since 3.2.0 369 369 * @access protected 370 370 * … … 377 377 * Fires before getting module stylesheet selectors. 378 378 * 379 * @since 3.2. 1379 * @since 3.2.0 380 380 * 381 381 * @param ContactForm7 $this Current module instance … … 398 398 * Filters the Fluent Forms-specific style options. 399 399 * 400 * @since 3.2. 1400 * @since 3.2.0 401 401 * 402 402 * @param array $options The base options … … 411 411 * Filters the final stylesheet selectors. 412 412 * 413 * @since 3.2. 1413 * @since 3.2.0 414 414 * 415 415 * @param array $attrs Module attributes … … 423 423 * Get general fields for the module. 424 424 * 425 * @since 3.2. 1425 * @since 3.2.0 426 426 * @access protected 427 427 * … … 459 459 * Filters the general fields for the Fluent Forms module. 460 460 * 461 * @since 3.2. 1461 * @since 3.2.0 462 462 * 463 463 * @param ContactForm7 $this The current module instance. … … 470 470 * Get removable fields for the module. 471 471 * 472 * @since 3.2. 1472 * @since 3.2.0 473 473 * @access protected 474 474 * … … 501 501 * Get the field selector. 502 502 * 503 * @since 3.2. 1503 * @since 3.2.0 504 504 * @access protected 505 505 * … … 527 527 * Filters the field selectors for the Fluent Forms module. 528 528 * 529 * @since 3.2. 1529 * @since 3.2.0 530 530 * 531 531 * @param Forminator $this The current module instance. … … 541 541 * Get font field configurations. 542 542 * 543 * @since 3.2. 1543 * @since 3.2.0 544 544 * @access protected 545 545 * … … 606 606 * Filters the font field configurations. 607 607 * 608 * @since 3.2. 1608 * @since 3.2.0 609 609 * 610 610 * @param FluentForms $this Current module instance. … … 617 617 * Get border field configurations. 618 618 * 619 * @since 3.2. 1619 * @since 3.2.0 620 620 * @access protected 621 621 * … … 702 702 * Filters the border field configurations. 703 703 * 704 * @since 3.2. 1704 * @since 3.2.0 705 705 * 706 706 * @param FluentForms $this Current module instance. … … 714 714 * Get box shadow field configurations. 715 715 * 716 * @since 3.2. 1716 * @since 3.2.0 717 717 * @access protected 718 718 * … … 767 767 * Filters the box shadow field configurations. 768 768 * 769 * @since 3.2. 1769 * @since 3.2.0 770 770 * 771 771 * @param FluentForms $this Current module instance. … … 791 791 * Filters the form attributes before generating HTML. 792 792 * 793 * @since 3.2. 1793 * @since 3.2.0 794 794 * 795 795 * @param array $attrs The form attributes. … … 810 810 * Filters the forms collection before form selection. 811 811 * 812 * @since 3.2. 1812 * @since 3.2.0 813 813 * 814 814 * @param array $attrs The form attributes. … … 831 831 * Filters the Fluent Forms shortcode before processing . 832 832 * 833 * @since 3.2. 1833 * @since 3.2.0 834 834 * 835 835 * @param string $shortcode The form shortcode. Default is [fluentform id="form_id"]. … … 844 844 * Filters the form HTML after shortcode processing. 845 845 * 846 * @since 3.2. 1846 * @since 3.2.0 847 847 * 848 848 * @param string $html The processed form HTML. -
squad-modules-for-divi/tags/3.2.1/includes/Modules/Forms/Forminator.php
r3225687 r3225698 10 10 * @author The WP Squad <support@squadmodules.com> 11 11 * @since 1.2.0 12 * @since 3.2. 1Restructured the module to use the new structure.12 * @since 3.2.0 Restructured the module to use the new structure. 13 13 */ 14 14 … … 50 50 * Fires before the Forminator module is initialized. 51 51 * 52 * @since 3.2. 152 * @since 3.2.0 53 53 * 54 54 * @param Forminator $module The current module instance. … … 66 66 * Filters the module icon path. 67 67 * 68 * @since 3.2. 168 * @since 3.2.0 69 69 * 70 70 * @param string $icon_path The current icon path. … … 81 81 * Filters the CSS selectors for the Forminator module. 82 82 * 83 * @since 3.2. 183 * @since 3.2.0 84 84 * 85 85 * @param array $selectors The default CSS selectors. … … 93 93 * Fires after the Forminator module has been initialized. 94 94 * 95 * @since 3.2. 195 * @since 3.2.0 96 96 * 97 97 * @param Forminator $module The current module instance. … … 122 122 * Filters the Forminator-specific toggle sections. 123 123 * 124 * @since 3.2. 1124 * @since 3.2.0 125 125 * 126 126 * @param array $forminator_toggles The Forminator-specific toggles … … 160 160 * Filters the advanced fields configuration for the Forminator module. 161 161 * 162 * @since 3.2. 1162 * @since 3.2.0 163 163 * 164 164 * @param array $advanced_fields The advanced fields configuration. … … 186 186 * Fires before the Forminator module is rendered. 187 187 * 188 * @since 3.2. 1188 * @since 3.2.0 189 189 * 190 190 * @param array $attrs The module attributes. … … 200 200 * Filters the message shown when Forminator is not installed. 201 201 * 202 * @since 3.2. 1202 * @since 3.2.0 203 203 * 204 204 * @param string $message The default message. … … 222 222 * Filters the message shown when no form is selected. 223 223 * 224 * @since 3.2. 1224 * @since 3.2.0 225 225 * 226 226 * @param string $message The default message. … … 239 239 * Filters the message shown when no form is selected. 240 240 * 241 * @since 3.2. 1241 * @since 3.2.0 242 242 * 243 243 * @param string $message The default message. … … 252 252 * Filters the empty form HTML output. 253 253 * 254 * @since 3.2. 1254 * @since 3.2.0 255 255 * 256 256 * @param string $form_html The default empty form HTML. … … 267 267 * Filters the final HTML output of the Forminator module. 268 268 * 269 * @since 3.2. 1269 * @since 3.2.0 270 270 * 271 271 * @param string $form_html The form HTML. … … 330 330 * Filters the CSS selectors for the Forminator module. 331 331 * 332 * @since 3.2. 1332 * @since 3.2.0 333 333 * 334 334 * @param array $css_selectors The default CSS selectors. … … 356 356 * Fires after initializing selectors for the Forminator module. 357 357 * 358 * @since 3.2. 1358 * @since 3.2.0 359 359 * 360 360 * @param Forminator $module The current module instance. … … 402 402 * Filters the general fields for the Forminator module. 403 403 * 404 * @since 3.2. 1404 * @since 3.2.0 405 405 * 406 406 * @param array $fields The default general fields. … … 437 437 * Filters the checkbox and radio fields for the Forminator module. 438 438 * 439 * @since 3.2. 1439 * @since 3.2.0 440 440 * 441 441 * @param array $fields The default checkbox and radio fields. … … 479 479 * Get the field selector. 480 480 * 481 * @since 3.2. 1481 * @since 3.2.0 482 482 * @access protected 483 483 * … … 505 505 * Filters the field selectors for the Forminator module. 506 506 * 507 * @since 3.2. 1507 * @since 3.2.0 508 508 * 509 509 * @param array $selectors The field selectors. … … 518 518 * Get font field configurations. 519 519 * 520 * @since 3.2. 1520 * @since 3.2.0 521 521 * @access protected 522 522 * … … 600 600 * Filters the font field configurations. 601 601 * 602 * @since 3.2. 1602 * @since 3.2.0 603 603 * 604 604 * @param array $font_fields The font field configurations. … … 611 611 * Get border field configurations. 612 612 * 613 * @since 3.2. 1613 * @since 3.2.0 614 614 * @access protected 615 615 * … … 718 718 * Filters the border field configurations. 719 719 * 720 * @since 3.2. 1720 * @since 3.2.0 721 721 * 722 722 * @param array $border_fields The border field configurations. … … 729 729 * Get box shadow field configurations. 730 730 * 731 * @since 3.2. 1731 * @since 3.2.0 732 732 * @access protected 733 733 * … … 792 792 * Filters the box shadow field configurations. 793 793 * 794 * @since 3.2. 1794 * @since 3.2.0 795 795 * 796 796 * @param array $box_shadow_fields The box shadow field configurations. … … 815 815 * Filters the form attributes before generating HTML. 816 816 * 817 * @since 3.2. 1817 * @since 3.2.0 818 818 * 819 819 * @param array $attrs The form attributes. … … 834 834 * Filters the forms collection before form selection. 835 835 * 836 * @since 3.2. 1836 * @since 3.2.0 837 837 * 838 838 * @param array $collection The forms collection. … … 855 855 * Filters the Forminator shortcode before processing. 856 856 * 857 * @since 3.2. 1857 * @since 3.2.0 858 858 * 859 859 * @param string $shortcode The form shortcode. … … 868 868 * Filters the form HTML after shortcode processing. 869 869 * 870 * @since 3.2. 1870 * @since 3.2.0 871 871 * 872 872 * @param string $html The processed form HTML. -
squad-modules-for-divi/tags/3.2.1/includes/Modules/Forms/GravityForms.php
r3225687 r3225698 10 10 * @author The WP Squad <support@squadmodules.com> 11 11 * @since 1.2.0 12 * @since 3.2. 1Restructured the module to use the new structure.12 * @since 3.2.0 Restructured the module to use the new structure. 13 13 */ 14 14 … … 50 50 * Fires before the Gravity Forms module is initialized. 51 51 * 52 * @since 3.2. 152 * @since 3.2.0 53 53 * 54 54 * @param GravityForms $module The current module instance. … … 66 66 * Filters the module icon path. 67 67 * 68 * @since 3.2. 168 * @since 3.2.0 69 69 * 70 70 * @param string $icon_path The current icon path. … … 81 81 * Apply filter to CSS selectors for Gravity Forms styling. 82 82 * 83 * @since 3.2. 183 * @since 3.2.0 84 84 * 85 85 * @param array $selectors The default array of CSS selectors from squad_get_css_selectors(). … … 95 95 * Fires after the Gravity Forms module has been initialized. 96 96 * 97 * @since 3.2. 197 * @since 3.2.0 98 98 * 99 99 * @param GravityForms $module The current module instance. … … 191 191 * Filters the advanced toggles for the Gravity Forms module. 192 192 * 193 * @since 3.2. 1193 * @since 3.2.0 194 194 * 195 195 * @param array $new_advanced_toggles The new advanced toggles. … … 238 238 * Filters the advanced fields configuration for the Gravity Forms module. 239 239 * 240 * @since 3.2. 1240 * @since 3.2.0 241 241 * 242 242 * @param array $advanced_fields The advanced fields configuration. … … 263 263 * Fires before the Gravity Forms module is rendered. 264 264 * 265 * @since 3.2. 1265 * @since 3.2.0 266 266 * 267 267 * @param array $attrs The attributes array. … … 277 277 * Filter the message displayed when Gravity Forms is not installed. 278 278 * 279 * @since 3.2. 1279 * @since 3.2.0 280 280 * 281 281 * @param string $message The default message. … … 300 300 * Filters the message shown when no form is selected. 301 301 * 302 * @since 3.2. 1302 * @since 3.2.0 303 303 * 304 304 * @param string $message The default message. … … 317 317 * Filters the message shown when no form is selected. 318 318 * 319 * @since 3.2. 1319 * @since 3.2.0 320 320 * 321 321 * @param string $message The default message. … … 330 330 * Filters the empty form HTML output. 331 331 * 332 * @since 3.2. 1332 * @since 3.2.0 333 333 * 334 334 * @param string $form_html The default empty form HTML. … … 345 345 * Filters the Gravity Forms form HTML output. 346 346 * 347 * @since 3.2. 1347 * @since 3.2.0 348 348 * 349 349 * @param string $form_html The form HTML output. … … 375 375 * categories such as form, typography, fields, messages, etc. 376 376 * 377 * @since 3.2. 1377 * @since 3.2.0 378 378 * @access protected 379 379 * … … 491 491 * Filter the CSS selectors used for styling various elements of Gravity Forms. 492 492 * 493 * @since 3.2. 1493 * @since 3.2.0 494 494 * 495 495 * @param array $css_selectors The CSS selectors array … … 504 504 * Sets up the CSS selectors used for various form elements. 505 505 * 506 * @since 3.2. 1506 * @since 3.2.0 507 507 * @access protected 508 508 * … … 519 519 * Fires after form selectors are initialized. 520 520 * 521 * @since 3.2. 1521 * @since 3.2.0 522 522 * 523 523 * @param GravityForms $module The GravityForms instance. … … 529 529 * Get general fields for the module. 530 530 * 531 * @since 3.2. 1531 * @since 3.2.0 532 532 * @access protected 533 533 * … … 578 578 * Get removable fields for the module. 579 579 * 580 * @since 3.2. 1580 * @since 3.2.0 581 581 * @access protected 582 582 * … … 609 609 * Get design fields for the module. 610 610 * 611 * @since 3.2. 1611 * @since 3.2.0 612 612 * @access protected 613 613 * … … 633 633 * Defines the fields related to the form title styling. 634 634 * 635 * @since 3.2. 1635 * @since 3.2.0 636 636 * @access protected 637 637 * … … 657 657 * Defines the fields related to the form description styling. 658 658 * 659 * @since 3.2. 1659 * @since 3.2.0 660 660 * @access protected 661 661 * … … 681 681 * Defines the fields related to the validation message styling. 682 682 * 683 * @since 3.2. 1683 * @since 3.2.0 684 684 * @access protected 685 685 * … … 705 705 * Creates a toggle field for enabling/disabling the title or description. 706 706 * 707 * @since 3.2. 1707 * @since 3.2.0 708 708 * @access protected 709 709 * … … 735 735 * Determines which fields are affected by the enable toggle. 736 736 * 737 * @since 3.2. 1737 * @since 3.2.0 738 738 * @access protected 739 739 * … … 764 764 * Creates margin and padding fields for the given element. 765 765 * 766 * @since 3.2. 1766 * @since 3.2.0 767 767 * @access protected 768 768 * … … 802 802 * Get font field configurations 803 803 * 804 * @since 3.2. 1804 * @since 3.2.0 805 805 * @access protected 806 806 * … … 945 945 * Filters the font field configurations. 946 946 * 947 * @since 3.2. 1947 * @since 3.2.0 948 948 * 949 949 * @param array $font_fields The font field configurations … … 956 956 * Get border field configurations 957 957 * 958 * @since 3.2. 1958 * @since 3.2.0 959 959 * @access protected 960 960 * … … 1129 1129 * Filters the border field configurations. 1130 1130 * 1131 * @since 3.2. 11131 * @since 3.2.0 1132 1132 * 1133 1133 * @param array $border_fields The border field configurations … … 1140 1140 * Get box shadow field configurations 1141 1141 * 1142 * @since 3.2. 11142 * @since 3.2.0 1143 1143 * @access protected 1144 1144 * … … 1233 1233 * Filters the box shadow field configurations. 1234 1234 * 1235 * @since 3.2. 11235 * @since 3.2.0 1236 1236 * 1237 1237 * @param array $box_shadow_fields The box shadow field configurations … … 1244 1244 * Add transition fields to the provided fields array. 1245 1245 * 1246 * @since 3.2. 11246 * @since 3.2.0 1247 1247 * @access protected 1248 1248 * … … 1255 1255 * Fires before adding transition fields to the Gravity Forms module. 1256 1256 * 1257 * @since 3.2. 11257 * @since 3.2.0 1258 1258 * 1259 1259 * @param array $fields Array of fields to add transition fields to. … … 1284 1284 * Fires after adding transition fields to the Gravity Forms module. 1285 1285 * 1286 * @since 3.2. 11286 * @since 3.2.0 1287 1287 * 1288 1288 * @param array $fields Array of fields to add transition fields to. … … 1295 1295 * Add wrapper transition fields. 1296 1296 * 1297 * @since 3.2. 11297 * @since 3.2.0 1298 1298 * @access protected 1299 1299 * … … 1314 1314 * Add wrapper transition fields. 1315 1315 * 1316 * @since 3.2. 11316 * @since 3.2.0 1317 1317 * @access protected 1318 1318 * … … 1335 1335 * Adds transition fields for the validation message styling options. 1336 1336 * 1337 * @since 3.2. 11337 * @since 3.2.0 1338 1338 * @access protected 1339 1339 * … … 1354 1354 * Get background option fields for various form elements. 1355 1355 * 1356 * @since 3.2. 11356 * @since 3.2.0 1357 1357 * @access protected 1358 1358 * … … 1376 1376 * and message areas. 1377 1377 * 1378 * @since 3.2. 11378 * @since 3.2.0 1379 1379 * @access protected 1380 1380 * … … 1408 1408 * Filters the form attributes before generating HTML. 1409 1409 * 1410 * @since 3.2. 11410 * @since 3.2.0 1411 1411 * 1412 1412 * @param array $attrs The form attributes. … … 1427 1427 * Filters the form collection before generating HTML. 1428 1428 * 1429 * @since 3.2. 11429 * @since 3.2.0 1430 1430 * 1431 1431 * @param array $collection The form collection. … … 1452 1452 * Filters the processed form HTML. 1453 1453 * 1454 * @since 3.2. 11454 * @since 3.2.0 1455 1455 * 1456 1456 * @param string $html The processed form HTML. -
squad-modules-for-divi/tags/3.2.1/includes/Modules/Forms/NinjaForms.php
r3225687 r3225698 10 10 * @author The WP Squad <support@squadmodules.com> 11 11 * @since 1.2.0 12 * @since 3.2. 1Restructured the module to use the new structure.12 * @since 3.2.0 Restructured the module to use the new structure. 13 13 */ 14 14 … … 47 47 * Fires before the Ninja Forms module is initialized. 48 48 * 49 * @since 3.2. 149 * @since 3.2.0 50 50 * 51 51 * @param NinjaForms $module The instance of the NinjaForms class. … … 63 63 * Filter the icon path for the Ninja Forms module. 64 64 * 65 * @since 3.2. 165 * @since 3.2.0 66 66 * 67 67 * @param string $icon_path The default icon path. … … 78 78 * Apply filter to CSS selectors for Ninja Forms styling. 79 79 * 80 * @since 3.2. 180 * @since 3.2.0 81 81 * 82 82 * @param array $selectors The default array of CSS selectors from squad_get_css_selectors(). … … 92 92 * Fires after the Ninja Forms module is initialized. 93 93 * 94 * @since 3.2. 194 * @since 3.2.0 95 95 * 96 96 * @param NinjaForms $module The instance of the NinjaForms class. … … 179 179 * Filter the advanced toggles for the Ninja Forms module. 180 180 * 181 * @since 3.2. 1181 * @since 3.2.0 182 182 * 183 183 * @param array $new_advanced_toggles The new advanced toggles array. … … 228 228 * Filter the advanced fields for the Ninja Forms module. 229 229 * 230 * @since 3.2. 1230 * @since 3.2.0 231 231 * 232 232 * @param array $advanced_fields The advanced fields array. … … 251 251 * Fires before the Ninja Forms module is rendered. 252 252 * 253 * @since 3.2. 1253 * @since 3.2.0 254 254 * 255 255 * @param array $attrs The attributes array. … … 264 264 * Filters the message displayed when Ninja Forms is not installed. 265 265 * 266 * @since 3.2. 1266 * @since 3.2.0 267 267 * 268 268 * @param string $message The default message. … … 286 286 * Filters the message shown when no form is selected. 287 287 * 288 * @since 3.2. 1288 * @since 3.2.0 289 289 * 290 290 * @param string $message The default message. … … 303 303 * Filters the message shown when no form is selected. 304 304 * 305 * @since 3.2. 1305 * @since 3.2.0 306 306 * 307 307 * @param string $message The default message. … … 316 316 * Filters the empty form HTML output. 317 317 * 318 * @since 3.2. 1318 * @since 3.2.0 319 319 * 320 320 * @param string $form_html The default empty form HTML. … … 330 330 * Filters the form HTML output. 331 331 * 332 * @since 3.2. 1332 * @since 3.2.0 333 333 * 334 334 * @param string $form_html The default form HTML. … … 456 456 * Fires after form selectors are initialized. 457 457 * 458 * @since 3.2. 1458 * @since 3.2.0 459 459 * @param array $squad_css_selectors The CSS selectors array 460 460 * @param string $slug The module slug … … 530 530 * Get design fields for the module. 531 531 * 532 * @since 3.2. 1532 * @since 3.2.0 533 533 * @access protected 534 534 * @return array Array of design fields. … … 551 551 * Defines the fields related to the form title styling. 552 552 * 553 * @since 3.2. 1553 * @since 3.2.0 554 554 * @access protected 555 555 * @return array An array of form title field definitions. … … 574 574 * Defines the fields related to the validation message styling. 575 575 * 576 * @since 3.2. 1576 * @since 3.2.0 577 577 * @access protected 578 578 * @return array An array of validation message field definitions. … … 678 678 * Get font field configurations 679 679 * 680 * @since 3.2. 1680 * @since 3.2.0 681 681 * @access protected 682 682 * … … 798 798 * Filters the font field configurations. 799 799 * 800 * @since 3.2. 1800 * @since 3.2.0 801 801 * 802 802 * @param array $font_fields The font field configurations … … 809 809 * Get border field configurations 810 810 * 811 * @since 3.2. 1811 * @since 3.2.0 812 812 * @access protected 813 813 * … … 968 968 * Filters the border field configurations. 969 969 * 970 * @since 3.2. 1970 * @since 3.2.0 971 971 * 972 972 * @param array $border_fields The border field configurations … … 979 979 * Get box shadow field configurations 980 980 * 981 * @since 3.2. 1981 * @since 3.2.0 982 982 * @access protected 983 983 * … … 1062 1062 * Filters the box shadow field configurations. 1063 1063 * 1064 * @since 3.2. 11064 * @since 3.2.0 1065 1065 * 1066 1066 * @param array $box_shadow_fields The box shadow field configurations … … 1127 1127 * Adds transition fields for the validation message styling options. 1128 1128 * 1129 * @since 3.2. 11129 * @since 3.2.0 1130 1130 * @access protected 1131 1131 * … … 1184 1184 * Get background option fields for various form elements. 1185 1185 * 1186 * @since 3.2. 11186 * @since 3.2.0 1187 1187 * @access protected 1188 1188 * … … 1265 1265 * Get margin and padding option fields for various form elements. 1266 1266 * 1267 * @since 3.2. 11267 * @since 3.2.0 1268 1268 * @access protected 1269 1269 * … … 1292 1292 * Filters the Ninja Forms form HTML attributes. 1293 1293 * 1294 * @since 3.2. 11294 * @since 3.2.0 1295 1295 * 1296 1296 * @param array $attrs The Ninja Forms form HTML attributes. … … 1311 1311 * Filters the form collection before generating HTML. 1312 1312 * 1313 * @since 3.2. 11313 * @since 3.2.0 1314 1314 * 1315 1315 * @param array $collection The form collection. … … 1332 1332 * Filters the Ninja Forms i18n strings. 1333 1333 * 1334 * @since 3.2. 11334 * @since 3.2.0 1335 1335 * 1336 1336 * @param array $i18n The Ninja Forms i18n strings. … … 1354 1354 * Filters the processed Ninja Forms form HTML. 1355 1355 * 1356 * @since 3.2. 11356 * @since 3.2.0 1357 1357 * 1358 1358 * @param string $html The processed Ninja Forms form HTML. -
squad-modules-for-divi/tags/3.2.1/includes/Modules/Forms/WPForms.php
r3225687 r3225698 10 10 * @author The WP Squad <support@squadmodules.com> 11 11 * @since 1.2.0 12 * @since 3.2. 1Restructured the module to use the new structure.12 * @since 3.2.0 Restructured the module to use the new structure. 13 13 */ 14 14 … … 50 50 * Fires before the WPForms module is initialized. 51 51 * 52 * @since 3.2. 152 * @since 3.2.0 53 53 * 54 54 * @param WPForms $module The current module instance. … … 66 66 * Filters the module icon path. 67 67 * 68 * @since 3.2. 168 * @since 3.2.0 69 69 * 70 70 * @param string $icon_path The current icon path. … … 81 81 * Filters the CSS selectors for the WPForms module. 82 82 * 83 * @since 3.2. 183 * @since 3.2.0 84 84 * 85 85 * @param array $selectors The default CSS selectors. … … 95 95 * Fires after the WPForms module has been initialized. 96 96 * 97 * @since 3.2. 197 * @since 3.2.0 98 98 * 99 99 * @param WPForms $module The current module instance. … … 135 135 * Filters the WPForms-specific toggle sections. 136 136 * 137 * @since 3.2. 1137 * @since 3.2.0 138 138 * 139 139 * @param array $wpforms_toggles The WPForms-specific toggles … … 173 173 * Filters the advanced fields configuration for the WPForms module. 174 174 * 175 * @since 3.2. 1175 * @since 3.2.0 176 176 * 177 177 * @param array $advanced_fields The advanced fields configuration. … … 199 199 * Fires before the WPForms module is rendered. 200 200 * 201 * @since 3.2. 1201 * @since 3.2.0 202 202 * 203 203 * @param array $attrs The module attributes. … … 213 213 * Filters the message shown when WPForms is not installed. 214 214 * 215 * @since 3.2. 1215 * @since 3.2.0 216 216 * 217 217 * @param string $message The default message. … … 232 232 * Filters the message shown when no form is selected. 233 233 * 234 * @since 3.2. 1234 * @since 3.2.0 235 235 * 236 236 * @param string $message The default message. … … 252 252 * Filters the message shown when no form is selected. 253 253 * 254 * @since 3.2. 1254 * @since 3.2.0 255 255 * 256 256 * @param string $message The default message. … … 269 269 * Filters the message shown when no form is selected. 270 270 * 271 * @since 3.2. 1271 * @since 3.2.0 272 272 * 273 273 * @param string $message The default message. … … 282 282 * Filters the empty form HTML output. 283 283 * 284 * @since 3.2. 1284 * @since 3.2.0 285 285 * 286 286 * @param string $form_html The default empty form HTML. … … 297 297 * Filters the final HTML output of the WPForms module. 298 298 * 299 * @since 3.2. 1299 * @since 3.2.0 300 300 * 301 301 * @param string $form_html The form HTML. … … 361 361 * Filters the CSS selectors for the WPForms module. 362 362 * 363 * @since 3.2. 1363 * @since 3.2.0 364 364 * 365 365 * @param array $css_selectors The default CSS selectors. … … 387 387 * Fires after initializing selectors for the WPForms module. 388 388 * 389 * @since 3.2. 1389 * @since 3.2.0 390 390 * 391 391 * @param WPForms $module The current module instance. … … 433 433 * Filters the general fields for the WPForms module. 434 434 * 435 * @since 3.2. 1435 * @since 3.2.0 436 436 * 437 437 * @param array $fields The default general fields. … … 475 475 * Get font field configurations 476 476 * 477 * @since 3.2. 1477 * @since 3.2.0 478 478 * 479 479 * @return array Font field configurations … … 552 552 * Filters the font field configurations. 553 553 * 554 * @since 3.2. 1554 * @since 3.2.0 555 555 * 556 556 * @param array $font_fields The font field configurations … … 563 563 * Get border field configurations 564 564 * 565 * @sinc 3.2. 1565 * @sinc 3.2.0 566 566 * 567 567 * @return array Border field configurations … … 663 663 * Filters the border field configurations. 664 664 * 665 * @since 3.2. 1665 * @since 3.2.0 666 666 * 667 667 * @param array $border_fields The border field configurations … … 674 674 * Get box shadow field configurations 675 675 * 676 * @since 3.2. 1676 * @since 3.2.0 677 677 * 678 678 * @return array Box shadow field configurations … … 738 738 * Filters the box shadow field configurations. 739 739 * 740 * @since 3.2. 1740 * @since 3.2.0 741 741 * 742 742 * @param array $box_shadow_fields The box shadow field configurations … … 787 787 * Filters the stylesheet selectors for the WPForms module. 788 788 * 789 * @since 3.2. 1789 * @since 3.2.0 790 790 * 791 791 * @param array $options The stylesheet selectors. … … 811 811 * Filters the form attributes before generating HTML. 812 812 * 813 * @since 3.2. 1813 * @since 3.2.0 814 814 * 815 815 * @param array $attrs The form attributes. … … 830 830 * Filters the forms collection before form selection. 831 831 * 832 * @since 3.2. 1832 * @since 3.2.0 833 833 * 834 834 * @param array $collection The forms collection. … … 851 851 * Filters the WPForms shortcode before processing. 852 852 * 853 * @since 3.2. 1853 * @since 3.2.0 854 854 * 855 855 * @param string $shortcode The form shortcode. … … 864 864 * Filters the form HTML after shortcode processing. 865 865 * 866 * @since 3.2. 1866 * @since 3.2.0 867 867 * 868 868 * @param string $html The processed form HTML. -
squad-modules-for-divi/tags/3.2.1/includes/Settings/Migration.php
r3225687 r3225698 193 193 * List of migrations. 194 194 * 195 * @since 3.2. 1195 * @since 3.2.0 196 196 * 197 197 * @var Migration[] $migrations … … 424 424 * Filters the list of hooks where migrations should be processed. 425 425 * 426 * @since 3.2. 1426 * @since 3.2.0 427 427 * 428 428 * @param array $hooks Default hooks array containing: -
squad-modules-for-divi/tags/3.2.1/includes/SquadModules.php
r3225687 r3225698 68 68 * Freemius publisher instance. 69 69 * 70 * @since 3.2. 170 * @since 3.2.0 71 71 * @var Freemius|null 72 72 */ … … 162 162 * Clean the Divi Builder cache on plugin activation. 163 163 * 164 * @since 3.2. 1164 * @since 3.2.0 165 165 * 166 166 * @param bool $can_clean_cache Whether to clean the cache on activation. Default is true. … … 222 222 * This method is called after the plugin is initialized and sets up additional components. 223 223 * 224 * @since 3.2. 1224 * @since 3.2.0 225 225 * @access public 226 226 * … … 237 237 * This action allows executing code after the plugin is fully initialized. 238 238 * 239 * @since 3.2. 1239 * @since 3.2.0 240 240 * 241 241 * @param SquadModules $plugin Current plugin instance. … … 270 270 * This action allows executing code after the plugin data has been set up. 271 271 * 272 * @since 3.2. 1272 * @since 3.2.0 273 273 * 274 274 * @param SquadModules $plugin Current plugin instance. … … 282 282 * Sets up the core prerequisites for the plugin, including requirements and memory management. 283 283 * 284 * @since 3.2. 1284 * @since 3.2.0 285 285 * @access public 286 286 * … … 345 345 * and the `Publisher` class is available. 346 346 * 347 * @since 3.2. 1347 * @since 3.2.0 348 348 * @access public 349 349 * … … 360 360 * Fires after the publisher is initialized. 361 361 * 362 * @since 3.2. 1362 * @since 3.2.0 363 363 * 364 364 * @param SquadModules $plugin Current plugin instance. … … 393 393 * Fires after the Freemius instance is set up. 394 394 * 395 * @since 3.2. 1395 * @since 3.2.0 396 396 * 397 397 * @param Freemius $divi_squad_fs The Freemius instance. … … 424 424 * It can be used to perform tasks that need to be done before the plugin is completely initialized. 425 425 * 426 * @since 3.2. 1426 * @since 3.2.0 427 427 * 428 428 * @param SquadModules $plugin Current plugin instance. … … 446 446 * and before the plugin begins loading its core components. 447 447 * 448 * @since 3.2. 1448 * @since 3.2.0 449 449 * @see \DiviSquad\Core\Requirements::did_fulfilled() For the requirements validation logic 450 450 * … … 489 489 * Loads all core plugin prerequisite components. 490 490 * 491 * @since 3.2. 1491 * @since 3.2.0 492 492 * @access private 493 493 * … … 501 501 * Fires after the plugin prerequisite components are loaded. 502 502 * 503 * @since 3.2. 1503 * @since 3.2.0 504 504 * 505 505 * @param SquadModules $instance The SquadModules instance. … … 521 521 * Fires after the plugin containers are initialized. 522 522 * 523 * @since 3.2. 1523 * @since 3.2.0 524 524 * 525 525 * @param array $container The plugin container. -
squad-modules-for-divi/tags/3.2.1/readme.txt
r3225687 r3225698 31 31 **Layout & Content Divi Modules:** 32 32 33 - [Divi Advanced Divider Module](https://squadmodules.com/modules/divi-advanced-divider-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Craft visually appealing dividers with various styles, shapes, and customization options.34 - [Divi Post Grid Module](https://squadmodules.com/modules/divi-post-grid-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Showcase your blog posts in a stylish and organized grid layout.35 - [Divi Drop Cap Text Module](https://squadmodules.com/modules/divi-drop-cap-text-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Add emphasis and style to your text content with beautiful drop caps.33 - Divi Advanced Divider Module: Craft visually appealing dividers with various styles, shapes, and customization options. 34 - Divi Post Grid Module (Custom Fields, ACF supported): Showcase your blog posts in a stylish and organized grid layout. 35 - Divi Drop Cap Text Module: Add emphasis and style to your text content with beautiful drop caps. 36 36 - [(...and more)](https://squadmodules.com/modules?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink) 37 37 38 38 **Interactive Divi Modules:** 39 39 40 - [Divi Before After Image Slider Module](https://squadmodules.com/modules/divi-before-after-image-slider-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Engage visitors with interactive image comparisons, showcasing transformations or product variations.41 - [Divi Flip Box Module](https://squadmodules.com/modules/divi-flip-box-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Create captivating elements that reveal additional information or a different design on hover.42 - [Divi Lottie Animation Module](https://squadmodules.com/modules/divi-lottie-animation-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Effortlessly integrate eye-catching animations to enhance your website's visual appeal and user experience.40 - Divi Before After Image Slider Module: Engage visitors with interactive image comparisons, showcasing transformations or product variations. 41 - Divi Flip Box Module: Create captivating elements that reveal additional information or a different design on hover. 42 - Divi Lottie Animation Module: Effortlessly integrate eye-catching animations to enhance your website's visual appeal and user experience. 43 43 - [(...and more)](https://squadmodules.com/modules?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink) 44 44 45 45 **Engagement & Social Proof Divi Modules:** 46 46 47 - [Divi Star Rating Module](https://squadmodules.com/modules/divi-star-rating-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Add stylish star rating functionality to your content, allowing visitors to provide feedback and ratings. 48 - [Divi Post Reading Time Module](https://squadmodules.com/modules/divi-post-reading-time-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Inform readers of the estimated reading time for your blog posts, helping them plan their time effectively. 49 - [Divi Post Reading Progress Module](https://squadmodules.com/modules/divi-post-reading-progress-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Inform readers of the estimated reading progress for your blog posts, helping them plan their time effectively. 47 - Divi Star Rating Module: Add stylish star rating functionality to your content, allowing visitors to provide feedback and ratings. 48 - Divi Post Reading Time Module: Inform readers of the estimated reading time for your blog posts, helping them plan their time effectively. 50 49 - [(...and more)](https://squadmodules.com/modules?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink) 51 50 52 51 **Form Styler Divi Modules:** 53 52 54 - [Divi Form Styler: Contact Form 7 Module](https://squadmodules.com/modules/divi-form-styler-contact-form-7-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Effortlessly customize the design of Contact Form 7 forms with color, font, spacing, and CSS options.55 - [Divi Form Styler: WP Forms Module](https://squadmodules.com/modules/divi-form-styler-wp-forms-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Effortlessly customize the design of WP Forms with color, font, spacing, and CSS options.56 - [Divi Form Styler: Gravity Forms Module](https://squadmodules.com/modules/divi-form-styler-gravity-forms-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Effortlessly customize the design of Gravity Forms with color, font, spacing, and CSS options.57 - [Divi Form Styler: Ninja Forms Module](https://squadmodules.com/modules/divi-form-styler-ninja-forms-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Effortlessly customize the design of Ninja Forms with color, font, spacing, and CSS options.53 - Divi Form Styler: Contact Form 7 Module: Effortlessly customize the design of Contact Form 7 forms with color, font, spacing, and CSS options. 54 - Divi Form Styler: WP Forms Module: Effortlessly customize the design of WP Forms with color, font, spacing, and CSS options. 55 - Divi Form Styler: Gravity Forms Module: Effortlessly customize the design of Gravity Forms with color, font, spacing, and CSS options. 56 - Divi Form Styler: Ninja Forms Module: Effortlessly customize the design of Ninja Forms with color, font, spacing, and CSS options. 58 57 - [(...and more)](https://squadmodules.com/modules?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink) 59 58 -
squad-modules-for-divi/trunk/deprecated/Base/Memory.php
r3225687 r3225698 7 7 * @author The WP Squad <support@squadmodules.com> 8 8 * @since 1.0.0 9 * @deprecated 3.2. 1Use `DiviSquad\Core\Memory` instead.9 * @deprecated 3.2.0 Use `DiviSquad\Core\Memory` instead. 10 10 */ 11 11 … … 21 21 * @package DiviSquad\Base 22 22 * @since 2.0.0 23 * @deprecated 3.2. 1Use `DiviSquad\Core\Memory` instead.23 * @deprecated 3.2.0 Use `DiviSquad\Core\Memory` instead. 24 24 */ 25 25 class Memory extends \DiviSquad\Core\Memory {} -
squad-modules-for-divi/trunk/deprecated/Integrations/WP.php
r3225687 r3225698 10 10 * @author The WP Squad <support@squadmodules.com> 11 11 * @since 1.0.0 12 * @deprecated 3.2. 1marked as deprecated.12 * @deprecated 3.2.0 marked as deprecated. 13 13 */ 14 14 … … 26 26 * @since 1.0.0 27 27 * @package DiviSquad 28 * @deprecated 3.2. 1marked as deprecated.28 * @deprecated 3.2.0 marked as deprecated. 29 29 */ 30 30 class WP { -
squad-modules-for-divi/trunk/deprecated/Utils/Media/Filesystem.php
r3225687 r3225698 6 6 * @author The WP Squad <support@squadmodules.com> 7 7 * @since 3.0.0 8 * @deprecated 3.2. 1Use DiviSquad\Core\Traits\UseWPFilesystem instead8 * @deprecated 3.2.0 Use DiviSquad\Core\Traits\UseWPFilesystem instead 9 9 */ 10 10 … … 18 18 * @since 3.0.0 19 19 * @package DiviSquad 20 * @deprecated 3.2. 1Use DiviSquad\Core\Traits\UseWPFilesystem instead20 * @deprecated 3.2.0 Use DiviSquad\Core\Traits\UseWPFilesystem instead 21 21 */ 22 22 class Filesystem { -
squad-modules-for-divi/trunk/deprecated/Utils/Polyfills/Str.php
r3225687 r3225698 6 6 * @author The WP Squad <support@squadmodules.com> 7 7 * @since 1.2.3 8 * @deprecated 3.2. 1Use DiviSquad\Core\Supports\Polyfills\Str instead8 * @deprecated 3.2.0 Use DiviSquad\Core\Supports\Polyfills\Str instead 9 9 */ 10 10 … … 16 16 * @since 1.2.3 17 17 * @package DiviSquad 18 * @deprecated 3.2. 1Use DiviSquad\Core\Supports\Polyfills\Str instead18 * @deprecated 3.2.0 Use DiviSquad\Core\Supports\Polyfills\Str instead 19 19 */ 20 20 class Str extends \DiviSquad\Core\Supports\Polyfills\Str {} -
squad-modules-for-divi/trunk/deprecated/Utils/Singleton.php
r3225687 r3225698 6 6 * @package DiviSquad 7 7 * @since 1.0.0 8 * @deprecated 3.2. 1Use DiviSquad\Core\Traits\Singleton instead8 * @deprecated 3.2.0 Use DiviSquad\Core\Traits\Singleton instead 9 9 */ 10 10 … … 16 16 * @since 1.0.0 17 17 * @package DiviSquad 18 * @deprecated 3.2. 1Use DiviSquad\Core\Traits\Singleton instead18 * @deprecated 3.2.0 Use DiviSquad\Core\Traits\Singleton instead 19 19 */ 20 20 trait Singleton { -
squad-modules-for-divi/trunk/includes/Base/DiviBuilder/Module.php
r3225687 r3225698 130 130 * Log an error and optionally send an error report. 131 131 * 132 * @since 3.2. 1132 * @since 3.2.0 133 133 * 134 134 * @param mixed $error The exception or error to log. … … 169 169 * Filter the error message displayed when an exception occurs. 170 170 * 171 * @since 3.2. 1171 * @since 3.2.0 172 172 * 173 173 * @param string $error_message The error message. … … 182 182 * Filter the error message displayed when an exception occurs. 183 183 * 184 * @since 3.2. 1184 * @since 3.2.0 185 185 * 186 186 * @param string $error_message The error message. … … 193 193 * Render a notice. 194 194 * 195 * @since 3.2. 1195 * @since 3.2.0 196 196 * 197 197 * @param string $message The message to display. -
squad-modules-for-divi/trunk/includes/Base/DiviBuilder/Module/FormStyler.php
r3225687 r3225698 34 34 * CSS Selectors configuration 35 35 * 36 * @since 3.2. 136 * @since 3.2.0 37 37 * @var array 38 38 */ … … 42 42 * CSS selector for the form 43 43 * 44 * @since 3.2. 144 * @since 3.2.0 45 45 * @var string 46 46 */ … … 50 50 * CSS selector for form fields 51 51 * 52 * @since 3.2. 152 * @since 3.2.0 53 53 * @var string 54 54 */ … … 58 58 * CSS selector for the submit button 59 59 * 60 * @since 3.2. 160 * @since 3.2.0 61 61 * @var string 62 62 */ … … 66 66 * CSS selector for error messages 67 67 * 68 * @since 3.2. 168 * @since 3.2.0 69 69 * @var string 70 70 */ … … 74 74 * CSS selector for success messages 75 75 * 76 * @since 3.2. 176 * @since 3.2.0 77 77 * @var string 78 78 */ … … 84 84 * Initializes the parent constructor and sets up the selectors and hooks. 85 85 * 86 * @since 3.2. 186 * @since 3.2.0 87 87 * @access public 88 88 * @return void … … 94 94 * Allows executing code before the form styler is initialized. 95 95 * 96 * @since 3.2. 196 * @since 3.2.0 97 97 * 98 98 * @param FormStyler $this Current FormStyler instance … … 106 106 * Fires after the FormStyler instance is constructed. 107 107 * 108 * @since 3.2. 1108 * @since 3.2.0 109 109 * 110 110 * @param FormStyler $this Current FormStyler instance … … 116 116 * Get settings modal toggles for the module. 117 117 * 118 * @since 3.2. 1118 * @since 3.2.0 119 119 * @access public 120 120 * … … 170 170 * Filters the settings modal toggles for the Form Styler. 171 171 * 172 * @since 3.2. 1172 * @since 3.2.0 173 173 * 174 174 * @param array $toggles The default toggles for the Form Styler. … … 221 221 * Filters the fields for the Form Styler. 222 222 * 223 * @since 3.2. 1223 * @since 3.2.0 224 224 * 225 225 * @param string $slug The slug of current module. … … 235 235 * Get custom CSS fields configuration. 236 236 * 237 * @since 3.2. 1237 * @since 3.2.0 238 238 * @access public 239 239 * … … 272 272 * Get transition fields CSS properties. 273 273 * 274 * @since 3.2. 1274 * @since 3.2.0 275 275 * @access public 276 276 * … … 287 287 * Initialize selectors for the form styler. 288 288 * 289 * @since 3.2. 1289 * @since 3.2.0 290 290 * @access protected 291 291 * … … 297 297 * Set up hooks for the FormStyler. 298 298 * 299 * @since 3.2. 1299 * @since 3.2.0 300 300 * @access protected 301 301 * … … 316 316 * ``` 317 317 * 318 * @since 3.2. 1318 * @since 3.2.0 319 319 * @access protected 320 320 * … … 337 337 * Filter the CSS selector value before return 338 338 * 339 * @since 3.2. 1339 * @since 3.2.0 340 340 * 341 341 * @param string $key Original selector key … … 359 359 * ``` 360 360 * 361 * @since 3.2. 1361 * @since 3.2.0 362 362 * @access protected 363 363 * … … 408 408 * ``` 409 409 * 410 * @since 3.2. 1410 * @since 3.2.0 411 411 * @access protected 412 412 * … … 422 422 * Filter the hover selectors before they are combined 423 423 * 424 * @since 3.2. 1424 * @since 3.2.0 425 425 * 426 426 * @param array $hover_selectors Array of hover selectors … … 447 447 * ``` 448 448 * 449 * @since 3.2. 1449 * @since 3.2.0 450 450 * @access protected 451 451 * … … 472 472 * Add :hover pseudo-class to a single selector. 473 473 * 474 * @since 3.2. 1474 * @since 3.2.0 475 475 * @access private 476 476 * … … 492 492 * Filter the hover selector for a single selector 493 493 * 494 * @since 3.2. 1494 * @since 3.2.0 495 495 * 496 496 * @param string $hover_selector The generated hover selector … … 509 509 * Get general fields for the module. 510 510 * 511 * @since 3.2. 1511 * @since 3.2.0 512 512 * @access protected 513 513 * … … 518 518 * Filters the general fields for the form styler module. 519 519 * 520 * @since 3.2. 1520 * @since 3.2.0 521 521 * 522 522 * @param array $fields Default array of general fields … … 529 529 * Get design fields for the module. 530 530 * 531 * @since 3.2. 1531 * @since 3.2.0 532 532 * @access protected 533 533 * … … 560 560 * Get advanced fields for the module. 561 561 * 562 * @since 3.2. 1562 * @since 3.2.0 563 563 * @access protected 564 564 * … … 572 572 * Get background fields for the module. 573 573 * 574 * @since 3.2. 1574 * @since 3.2.0 575 575 * @access protected 576 576 * … … 604 604 * Filters the background fields for the Form Styler. 605 605 * 606 * @since 3.2. 1606 * @since 3.2.0 607 607 * 608 608 * @param array $background_fields The default background fields for the Form Styler. … … 615 615 * Add a background field. 616 616 * 617 * @since 3.2. 1617 * @since 3.2.0 618 618 * @access protected 619 619 * … … 639 639 * Get button fields for the module. 640 640 * 641 * @since 3.2. 1641 * @since 3.2.0 642 642 * @access protected 643 643 * … … 662 662 * Get additional design fields for the module. 663 663 * 664 * @since 3.2. 1664 * @since 3.2.0 665 665 * @access protected 666 666 * … … 698 698 * Filters additional checkbox and radio fields for the Form Styler. 699 699 * 700 * @since 3.2. 1700 * @since 3.2.0 701 701 * 702 702 * @param array $checkbox_radio_fields The default checkbox and radio fields for the Form Styler. … … 709 709 * Get custom spacing fields for the module. 710 710 * 711 * @since 3.2. 1711 * @since 3.2.0 712 712 * @access protected 713 713 * … … 759 759 * Filters the custom spacing fields for the Form Styler. 760 760 * 761 * @since 3.2. 1761 * @since 3.2.0 762 762 * 763 763 * @param array $custom_spacing_fields The generated custom spacing fields. … … 769 769 * Get margin and padding fields for a specific element. 770 770 * 771 * @since 3.2. 1771 * @since 3.2.0 772 772 * @access protected 773 773 * … … 809 809 * Add a custom spacing field. 810 810 * 811 * @since 3.2. 1811 * @since 3.2.0 812 812 * @access protected 813 813 * … … 822 822 * Filter the custom spacing field settings 823 823 * 824 * @since 3.2. 1824 * @since 3.2.0 825 825 * 826 826 * @param array $field_settings The field settings to be merged … … 851 851 * This method can be overridden in child classes to add custom fields. 852 852 * 853 * @since 3.2. 1853 * @since 3.2.0 854 854 * @access protected 855 855 * … … 869 869 * This method can be overridden in child classes to specify removable fields. 870 870 * 871 * @since 3.2. 1871 * @since 3.2.0 872 872 * @access protected 873 873 * … … 881 881 * Add transition fields to the provided fields array. 882 882 * 883 * @since 3.2. 1883 * @since 3.2.0 884 884 * @access protected 885 885 * … … 892 892 * Fires before adding transition fields. 893 893 * 894 * @since 3.2. 1894 * @since 3.2.0 895 895 * 896 896 * @param array $fields Reference to fields array … … 909 909 * Fires after adding transition fields. 910 910 * 911 * @since 3.2. 1911 * @since 3.2.0 912 912 * 913 913 * @param array $fields Reference to fields array … … 919 919 * Add wrapper transition fields. 920 920 * 921 * @since 3.2. 1921 * @since 3.2.0 922 922 * @access protected 923 923 * … … 938 938 * Add field transition fields. 939 939 * 940 * @since 3.2. 1940 * @since 3.2.0 941 941 * @access protected 942 942 * … … 958 958 * Add error message transition fields. 959 959 * 960 * @since 3.2. 1960 * @since 3.2.0 961 961 * @access protected 962 962 * … … 978 978 * Add success message transition fields. 979 979 * 980 * @since 3.2. 1980 * @since 3.2.0 981 981 * @access protected 982 982 * … … 998 998 * Add button transition fields. 999 999 * 1000 * @since 3.2. 11000 * @since 3.2.0 1001 1001 * @access protected 1002 1002 * … … 1020 1020 * Add checkbox and radio transition fields. 1021 1021 * 1022 * @since 3.2. 11022 * @since 3.2.0 1023 1023 * @access protected 1024 1024 * … … 1038 1038 * Add generic transition fields. 1039 1039 * 1040 * @since 3.2. 11040 * @since 3.2.0 1041 1041 * @access protected 1042 1042 * … … 1064 1064 * ``` 1065 1065 * 1066 * @since 3.2. 11066 * @since 3.2.0 1067 1067 * @access protected 1068 1068 * … … 1075 1075 * Fires before generating all module styles. 1076 1076 * 1077 * @since 3.2. 11077 * @since 3.2.0 1078 1078 * 1079 1079 * @param array $attrs The style attributes … … 1087 1087 * Filter the attributes before generating styles 1088 1088 * 1089 * @since 3.2. 11089 * @since 3.2.0 1090 1090 * 1091 1091 * @param array $attrs The combined attributes … … 1099 1099 * Filter the style options before generating styles 1100 1100 * 1101 * @since 3.2. 11101 * @since 3.2.0 1102 1102 * 1103 1103 * @param array $options The style options … … 1111 1111 * Fires after generating all module styles. 1112 1112 * 1113 * @since 3.2. 11113 * @since 3.2.0 1114 1114 * 1115 1115 * @param array $attrs The style attributes used … … 1133 1133 * ``` 1134 1134 * 1135 * @since 3.2. 11135 * @since 3.2.0 1136 1136 * @access protected 1137 1137 * … … 1157 1157 * for various form elements. 1158 1158 * 1159 * @since 3.2. 11159 * @since 3.2.0 1160 1160 * @access protected 1161 1161 * … … 1180 1180 * and message areas. 1181 1181 * 1182 * @since 3.2. 11182 * @since 3.2.0 1183 1183 * @access protected 1184 1184 * … … 1201 1201 * modify existing ones, or remove elements from the background styling options. 1202 1202 * 1203 * @since 3.2. 11203 * @since 3.2.0 1204 1204 * 1205 1205 * @param array $option_fields An associative array of background options and their CSS selectors. … … 1217 1217 * Add checkbox and radio options to the stylesheet selectors. 1218 1218 * 1219 * @since 3.2. 11219 * @since 3.2.0 1220 1220 * @access protected 1221 1221 * … … 1254 1254 * Add button width option to the stylesheet selectors. 1255 1255 * 1256 * @since 3.2. 11256 * @since 3.2.0 1257 1257 * @access protected 1258 1258 * … … 1277 1277 * Add margin and padding options to the stylesheet selectors. 1278 1278 * 1279 * @since 3.2. 11279 * @since 3.2.0 1280 1280 * @access protected 1281 1281 * … … 1305 1305 * and message areas. 1306 1306 * 1307 * @since 3.2. 11307 * @since 3.2.0 1308 1308 * @access protected 1309 1309 * @return array An associative array of form elements and their corresponding CSS selectors. … … 1325 1325 * modify existing ones, or remove elements from the styling options. 1326 1326 * 1327 * @since 3.2. 11327 * @since 3.2.0 1328 1328 * 1329 1329 * @param array $option_fields An associative array of form elements and their CSS selectors. … … 1353 1353 * ``` 1354 1354 * 1355 * @since 3.2. 11355 * @since 3.2.0 1356 1356 * @access protected 1357 1357 * … … 1365 1365 * Fires before generating individual module styles. 1366 1366 * 1367 * @since 3.2. 11367 * @since 3.2.0 1368 1368 * 1369 1369 * @param array $attrs The style attributes … … 1376 1376 * Fires before generating style for a specific option. 1377 1377 * 1378 * @since 3.2. 11378 * @since 3.2.0 1379 1379 * 1380 1380 * @param string $option_key The option key … … 1400 1400 * Fires after generating style for a specific option. 1401 1401 * 1402 * @since 3.2. 11402 * @since 3.2.0 1403 1403 * 1404 1404 * @param string $option_key The option key … … 1412 1412 * Fires after generating all individual module styles. 1413 1413 * 1414 * @since 3.2. 11414 * @since 3.2.0 1415 1415 * 1416 1416 * @param array $attrs The style attributes … … 1423 1423 * Generate background style. 1424 1424 * 1425 * @since 3.2. 11425 * @since 3.2.0 1426 1426 * @access protected 1427 1427 * … … 1458 1458 * Generate default style. 1459 1459 * 1460 * @since 3.2. 11460 * @since 3.2.0 1461 1461 * @access protected 1462 1462 * … … 1479 1479 * Generate single style. 1480 1480 * 1481 * @since 3.2. 11481 * @since 3.2.0 1482 1482 * @access protected 1483 1483 * … … 1492 1492 * Filter the style generation parameters 1493 1493 * 1494 * @since 3.2. 11494 * @since 3.2.0 1495 1495 * 1496 1496 * @param array $style_params Style generation parameters … … 1518 1518 * Generate margin and padding style. 1519 1519 * 1520 * @since 3.2. 11520 * @since 3.2.0 1521 1521 * @access protected 1522 1522 * … … 1558 1558 * ``` 1559 1559 * 1560 * @since 3.2. 11560 * @since 3.2.0 1561 1561 * @access protected 1562 1562 * … … 1571 1571 * Filters the list of fields to be removed. 1572 1572 * 1573 * @since 3.2. 11573 * @since 3.2.0 1574 1574 * 1575 1575 * @param array $removals List of field keys to be removed. -
squad-modules-for-divi/trunk/includes/Base/DiviBuilder/Utils/Elements/CustomFields/Traits/TablePopulationTrait.php
r3225687 r3225698 107 107 * Verify if the custom fields table exists. 108 108 * 109 * @since 3.2. 1109 * @since 3.2.0 110 110 * 111 111 * @return bool True if table exists. -
squad-modules-for-divi/trunk/includes/Base/DiviBuilder/Utils/Elements/Forms.php
r3225687 r3225698 65 65 * Filter the allowed fields for the module. 66 66 * 67 * @since 3.2. 167 * @since 3.2.0 68 68 * 69 69 * @param array $allowed_fields List of allowed field types. … … 87 87 * Filter the custom spacing prefixes. 88 88 * 89 * @since 3.2. 189 * @since 3.2.0 90 90 * 91 91 * @param array $prefixes Custom spacing prefixes. -
squad-modules-for-divi/trunk/includes/Base/DiviBuilder/Utils/Fields/DefinitionTrait.php
r3225687 r3225698 54 54 * Adds a border field configuration for Divi modules. 55 55 * 56 * @since 3.2. 156 * @since 3.2.0 57 57 * 58 58 * @param string $label The label for the border field. … … 97 97 * 98 98 * @since 1.0.0 99 * @since 3.2. 1Improved flexibility and alignment with Divi standards.99 * @since 3.2.0 Improved flexibility and alignment with Divi standards. 100 100 * 101 101 * @param string $label The label for the box shadow field. -
squad-modules-for-divi/trunk/includes/Core/Cache.php
r3225687 r3225698 3 3 * Cache class 4 4 * 5 * @since 3.2. 15 * @since 3.2.0 6 6 * 7 7 * @package DiviSquad … … 16 16 * Handles all caching operations using WordPress Object Cache. 17 17 * 18 * @since 3.2. 118 * @since 3.2.0 19 19 * @package DiviSquad 20 20 */ -
squad-modules-for-divi/trunk/includes/Core/Memory.php
r3225687 r3225698 113 113 * Migrate legacy options if they exist. 114 114 * 115 * @since 3.2. 1115 * @since 3.2.0 116 116 * 117 117 * @return void -
squad-modules-for-divi/trunk/includes/Core/Requirements.php
r3225687 r3225698 6 6 * of Divi requirements for Squad Modules. 7 7 * 8 * @since 3.2. 18 * @since 3.2.0 9 9 * 10 10 * @package DiviSquad … … 25 25 * Handles the management of Divi requirements for Squad Modules. 26 26 * 27 * @since 3.2. 127 * @since 3.2.0 28 28 * @package DiviSquad 29 29 */ … … 42 42 * Checks if the Divi theme or Extra theme is active, or if the Divi Builder plugin is active. 43 43 * 44 * @since 3.2. 144 * @since 3.2.0 45 45 * 46 46 * @return bool True if Divi or Extra theme is active, or Divi Builder plugin is active, false otherwise. … … 52 52 * Filter the Divi installation status. 53 53 * 54 * @since 3.2. 154 * @since 3.2.0 55 55 * 56 56 * @param bool $is_active True if Divi or Extra theme is active, or Divi Builder plugin is active, false otherwise. … … 62 62 * Register the admin page. 63 63 * 64 * @since 3.2. 164 * @since 3.2.0 65 65 * 66 66 * @return void … … 76 76 * Register the admin page. 77 77 * 78 * @since 3.2. 178 * @since 3.2.0 79 79 * 80 80 * @return void … … 120 120 * Remove all notices from the squad template pages. 121 121 * 122 * @since 3.2. 1122 * @since 3.2.0 123 123 * 124 124 * @return void … … 142 142 * Render the admin page. 143 143 * 144 * @since 3.2. 1144 * @since 3.2.0 145 145 * 146 146 * @return void … … 160 160 * Get notice content based on Divi status 161 161 * 162 * @since 3.2. 1162 * @since 3.2.0 163 163 * 164 164 * @return string -
squad-modules-for-divi/trunk/includes/Core/Supports/Site_Health.php
r3225687 r3225698 78 78 * Filter the Divi Squad site health info fields. 79 79 * 80 * @since 3.2. 180 * @since 3.2.0 81 81 * 82 82 * @param array $fields The Divi Squad site health info fields. -
squad-modules-for-divi/trunk/includes/Core/Traits/DetectPluginLife.php
r3225687 r3225698 11 11 * Supports both development and release environments with extensible filter hooks. 12 12 * 13 * @since 3.2. 113 * @since 3.2.0 14 14 * @package DiviSquad 15 15 */ … … 18 18 * Cached production environment status 19 19 * 20 * @since 3.2. 120 * @since 3.2.0 21 21 * @var bool|null 22 22 */ … … 26 26 * Cached premium installation status 27 27 * 28 * @since 3.2. 128 * @since 3.2.0 29 29 * @var bool|null 30 30 */ … … 34 34 * Cached plugin life type 35 35 * 36 * @since 3.2. 136 * @since 3.2.0 37 37 * @var string|null 38 38 */ … … 43 43 * Handles both dev structure (/squad-modules-for-divi) and release structure (/includes). 44 44 * 45 * @since 3.2. 146 * @deprecated 3.2. 1Use $this->is_prod() instead45 * @since 3.2.0 46 * @deprecated 3.2.0 Use $this->is_prod() instead 47 47 * 48 48 * @return bool Returns true if running in production environment … … 56 56 * Handles different path structures between dev and release environments. 57 57 * 58 * @since 3.2. 158 * @since 3.2.0 59 59 * 60 60 * @return string Returns the pro plugin basename … … 68 68 * Allows modification of the premium plugin's basename based on environment. 69 69 * 70 * @since 3.2. 170 * @since 3.2.0 71 71 * 72 72 * @param string $basename The premium plugin basename … … 79 79 * Check if the premium version is activated. 80 80 * 81 * @since 3.2. 181 * @since 3.2.0 82 82 * 83 83 * @return bool Returns true if premium version is active, null if status unknown … … 92 92 * Allows external modification of the premium version activation status. 93 93 * 94 * @since 3.2. 194 * @since 3.2.0 95 95 * 96 96 * @param bool $is_active Current premium version activation status … … 107 107 * Development environment is identified by presence of development-specific files and directories. 108 108 * 109 * @since 3.2. 1109 * @since 3.2.0 110 110 * 111 111 * @return bool Returns true if in development environment … … 119 119 * Allows external modification of the development environment detection. 120 120 * 121 * @since 3.2. 1121 * @since 3.2.0 122 122 * 123 123 * @param bool $is_dev Current development status based on file existence … … 131 131 * Determines environment type based on filesystem structure and premium activation status. 132 132 * 133 * @since 3.2. 1133 * @since 3.2.0 134 134 * 135 135 * @return string Returns 'development', 'freemium', or 'premium' … … 150 150 * Allows modification of the plugin's life type based on custom conditions. 151 151 * 152 * @since 3.2. 1152 * @since 3.2.0 153 153 * 154 154 * @param string $type Current plugin life type ('development', 'freemium', or 'premium') … … 165 165 * Check if current installation matches a specific version. 166 166 * 167 * @since 3.2. 1167 * @since 3.2.0 168 168 * 169 169 * @param string $version Version to check ('freemium', 'premium', 'development') … … 179 179 * Allows external modification of version matching logic. 180 180 * 181 * @since 3.2. 1181 * @since 3.2.0 182 182 * 183 183 * @param bool $matches Whether the versions match -
squad-modules-for-divi/trunk/includes/Core/Traits/Logger.php
r3225687 r3225698 11 11 * Provides common logging functionality for WordPress plugins. 12 12 * 13 * @since 3.2. 113 * @since 3.2.0 14 14 * @package DiviSquad 15 15 * @subpackage Base\Traits … … 20 20 * Plugin identifier for log messages. 21 21 * 22 * @since 3.2. 122 * @since 3.2.0 23 23 * @var string 24 24 */ … … 28 28 * Set the log identifier for this instance. 29 29 * 30 * @since 3.2. 130 * @since 3.2.0 31 31 * @access public 32 32 * … … 41 41 * Format and write a log message. 42 42 * 43 * @since 3.2. 143 * @since 3.2.0 44 44 * @access protected 45 45 * … … 69 69 * Format error details for logging. 70 70 * 71 * @since 3.2. 171 * @since 3.2.0 72 72 * @access protected 73 73 * … … 87 87 * Add debug backtrace to log message if debug mode is enabled. 88 88 * 89 * @since 3.2. 189 * @since 3.2.0 90 90 * @access protected 91 91 * … … 102 102 * Log a deprecated notice. 103 103 * 104 * @since 3.2. 1104 * @since 3.2.0 105 105 * @access public 106 106 * … … 134 134 * Log an error message. 135 135 * 136 * @since 3.2. 1136 * @since 3.2.0 137 137 * @access public 138 138 * … … 155 155 * Fires after an error has been logged. 156 156 * 157 * @since 3.2. 1157 * @since 3.2.0 158 158 * 159 159 * @param Throwable $error The error that occurred. … … 167 167 * Log a debug message. 168 168 * 169 * @since 3.2. 1169 * @since 3.2.0 170 170 * @access public 171 171 * … … 186 186 * Log an informational message. 187 187 * 188 * @since 3.2. 1188 * @since 3.2.0 189 189 * @access public 190 190 * … … 201 201 * Log a warning message. 202 202 * 203 * @since 3.2. 1203 * @since 3.2.0 204 204 * @access public 205 205 * … … 216 216 * Log a notice message. 217 217 * 218 * @since 3.2. 1218 * @since 3.2.0 219 219 * @access public 220 220 * … … 231 231 * Log an error message. 232 232 * 233 * @since 3.2. 1233 * @since 3.2.0 234 234 * @access public 235 235 * … … 246 246 * Send an error report. 247 247 * 248 * @since 3.2. 1248 * @since 3.2.0 249 249 * @access protected 250 250 * -
squad-modules-for-divi/trunk/includes/Core/Traits/UseWPFilesystem.php
r3225687 r3225698 5 5 * @package DiviSquad 6 6 * @author The WP Squad <support@squadmodules.com> 7 * @since 3.2. 17 * @since 3.2.0 8 8 */ 9 9 … … 17 17 * 18 18 * @package DiviSquad 19 * @since 3.2. 119 * @since 3.2.0 20 20 */ 21 21 trait UseWPFilesystem { -
squad-modules-for-divi/trunk/includes/Managers/Assets/Modules.php
r3225687 r3225698 433 433 * Enqueue Formidable Forms styles. 434 434 * 435 * @since 3.2. 1435 * @since 3.2.0 436 436 */ 437 437 protected function enqueue_forminator_forms_style() { -
squad-modules-for-divi/trunk/includes/Managers/Features/Modules.php
r3225687 r3225698 126 126 'description' => esc_html__( 'Create visually appealing dividers with various styles, shapes, and customization options.', 'squad-modules-for-divi' ), 127 127 'release_version' => '1.0.0', 128 'last_modified' => array( '1.2.2', '1.2.3', '1.2.6', '1.4.1', '3.2. 1' ),128 'last_modified' => array( '1.2.2', '1.2.3', '1.2.6', '1.4.1', '3.2.0' ), 129 129 'is_default_active' => true, 130 130 'is_premium_feature' => false, … … 141 141 'description' => esc_html__( 'It allows you to display two buttons side by side with customizable styles and text.', 'squad-modules-for-divi' ), 142 142 'release_version' => '1.0.0', 143 'last_modified' => array( '1.1.0', '1.2.3', '3.2. 1' ),143 'last_modified' => array( '1.1.0', '1.2.3', '3.2.0' ), 144 144 'is_default_active' => true, 145 145 'is_premium_feature' => false, … … 156 156 'description' => esc_html__( 'Effortlessly add animated elements for a more engaging website experience', 'squad-modules-for-divi' ), 157 157 'release_version' => '1.0.0', 158 'last_modified' => array( '1.0.1', '1.0.5', '1.2.3', '1.4.5', '3.2. 1' ),158 'last_modified' => array( '1.0.1', '1.0.5', '1.2.3', '1.4.5', '3.2.0' ), 159 159 'is_default_active' => false, 160 160 'is_premium_feature' => false, … … 174 174 'child_label' => esc_html__( 'Post Element', 'squad-modules-for-divi' ), 175 175 'release_version' => '1.0.0', 176 'last_modified' => array( '1.0.2', '1.0.4', '1.1.0', '1.2.0', '1.2.2', '1.2.3', '1.4.4', '1.4.8', '1.4.10', '1.4.11', '3.0.0', '3.1.0', '3.1.4', '3.2. 1' ),176 'last_modified' => array( '1.0.2', '1.0.4', '1.1.0', '1.2.0', '1.2.2', '1.2.3', '1.4.4', '1.4.8', '1.4.10', '1.4.11', '3.0.0', '3.1.0', '3.1.4', '3.2.0' ), 177 177 'is_default_active' => true, 178 178 'is_premium_feature' => false, … … 190 190 'description' => esc_html__( 'Create eye-catching animated title or heading text that simulates a typing effect.', 'squad-modules-for-divi' ), 191 191 'release_version' => '1.0.0', 192 'last_modified' => array( '1.0.1', '1.0.5', '1.2.3', '1.4.6', '3.2. 1' ),192 'last_modified' => array( '1.0.1', '1.0.5', '1.2.3', '1.4.6', '3.2.0' ), 193 193 'is_default_active' => false, 194 194 'is_premium_feature' => false, … … 205 205 'description' => esc_html__( 'Apply stunning masks to your images, adding creativity and visual appeal to your website.', 'squad-modules-for-divi' ), 206 206 'release_version' => '1.0.0', 207 'last_modified' => array( '1.2.3', '3.2. 1' ),207 'last_modified' => array( '1.2.3', '3.2.0' ), 208 208 'is_default_active' => true, 209 209 'is_premium_feature' => false, … … 220 220 'description' => esc_html__( 'Display content on one side, then on hover, flip to reveal more info or a different design.', 'squad-modules-for-divi' ), 221 221 'release_version' => '1.0.0', 222 'last_modified' => array( '1.2.3', '3.2. 1' ),222 'last_modified' => array( '1.2.3', '3.2.0' ), 223 223 'is_default_active' => false, 224 224 'is_premium_feature' => false, … … 238 238 'child_label' => esc_html__( 'Business Day', 'squad-modules-for-divi' ), 239 239 'release_version' => '1.0.0', 240 'last_modified' => array( '1.2.0', '1.2.3', '1.4.8', '3.2. 1' ),240 'last_modified' => array( '1.2.0', '1.2.3', '1.4.8', '3.2.0' ), 241 241 'is_default_active' => false, 242 242 'is_premium_feature' => false, … … 253 253 'description' => esc_html__( 'Engage your visitors with interactive image comparisons.', 'squad-modules-for-divi' ), 254 254 'release_version' => '1.0.0', 255 'last_modified' => array( '1.2.3', '1.4.8', '3.1.9', '3.2. 1' ),255 'last_modified' => array( '1.2.3', '1.4.8', '3.1.9', '3.2.0' ), 256 256 'is_default_active' => false, 257 257 'is_premium_feature' => false, … … 268 268 'description' => esc_html__( 'Effortlessly create stunning galleries to engage and captivate your audience.', 'squad-modules-for-divi' ), 269 269 'release_version' => '1.2.0', 270 'last_modified' => array( '1.2.2', '1.2.3', '1.3.0', '1.4.5', '1.4.8', '1.4.9', '3.0.0', '3.2. 1' ),270 'last_modified' => array( '1.2.2', '1.2.3', '1.3.0', '1.4.5', '1.4.8', '1.4.9', '3.0.0', '3.2.0' ), 271 271 'is_default_active' => false, 272 272 'is_premium_feature' => false, … … 283 283 'description' => esc_html__( 'Effortlessly customize Contact Form 7 design. Adjust colors, fonts, spacing, and add CSS for your desired look.', 'squad-modules-for-divi' ), 284 284 'release_version' => '1.2.0', 285 'last_modified' => array( '1.2.3', '1.4.7', '1.4.8', '3.0.0', '3.2. 1' ),285 'last_modified' => array( '1.2.3', '1.4.7', '1.4.8', '3.0.0', '3.2.0' ), 286 286 'is_default_active' => false, 287 287 'is_premium_feature' => false, … … 299 299 'description' => esc_html__( 'Effortlessly customize WP Forms design. Adjust colors, fonts, spacing, and add CSS for your desired look.', 'squad-modules-for-divi' ), 300 300 'release_version' => '1.2.0', 301 'last_modified' => array( '1.2.3', '1.4.7', '1.4.8', '3.0.0', '3.2. 1' ),301 'last_modified' => array( '1.2.3', '1.4.7', '1.4.8', '3.0.0', '3.2.0' ), 302 302 'is_default_active' => false, 303 303 'is_premium_feature' => false, … … 315 315 'description' => esc_html__( 'Effortlessly customize Gravity Forms design. Adjust colors, fonts, spacing, and add CSS for your desired look.', 'squad-modules-for-divi' ), 316 316 'release_version' => '1.2.0', 317 'last_modified' => array( '1.2.3', '1.4.7', '1.4.8', '3.0.0', '3.2. 1' ),317 'last_modified' => array( '1.2.3', '1.4.7', '1.4.8', '3.0.0', '3.2.0' ), 318 318 'is_default_active' => false, 319 319 'is_premium_feature' => false, … … 333 333 'description' => esc_html__( 'Show how long it takes to read your blog posts. Useful for readers planning their time.', 'squad-modules-for-divi' ), 334 334 'release_version' => '1.2.2', 335 'last_modified' => array( '1.2.3', '1.4.8', '3.2. 1' ),335 'last_modified' => array( '1.2.3', '1.4.8', '3.2.0' ), 336 336 'is_default_active' => false, 337 337 'is_premium_feature' => false, … … 348 348 'description' => esc_html__( 'Create eye-catching headlines and captions with a mesmerizing glitch effect.', 'squad-modules-for-divi' ), 349 349 'release_version' => '1.2.3', 350 'last_modified' => array( '1.3.0', '3.2. 1' ),350 'last_modified' => array( '1.3.0', '3.2.0' ), 351 351 'is_default_active' => false, 352 352 'is_premium_feature' => false, … … 362 362 'label' => esc_html__( 'Gradient Text', 'squad-modules-for-divi' ), 363 363 'description' => esc_html__( 'Create eye-catching headlines, captions, and more with this versatile and dynamic module.', 'squad-modules-for-divi' ), 364 'release_version' => array( '1.2.6', '3.2. 1' ),364 'release_version' => array( '1.2.6', '3.2.0' ), 365 365 'is_default_active' => false, 366 366 'is_premium_feature' => false, … … 377 377 'description' => esc_html__( 'Add dynamic, attention-grabbing text animations to your Divi-powered website.', 'squad-modules-for-divi' ), 378 378 'release_version' => '1.3.0', 379 'last_modified' => array( '1.4.8', '3.2. 1' ),379 'last_modified' => array( '1.4.8', '3.2.0' ), 380 380 'is_default_active' => false, 381 381 'is_premium_feature' => false, … … 392 392 'description' => esc_html__( 'Add stylish star ratings to your content for user feedback and ratings.', 'squad-modules-for-divi' ), 393 393 'release_version' => '1.4.0', 394 'last_modified' => array( '1.4.5', '1.4.6', '3.2. 1' ),394 'last_modified' => array( '1.4.5', '1.4.6', '3.2.0' ), 395 395 'is_default_active' => true, 396 396 'is_premium_feature' => false, … … 407 407 'description' => esc_html__( 'Enhance navigation with a clear path for users to trace their steps through your website.', 'squad-modules-for-divi' ), 408 408 'release_version' => '1.4.0', 409 'last_modified' => array( '1.4.1', '1.4.2', '1.4.6', '1.4.8', '3.0.0', '3.2. 1' ),409 'last_modified' => array( '1.4.1', '1.4.2', '1.4.6', '1.4.8', '3.0.0', '3.2.0' ), 410 410 'is_default_active' => true, 411 411 'is_premium_feature' => false, … … 422 422 'description' => esc_html__( 'Create visually appealing drop caps to add emphasis and style to your text content.', 'squad-modules-for-divi' ), 423 423 'release_version' => '1.4.0', 424 'last_modified' => array( '1.4.0', '3.0.0', '3.2. 1' ),424 'last_modified' => array( '1.4.0', '3.0.0', '3.2.0' ), 425 425 'is_default_active' => true, 426 426 'is_premium_feature' => false, … … 437 437 'description' => esc_html__( 'Engage visitors with customizable video popups for YouTube and Vimeo.', 'squad-modules-for-divi' ), 438 438 'release_version' => '1.4.1', 439 'last_modified' => array( '1.4.4', '3.0.0', '3.2. 1' ),439 'last_modified' => array( '1.4.4', '3.0.0', '3.2.0' ), 440 440 'is_default_active' => true, 441 441 'is_premium_feature' => false, … … 467 467 'description' => esc_html__( 'Effortlessly customize Ninja Forms design. Adjust colors, fonts, spacing, and add CSS for your desired look.', 'squad-modules-for-divi' ), 468 468 'release_version' => '1.4.7', 469 'last_modified' => array( '1.4.8', '3.0.0', '3.2. 1' ),469 'last_modified' => array( '1.4.8', '3.0.0', '3.2.0' ), 470 470 'is_default_active' => true, 471 471 'is_premium_feature' => false, … … 485 485 'description' => esc_html__( 'Effortlessly customize Fluent Forms design. Adjust colors, fonts, spacing, and add CSS for your desired look.', 'squad-modules-for-divi' ), 486 486 'release_version' => '1.4.7', 487 'last_modified' => array( '1.4.8', '3.0.0', '3.2. 1' ),487 'last_modified' => array( '1.4.8', '3.0.0', '3.2.0' ), 488 488 'is_default_active' => true, 489 489 'is_premium_feature' => false, … … 502 502 'label' => esc_html__( 'Forminator', 'squad-modules-for-divi' ), 503 503 'description' => esc_html__( 'Effortlessly customize Forminator form design. Adjust colors, fonts, spacing, and add CSS for your desired look.', 'squad-modules-for-divi' ), 504 'release_version' => '3.2. 1',504 'release_version' => '3.2.0', 505 505 'is_default_active' => false, 506 506 'is_premium_feature' => false, -
squad-modules-for-divi/trunk/includes/Modules/Forms/ContactForm7.php
r3225687 r3225698 10 10 * @author The WP Squad <support@squadmodules.com> 11 11 * @since 1.2.0 12 * @since 3.2. 1Restructured the module to use the new structure.12 * @since 3.2.0 Restructured the module to use the new structure. 13 13 */ 14 14 … … 50 50 * Fires before the ContactForm7 module is initialized. 51 51 * 52 * @since 3.2. 152 * @since 3.2.0 53 53 * 54 54 * @param ContactForm7 $module The current module instance. … … 66 66 * Filters the module icon path. 67 67 * 68 * @since 3.2. 168 * @since 3.2.0 69 69 * 70 70 * @param string $icon_path The current icon path. … … 81 81 * Filters the CSS selectors for the Contact Form 7 module. 82 82 * 83 * @since 3.2. 183 * @since 3.2.0 84 84 * 85 85 * @param array $selectors The default CSS selectors. … … 95 95 * Fires after the ContactForm7 module has been initialized. 96 96 * 97 * @since 3.2. 197 * @since 3.2.0 98 98 * 99 99 * @param ContactForm7 $module The current module instance. … … 124 124 * Filters the CF7-specific toggle sections. 125 125 * 126 * @since 3.2. 1126 * @since 3.2.0 127 127 * 128 128 * @param array $toggles The base toggles … … 162 162 * Filters the advanced fields configuration for the Contact Form 7 module. 163 163 * 164 * @since 3.2. 1164 * @since 3.2.0 165 165 * 166 166 * @param array $advanced_fields The default advanced fields. … … 188 188 * Fires before the Contact Form 7 module is rendered. 189 189 * 190 * @since 3.2. 1190 * @since 3.2.0 191 191 * 192 192 * @param array $attrs The module attributes. … … 202 202 * Filters the message shown when Contact Form 7 is not installed. 203 203 * 204 * @since 3.2. 1204 * @since 3.2.0 205 205 * 206 206 * @param string $message The default message. … … 224 224 * Filters the message shown when no form is selected. 225 225 * 226 * @since 3.2. 1226 * @since 3.2.0 227 227 * 228 228 * @param string $message The default message. … … 241 241 * Filters the message shown when no form is selected. 242 242 * 243 * @since 3.2. 1243 * @since 3.2.0 244 244 * 245 245 * @param string $message The default message. … … 254 254 * Filters the empty form HTML output. 255 255 * 256 * @since 3.2. 1256 * @since 3.2.0 257 257 * 258 258 * @param string $form_html The default empty form HTML. … … 269 269 * Filters the final HTML output of the Contact Form 7 module. 270 270 * 271 * @since 3.2. 1271 * @since 3.2.0 272 272 * 273 273 * @param string $form_html The form HTML. … … 296 296 * Get CSS selectors for the Contact Form 7 module. 297 297 * 298 * @since 3.2. 1298 * @since 3.2.0 299 299 * @access protected 300 300 * … … 333 333 * Filters the CSS selectors for the Contact Form 7 module. 334 334 * 335 * @since 3.2. 1335 * @since 3.2.0 336 336 * 337 337 * @param array $css_selectors The default CSS selectors. … … 344 344 * Initialize selectors for the form styler. 345 345 * 346 * @since 3.2. 1346 * @since 3.2.0 347 347 * @access protected 348 348 * … … 359 359 * Fires after initializing selectors for the Contact Form 7 module. 360 360 * 361 * @since 3.2. 1361 * @since 3.2.0 362 362 * 363 363 * @param ContactForm7 $module The current module instance. … … 369 369 * Get module stylesheet selectors. 370 370 * 371 * @since 3.2. 1371 * @since 3.2.0 372 372 * @access protected 373 373 * … … 380 380 * Fires before getting module stylesheet selectors. 381 381 * 382 * @since 3.2. 1382 * @since 3.2.0 383 383 * 384 384 * @param array $attrs Module attributes … … 401 401 * Filters the CF7-specific style options. 402 402 * 403 * @since 3.2. 1403 * @since 3.2.0 404 404 * 405 405 * @param array $cf7_options The CF7-specific options … … 414 414 * Filters the final stylesheet selectors. 415 415 * 416 * @since 3.2. 1416 * @since 3.2.0 417 417 * 418 418 * @param array $options The combined style options … … 426 426 * Get general fields for the module. 427 427 * 428 * @since 3.2. 1428 * @since 3.2.0 429 429 * @access protected 430 430 * … … 462 462 * Filters the general fields for the Contact Form 7 module. 463 463 * 464 * @since 3.2. 1464 * @since 3.2.0 465 465 * 466 466 * @param array $fields The default general fields. … … 473 473 * Get removable fields for the module. 474 474 * 475 * @since 3.2. 1475 * @since 3.2.0 476 476 * @access protected 477 477 * … … 515 515 * Fires before adding transition fields. 516 516 * 517 * @since 3.2. 1517 * @since 3.2.0 518 518 * 519 519 * @param array $fields Reference to fields array … … 533 533 * Filters the font transition field mappings. 534 534 * 535 * @since 3.2. 1535 * @since 3.2.0 536 536 * 537 537 * @param array $font_transitions The font transition mappings … … 561 561 * Filters the custom transition fields. 562 562 * 563 * @since 3.2. 1563 * @since 3.2.0 564 564 * 565 565 * @param array $custom_transitions The custom transitions … … 573 573 * Fires after adding transition fields. 574 574 * 575 * @since 3.2. 1575 * @since 3.2.0 576 576 * 577 577 * @param array $fields Reference to fields array … … 584 584 * Get font field configurations 585 585 * 586 * @since 3.2. 1586 * @since 3.2.0 587 587 * 588 588 * @return array Font field configurations … … 652 652 * Filters the font field configurations. 653 653 * 654 * @since 3.2. 1654 * @since 3.2.0 655 655 * 656 656 * @param array $font_fields The font field configurations … … 663 663 * Get border field configurations 664 664 * 665 * @since 3.2. 1665 * @since 3.2.0 666 666 * 667 667 * @return array Border field configurations … … 769 769 * Filters the border field configurations. 770 770 * 771 * @since 3.2. 1771 * @since 3.2.0 772 772 * 773 773 * @param array $border_fields The border field configurations … … 780 780 * Get box shadow field configurations 781 781 * 782 * @since 3.2. 1782 * @since 3.2.0 783 783 * 784 784 * @return array Box shadow field configurations … … 842 842 * Filters the box shadow field configurations. 843 843 * 844 * @since 3.2. 1844 * @since 3.2.0 845 845 * 846 846 * @param array $box_shadow_fields The box shadow field configurations … … 865 865 * Filters the form attributes before generating HTML. 866 866 * 867 * @since 3.2. 1867 * @since 3.2.0 868 868 * 869 869 * @param array $attrs The form attributes … … 884 884 * Filters the forms collection before form selection. 885 885 * 886 * @since 3.2. 1886 * @since 3.2.0 887 887 * 888 888 * @param array $collection The forms collection … … 905 905 * Filters the Contact Form 7 shortcode before processing. 906 906 * 907 * @since 3.2. 1907 * @since 3.2.0 908 908 * 909 909 * @param string $shortcode The form shortcode with the form ID, e.g. [contact-form-7 id="123"] … … 918 918 * Filters the form HTML after shortcode processing. 919 919 * 920 * @since 3.2. 1920 * @since 3.2.0 921 921 * 922 922 * @param string $html The processed form HTML -
squad-modules-for-divi/trunk/includes/Modules/Forms/FluentForms.php
r3225687 r3225698 10 10 * @author The WP Squad <support@squadmodules.com> 11 11 * @since 1.4.7 12 * @since 3.2. 1Restructured the module to use the new structure.12 * @since 3.2.0 Restructured the module to use the new structure. 13 13 */ 14 14 … … 50 50 * Fires before the FluentForms module is initialized. 51 51 * 52 * @since 3.2. 152 * @since 3.2.0 53 53 * 54 54 * @param FluentForms $this The current module instance. … … 66 66 * Filters the module icon path. 67 67 * 68 * @since 3.2. 168 * @since 3.2.0 69 69 * 70 70 * @param FluentForms $this The current module instance. … … 81 81 * Filters the CSS selectors for the Fluent Forms module. 82 82 * 83 * @since 3.2. 183 * @since 3.2.0 84 84 * 85 85 * @param FluentForms $this The current module instance. … … 93 93 * Fires after the FluentForms module has been initialized. 94 94 * 95 * @since 3.2. 195 * @since 3.2.0 96 96 * 97 97 * @param FluentForms $this The current module instance. … … 122 122 * Filters the Fluent Forms-specific toggle sections. 123 123 * 124 * @since 3.2. 1124 * @since 3.2.0 125 125 * 126 126 * @param array $toggles The base toggles … … 160 160 * Filters the advanced fields configuration for the Fluent Forms module. 161 161 * 162 * @since 3.2. 1162 * @since 3.2.0 163 163 * 164 164 * @param FluentForms $this The current module instance. … … 186 186 * Fires before the Fluent Forms module is rendered. 187 187 * 188 * @since 3.2. 1188 * @since 3.2.0 189 189 * 190 190 * @param FluentForms $this The current module instance. … … 200 200 * Filters the message shown when Fluent Forms is not installed. 201 201 * 202 * @since 3.2. 1202 * @since 3.2.0 203 203 * 204 204 * @param array $attrs The module attributes. … … 222 222 * Filters the message shown when no form is selected. 223 223 * 224 * @since 3.2. 1224 * @since 3.2.0 225 225 * 226 226 * @param string $message The default message. … … 239 239 * Filters the message shown when no form is selected. 240 240 * 241 * @since 3.2. 1241 * @since 3.2.0 242 242 * 243 243 * @param string $message The default message. … … 252 252 * Filters the empty form HTML output. 253 253 * 254 * @since 3.2. 1254 * @since 3.2.0 255 255 * 256 256 * @param string $form_html The default empty form HTML. … … 267 267 * Filters the final HTML output of the Fluent Forms module. 268 268 * 269 * @since 3.2. 1269 * @since 3.2.0 270 270 * 271 271 * @param array $attrs The module attributes. … … 330 330 * Filters the CSS selectors for the Fluent Forms module. 331 331 * 332 * @since 3.2. 1332 * @since 3.2.0 333 333 * 334 334 * @param FluentForms $this The current module instance. … … 341 341 * Initialize selectors for the form styler. 342 342 * 343 * @since 3.2. 1343 * @since 3.2.0 344 344 * @access protected 345 345 * … … 356 356 * Fires after the selectors have been initialized for the Fluent Forms module. 357 357 * 358 * @since 3.2. 1358 * @since 3.2.0 359 359 * 360 360 * @param FluentForms $this The current module instance. … … 366 366 * Get module stylesheet selectors. 367 367 * 368 * @since 3.2. 1368 * @since 3.2.0 369 369 * @access protected 370 370 * … … 377 377 * Fires before getting module stylesheet selectors. 378 378 * 379 * @since 3.2. 1379 * @since 3.2.0 380 380 * 381 381 * @param ContactForm7 $this Current module instance … … 398 398 * Filters the Fluent Forms-specific style options. 399 399 * 400 * @since 3.2. 1400 * @since 3.2.0 401 401 * 402 402 * @param array $options The base options … … 411 411 * Filters the final stylesheet selectors. 412 412 * 413 * @since 3.2. 1413 * @since 3.2.0 414 414 * 415 415 * @param array $attrs Module attributes … … 423 423 * Get general fields for the module. 424 424 * 425 * @since 3.2. 1425 * @since 3.2.0 426 426 * @access protected 427 427 * … … 459 459 * Filters the general fields for the Fluent Forms module. 460 460 * 461 * @since 3.2. 1461 * @since 3.2.0 462 462 * 463 463 * @param ContactForm7 $this The current module instance. … … 470 470 * Get removable fields for the module. 471 471 * 472 * @since 3.2. 1472 * @since 3.2.0 473 473 * @access protected 474 474 * … … 501 501 * Get the field selector. 502 502 * 503 * @since 3.2. 1503 * @since 3.2.0 504 504 * @access protected 505 505 * … … 527 527 * Filters the field selectors for the Fluent Forms module. 528 528 * 529 * @since 3.2. 1529 * @since 3.2.0 530 530 * 531 531 * @param Forminator $this The current module instance. … … 541 541 * Get font field configurations. 542 542 * 543 * @since 3.2. 1543 * @since 3.2.0 544 544 * @access protected 545 545 * … … 606 606 * Filters the font field configurations. 607 607 * 608 * @since 3.2. 1608 * @since 3.2.0 609 609 * 610 610 * @param FluentForms $this Current module instance. … … 617 617 * Get border field configurations. 618 618 * 619 * @since 3.2. 1619 * @since 3.2.0 620 620 * @access protected 621 621 * … … 702 702 * Filters the border field configurations. 703 703 * 704 * @since 3.2. 1704 * @since 3.2.0 705 705 * 706 706 * @param FluentForms $this Current module instance. … … 714 714 * Get box shadow field configurations. 715 715 * 716 * @since 3.2. 1716 * @since 3.2.0 717 717 * @access protected 718 718 * … … 767 767 * Filters the box shadow field configurations. 768 768 * 769 * @since 3.2. 1769 * @since 3.2.0 770 770 * 771 771 * @param FluentForms $this Current module instance. … … 791 791 * Filters the form attributes before generating HTML. 792 792 * 793 * @since 3.2. 1793 * @since 3.2.0 794 794 * 795 795 * @param array $attrs The form attributes. … … 810 810 * Filters the forms collection before form selection. 811 811 * 812 * @since 3.2. 1812 * @since 3.2.0 813 813 * 814 814 * @param array $attrs The form attributes. … … 831 831 * Filters the Fluent Forms shortcode before processing . 832 832 * 833 * @since 3.2. 1833 * @since 3.2.0 834 834 * 835 835 * @param string $shortcode The form shortcode. Default is [fluentform id="form_id"]. … … 844 844 * Filters the form HTML after shortcode processing. 845 845 * 846 * @since 3.2. 1846 * @since 3.2.0 847 847 * 848 848 * @param string $html The processed form HTML. -
squad-modules-for-divi/trunk/includes/Modules/Forms/Forminator.php
r3225687 r3225698 10 10 * @author The WP Squad <support@squadmodules.com> 11 11 * @since 1.2.0 12 * @since 3.2. 1Restructured the module to use the new structure.12 * @since 3.2.0 Restructured the module to use the new structure. 13 13 */ 14 14 … … 50 50 * Fires before the Forminator module is initialized. 51 51 * 52 * @since 3.2. 152 * @since 3.2.0 53 53 * 54 54 * @param Forminator $module The current module instance. … … 66 66 * Filters the module icon path. 67 67 * 68 * @since 3.2. 168 * @since 3.2.0 69 69 * 70 70 * @param string $icon_path The current icon path. … … 81 81 * Filters the CSS selectors for the Forminator module. 82 82 * 83 * @since 3.2. 183 * @since 3.2.0 84 84 * 85 85 * @param array $selectors The default CSS selectors. … … 93 93 * Fires after the Forminator module has been initialized. 94 94 * 95 * @since 3.2. 195 * @since 3.2.0 96 96 * 97 97 * @param Forminator $module The current module instance. … … 122 122 * Filters the Forminator-specific toggle sections. 123 123 * 124 * @since 3.2. 1124 * @since 3.2.0 125 125 * 126 126 * @param array $forminator_toggles The Forminator-specific toggles … … 160 160 * Filters the advanced fields configuration for the Forminator module. 161 161 * 162 * @since 3.2. 1162 * @since 3.2.0 163 163 * 164 164 * @param array $advanced_fields The advanced fields configuration. … … 186 186 * Fires before the Forminator module is rendered. 187 187 * 188 * @since 3.2. 1188 * @since 3.2.0 189 189 * 190 190 * @param array $attrs The module attributes. … … 200 200 * Filters the message shown when Forminator is not installed. 201 201 * 202 * @since 3.2. 1202 * @since 3.2.0 203 203 * 204 204 * @param string $message The default message. … … 222 222 * Filters the message shown when no form is selected. 223 223 * 224 * @since 3.2. 1224 * @since 3.2.0 225 225 * 226 226 * @param string $message The default message. … … 239 239 * Filters the message shown when no form is selected. 240 240 * 241 * @since 3.2. 1241 * @since 3.2.0 242 242 * 243 243 * @param string $message The default message. … … 252 252 * Filters the empty form HTML output. 253 253 * 254 * @since 3.2. 1254 * @since 3.2.0 255 255 * 256 256 * @param string $form_html The default empty form HTML. … … 267 267 * Filters the final HTML output of the Forminator module. 268 268 * 269 * @since 3.2. 1269 * @since 3.2.0 270 270 * 271 271 * @param string $form_html The form HTML. … … 330 330 * Filters the CSS selectors for the Forminator module. 331 331 * 332 * @since 3.2. 1332 * @since 3.2.0 333 333 * 334 334 * @param array $css_selectors The default CSS selectors. … … 356 356 * Fires after initializing selectors for the Forminator module. 357 357 * 358 * @since 3.2. 1358 * @since 3.2.0 359 359 * 360 360 * @param Forminator $module The current module instance. … … 402 402 * Filters the general fields for the Forminator module. 403 403 * 404 * @since 3.2. 1404 * @since 3.2.0 405 405 * 406 406 * @param array $fields The default general fields. … … 437 437 * Filters the checkbox and radio fields for the Forminator module. 438 438 * 439 * @since 3.2. 1439 * @since 3.2.0 440 440 * 441 441 * @param array $fields The default checkbox and radio fields. … … 479 479 * Get the field selector. 480 480 * 481 * @since 3.2. 1481 * @since 3.2.0 482 482 * @access protected 483 483 * … … 505 505 * Filters the field selectors for the Forminator module. 506 506 * 507 * @since 3.2. 1507 * @since 3.2.0 508 508 * 509 509 * @param array $selectors The field selectors. … … 518 518 * Get font field configurations. 519 519 * 520 * @since 3.2. 1520 * @since 3.2.0 521 521 * @access protected 522 522 * … … 600 600 * Filters the font field configurations. 601 601 * 602 * @since 3.2. 1602 * @since 3.2.0 603 603 * 604 604 * @param array $font_fields The font field configurations. … … 611 611 * Get border field configurations. 612 612 * 613 * @since 3.2. 1613 * @since 3.2.0 614 614 * @access protected 615 615 * … … 718 718 * Filters the border field configurations. 719 719 * 720 * @since 3.2. 1720 * @since 3.2.0 721 721 * 722 722 * @param array $border_fields The border field configurations. … … 729 729 * Get box shadow field configurations. 730 730 * 731 * @since 3.2. 1731 * @since 3.2.0 732 732 * @access protected 733 733 * … … 792 792 * Filters the box shadow field configurations. 793 793 * 794 * @since 3.2. 1794 * @since 3.2.0 795 795 * 796 796 * @param array $box_shadow_fields The box shadow field configurations. … … 815 815 * Filters the form attributes before generating HTML. 816 816 * 817 * @since 3.2. 1817 * @since 3.2.0 818 818 * 819 819 * @param array $attrs The form attributes. … … 834 834 * Filters the forms collection before form selection. 835 835 * 836 * @since 3.2. 1836 * @since 3.2.0 837 837 * 838 838 * @param array $collection The forms collection. … … 855 855 * Filters the Forminator shortcode before processing. 856 856 * 857 * @since 3.2. 1857 * @since 3.2.0 858 858 * 859 859 * @param string $shortcode The form shortcode. … … 868 868 * Filters the form HTML after shortcode processing. 869 869 * 870 * @since 3.2. 1870 * @since 3.2.0 871 871 * 872 872 * @param string $html The processed form HTML. -
squad-modules-for-divi/trunk/includes/Modules/Forms/GravityForms.php
r3225687 r3225698 10 10 * @author The WP Squad <support@squadmodules.com> 11 11 * @since 1.2.0 12 * @since 3.2. 1Restructured the module to use the new structure.12 * @since 3.2.0 Restructured the module to use the new structure. 13 13 */ 14 14 … … 50 50 * Fires before the Gravity Forms module is initialized. 51 51 * 52 * @since 3.2. 152 * @since 3.2.0 53 53 * 54 54 * @param GravityForms $module The current module instance. … … 66 66 * Filters the module icon path. 67 67 * 68 * @since 3.2. 168 * @since 3.2.0 69 69 * 70 70 * @param string $icon_path The current icon path. … … 81 81 * Apply filter to CSS selectors for Gravity Forms styling. 82 82 * 83 * @since 3.2. 183 * @since 3.2.0 84 84 * 85 85 * @param array $selectors The default array of CSS selectors from squad_get_css_selectors(). … … 95 95 * Fires after the Gravity Forms module has been initialized. 96 96 * 97 * @since 3.2. 197 * @since 3.2.0 98 98 * 99 99 * @param GravityForms $module The current module instance. … … 191 191 * Filters the advanced toggles for the Gravity Forms module. 192 192 * 193 * @since 3.2. 1193 * @since 3.2.0 194 194 * 195 195 * @param array $new_advanced_toggles The new advanced toggles. … … 238 238 * Filters the advanced fields configuration for the Gravity Forms module. 239 239 * 240 * @since 3.2. 1240 * @since 3.2.0 241 241 * 242 242 * @param array $advanced_fields The advanced fields configuration. … … 263 263 * Fires before the Gravity Forms module is rendered. 264 264 * 265 * @since 3.2. 1265 * @since 3.2.0 266 266 * 267 267 * @param array $attrs The attributes array. … … 277 277 * Filter the message displayed when Gravity Forms is not installed. 278 278 * 279 * @since 3.2. 1279 * @since 3.2.0 280 280 * 281 281 * @param string $message The default message. … … 300 300 * Filters the message shown when no form is selected. 301 301 * 302 * @since 3.2. 1302 * @since 3.2.0 303 303 * 304 304 * @param string $message The default message. … … 317 317 * Filters the message shown when no form is selected. 318 318 * 319 * @since 3.2. 1319 * @since 3.2.0 320 320 * 321 321 * @param string $message The default message. … … 330 330 * Filters the empty form HTML output. 331 331 * 332 * @since 3.2. 1332 * @since 3.2.0 333 333 * 334 334 * @param string $form_html The default empty form HTML. … … 345 345 * Filters the Gravity Forms form HTML output. 346 346 * 347 * @since 3.2. 1347 * @since 3.2.0 348 348 * 349 349 * @param string $form_html The form HTML output. … … 375 375 * categories such as form, typography, fields, messages, etc. 376 376 * 377 * @since 3.2. 1377 * @since 3.2.0 378 378 * @access protected 379 379 * … … 491 491 * Filter the CSS selectors used for styling various elements of Gravity Forms. 492 492 * 493 * @since 3.2. 1493 * @since 3.2.0 494 494 * 495 495 * @param array $css_selectors The CSS selectors array … … 504 504 * Sets up the CSS selectors used for various form elements. 505 505 * 506 * @since 3.2. 1506 * @since 3.2.0 507 507 * @access protected 508 508 * … … 519 519 * Fires after form selectors are initialized. 520 520 * 521 * @since 3.2. 1521 * @since 3.2.0 522 522 * 523 523 * @param GravityForms $module The GravityForms instance. … … 529 529 * Get general fields for the module. 530 530 * 531 * @since 3.2. 1531 * @since 3.2.0 532 532 * @access protected 533 533 * … … 578 578 * Get removable fields for the module. 579 579 * 580 * @since 3.2. 1580 * @since 3.2.0 581 581 * @access protected 582 582 * … … 609 609 * Get design fields for the module. 610 610 * 611 * @since 3.2. 1611 * @since 3.2.0 612 612 * @access protected 613 613 * … … 633 633 * Defines the fields related to the form title styling. 634 634 * 635 * @since 3.2. 1635 * @since 3.2.0 636 636 * @access protected 637 637 * … … 657 657 * Defines the fields related to the form description styling. 658 658 * 659 * @since 3.2. 1659 * @since 3.2.0 660 660 * @access protected 661 661 * … … 681 681 * Defines the fields related to the validation message styling. 682 682 * 683 * @since 3.2. 1683 * @since 3.2.0 684 684 * @access protected 685 685 * … … 705 705 * Creates a toggle field for enabling/disabling the title or description. 706 706 * 707 * @since 3.2. 1707 * @since 3.2.0 708 708 * @access protected 709 709 * … … 735 735 * Determines which fields are affected by the enable toggle. 736 736 * 737 * @since 3.2. 1737 * @since 3.2.0 738 738 * @access protected 739 739 * … … 764 764 * Creates margin and padding fields for the given element. 765 765 * 766 * @since 3.2. 1766 * @since 3.2.0 767 767 * @access protected 768 768 * … … 802 802 * Get font field configurations 803 803 * 804 * @since 3.2. 1804 * @since 3.2.0 805 805 * @access protected 806 806 * … … 945 945 * Filters the font field configurations. 946 946 * 947 * @since 3.2. 1947 * @since 3.2.0 948 948 * 949 949 * @param array $font_fields The font field configurations … … 956 956 * Get border field configurations 957 957 * 958 * @since 3.2. 1958 * @since 3.2.0 959 959 * @access protected 960 960 * … … 1129 1129 * Filters the border field configurations. 1130 1130 * 1131 * @since 3.2. 11131 * @since 3.2.0 1132 1132 * 1133 1133 * @param array $border_fields The border field configurations … … 1140 1140 * Get box shadow field configurations 1141 1141 * 1142 * @since 3.2. 11142 * @since 3.2.0 1143 1143 * @access protected 1144 1144 * … … 1233 1233 * Filters the box shadow field configurations. 1234 1234 * 1235 * @since 3.2. 11235 * @since 3.2.0 1236 1236 * 1237 1237 * @param array $box_shadow_fields The box shadow field configurations … … 1244 1244 * Add transition fields to the provided fields array. 1245 1245 * 1246 * @since 3.2. 11246 * @since 3.2.0 1247 1247 * @access protected 1248 1248 * … … 1255 1255 * Fires before adding transition fields to the Gravity Forms module. 1256 1256 * 1257 * @since 3.2. 11257 * @since 3.2.0 1258 1258 * 1259 1259 * @param array $fields Array of fields to add transition fields to. … … 1284 1284 * Fires after adding transition fields to the Gravity Forms module. 1285 1285 * 1286 * @since 3.2. 11286 * @since 3.2.0 1287 1287 * 1288 1288 * @param array $fields Array of fields to add transition fields to. … … 1295 1295 * Add wrapper transition fields. 1296 1296 * 1297 * @since 3.2. 11297 * @since 3.2.0 1298 1298 * @access protected 1299 1299 * … … 1314 1314 * Add wrapper transition fields. 1315 1315 * 1316 * @since 3.2. 11316 * @since 3.2.0 1317 1317 * @access protected 1318 1318 * … … 1335 1335 * Adds transition fields for the validation message styling options. 1336 1336 * 1337 * @since 3.2. 11337 * @since 3.2.0 1338 1338 * @access protected 1339 1339 * … … 1354 1354 * Get background option fields for various form elements. 1355 1355 * 1356 * @since 3.2. 11356 * @since 3.2.0 1357 1357 * @access protected 1358 1358 * … … 1376 1376 * and message areas. 1377 1377 * 1378 * @since 3.2. 11378 * @since 3.2.0 1379 1379 * @access protected 1380 1380 * … … 1408 1408 * Filters the form attributes before generating HTML. 1409 1409 * 1410 * @since 3.2. 11410 * @since 3.2.0 1411 1411 * 1412 1412 * @param array $attrs The form attributes. … … 1427 1427 * Filters the form collection before generating HTML. 1428 1428 * 1429 * @since 3.2. 11429 * @since 3.2.0 1430 1430 * 1431 1431 * @param array $collection The form collection. … … 1452 1452 * Filters the processed form HTML. 1453 1453 * 1454 * @since 3.2. 11454 * @since 3.2.0 1455 1455 * 1456 1456 * @param string $html The processed form HTML. -
squad-modules-for-divi/trunk/includes/Modules/Forms/NinjaForms.php
r3225687 r3225698 10 10 * @author The WP Squad <support@squadmodules.com> 11 11 * @since 1.2.0 12 * @since 3.2. 1Restructured the module to use the new structure.12 * @since 3.2.0 Restructured the module to use the new structure. 13 13 */ 14 14 … … 47 47 * Fires before the Ninja Forms module is initialized. 48 48 * 49 * @since 3.2. 149 * @since 3.2.0 50 50 * 51 51 * @param NinjaForms $module The instance of the NinjaForms class. … … 63 63 * Filter the icon path for the Ninja Forms module. 64 64 * 65 * @since 3.2. 165 * @since 3.2.0 66 66 * 67 67 * @param string $icon_path The default icon path. … … 78 78 * Apply filter to CSS selectors for Ninja Forms styling. 79 79 * 80 * @since 3.2. 180 * @since 3.2.0 81 81 * 82 82 * @param array $selectors The default array of CSS selectors from squad_get_css_selectors(). … … 92 92 * Fires after the Ninja Forms module is initialized. 93 93 * 94 * @since 3.2. 194 * @since 3.2.0 95 95 * 96 96 * @param NinjaForms $module The instance of the NinjaForms class. … … 179 179 * Filter the advanced toggles for the Ninja Forms module. 180 180 * 181 * @since 3.2. 1181 * @since 3.2.0 182 182 * 183 183 * @param array $new_advanced_toggles The new advanced toggles array. … … 228 228 * Filter the advanced fields for the Ninja Forms module. 229 229 * 230 * @since 3.2. 1230 * @since 3.2.0 231 231 * 232 232 * @param array $advanced_fields The advanced fields array. … … 251 251 * Fires before the Ninja Forms module is rendered. 252 252 * 253 * @since 3.2. 1253 * @since 3.2.0 254 254 * 255 255 * @param array $attrs The attributes array. … … 264 264 * Filters the message displayed when Ninja Forms is not installed. 265 265 * 266 * @since 3.2. 1266 * @since 3.2.0 267 267 * 268 268 * @param string $message The default message. … … 286 286 * Filters the message shown when no form is selected. 287 287 * 288 * @since 3.2. 1288 * @since 3.2.0 289 289 * 290 290 * @param string $message The default message. … … 303 303 * Filters the message shown when no form is selected. 304 304 * 305 * @since 3.2. 1305 * @since 3.2.0 306 306 * 307 307 * @param string $message The default message. … … 316 316 * Filters the empty form HTML output. 317 317 * 318 * @since 3.2. 1318 * @since 3.2.0 319 319 * 320 320 * @param string $form_html The default empty form HTML. … … 330 330 * Filters the form HTML output. 331 331 * 332 * @since 3.2. 1332 * @since 3.2.0 333 333 * 334 334 * @param string $form_html The default form HTML. … … 456 456 * Fires after form selectors are initialized. 457 457 * 458 * @since 3.2. 1458 * @since 3.2.0 459 459 * @param array $squad_css_selectors The CSS selectors array 460 460 * @param string $slug The module slug … … 530 530 * Get design fields for the module. 531 531 * 532 * @since 3.2. 1532 * @since 3.2.0 533 533 * @access protected 534 534 * @return array Array of design fields. … … 551 551 * Defines the fields related to the form title styling. 552 552 * 553 * @since 3.2. 1553 * @since 3.2.0 554 554 * @access protected 555 555 * @return array An array of form title field definitions. … … 574 574 * Defines the fields related to the validation message styling. 575 575 * 576 * @since 3.2. 1576 * @since 3.2.0 577 577 * @access protected 578 578 * @return array An array of validation message field definitions. … … 678 678 * Get font field configurations 679 679 * 680 * @since 3.2. 1680 * @since 3.2.0 681 681 * @access protected 682 682 * … … 798 798 * Filters the font field configurations. 799 799 * 800 * @since 3.2. 1800 * @since 3.2.0 801 801 * 802 802 * @param array $font_fields The font field configurations … … 809 809 * Get border field configurations 810 810 * 811 * @since 3.2. 1811 * @since 3.2.0 812 812 * @access protected 813 813 * … … 968 968 * Filters the border field configurations. 969 969 * 970 * @since 3.2. 1970 * @since 3.2.0 971 971 * 972 972 * @param array $border_fields The border field configurations … … 979 979 * Get box shadow field configurations 980 980 * 981 * @since 3.2. 1981 * @since 3.2.0 982 982 * @access protected 983 983 * … … 1062 1062 * Filters the box shadow field configurations. 1063 1063 * 1064 * @since 3.2. 11064 * @since 3.2.0 1065 1065 * 1066 1066 * @param array $box_shadow_fields The box shadow field configurations … … 1127 1127 * Adds transition fields for the validation message styling options. 1128 1128 * 1129 * @since 3.2. 11129 * @since 3.2.0 1130 1130 * @access protected 1131 1131 * … … 1184 1184 * Get background option fields for various form elements. 1185 1185 * 1186 * @since 3.2. 11186 * @since 3.2.0 1187 1187 * @access protected 1188 1188 * … … 1265 1265 * Get margin and padding option fields for various form elements. 1266 1266 * 1267 * @since 3.2. 11267 * @since 3.2.0 1268 1268 * @access protected 1269 1269 * … … 1292 1292 * Filters the Ninja Forms form HTML attributes. 1293 1293 * 1294 * @since 3.2. 11294 * @since 3.2.0 1295 1295 * 1296 1296 * @param array $attrs The Ninja Forms form HTML attributes. … … 1311 1311 * Filters the form collection before generating HTML. 1312 1312 * 1313 * @since 3.2. 11313 * @since 3.2.0 1314 1314 * 1315 1315 * @param array $collection The form collection. … … 1332 1332 * Filters the Ninja Forms i18n strings. 1333 1333 * 1334 * @since 3.2. 11334 * @since 3.2.0 1335 1335 * 1336 1336 * @param array $i18n The Ninja Forms i18n strings. … … 1354 1354 * Filters the processed Ninja Forms form HTML. 1355 1355 * 1356 * @since 3.2. 11356 * @since 3.2.0 1357 1357 * 1358 1358 * @param string $html The processed Ninja Forms form HTML. -
squad-modules-for-divi/trunk/includes/Modules/Forms/WPForms.php
r3225687 r3225698 10 10 * @author The WP Squad <support@squadmodules.com> 11 11 * @since 1.2.0 12 * @since 3.2. 1Restructured the module to use the new structure.12 * @since 3.2.0 Restructured the module to use the new structure. 13 13 */ 14 14 … … 50 50 * Fires before the WPForms module is initialized. 51 51 * 52 * @since 3.2. 152 * @since 3.2.0 53 53 * 54 54 * @param WPForms $module The current module instance. … … 66 66 * Filters the module icon path. 67 67 * 68 * @since 3.2. 168 * @since 3.2.0 69 69 * 70 70 * @param string $icon_path The current icon path. … … 81 81 * Filters the CSS selectors for the WPForms module. 82 82 * 83 * @since 3.2. 183 * @since 3.2.0 84 84 * 85 85 * @param array $selectors The default CSS selectors. … … 95 95 * Fires after the WPForms module has been initialized. 96 96 * 97 * @since 3.2. 197 * @since 3.2.0 98 98 * 99 99 * @param WPForms $module The current module instance. … … 135 135 * Filters the WPForms-specific toggle sections. 136 136 * 137 * @since 3.2. 1137 * @since 3.2.0 138 138 * 139 139 * @param array $wpforms_toggles The WPForms-specific toggles … … 173 173 * Filters the advanced fields configuration for the WPForms module. 174 174 * 175 * @since 3.2. 1175 * @since 3.2.0 176 176 * 177 177 * @param array $advanced_fields The advanced fields configuration. … … 199 199 * Fires before the WPForms module is rendered. 200 200 * 201 * @since 3.2. 1201 * @since 3.2.0 202 202 * 203 203 * @param array $attrs The module attributes. … … 213 213 * Filters the message shown when WPForms is not installed. 214 214 * 215 * @since 3.2. 1215 * @since 3.2.0 216 216 * 217 217 * @param string $message The default message. … … 232 232 * Filters the message shown when no form is selected. 233 233 * 234 * @since 3.2. 1234 * @since 3.2.0 235 235 * 236 236 * @param string $message The default message. … … 252 252 * Filters the message shown when no form is selected. 253 253 * 254 * @since 3.2. 1254 * @since 3.2.0 255 255 * 256 256 * @param string $message The default message. … … 269 269 * Filters the message shown when no form is selected. 270 270 * 271 * @since 3.2. 1271 * @since 3.2.0 272 272 * 273 273 * @param string $message The default message. … … 282 282 * Filters the empty form HTML output. 283 283 * 284 * @since 3.2. 1284 * @since 3.2.0 285 285 * 286 286 * @param string $form_html The default empty form HTML. … … 297 297 * Filters the final HTML output of the WPForms module. 298 298 * 299 * @since 3.2. 1299 * @since 3.2.0 300 300 * 301 301 * @param string $form_html The form HTML. … … 361 361 * Filters the CSS selectors for the WPForms module. 362 362 * 363 * @since 3.2. 1363 * @since 3.2.0 364 364 * 365 365 * @param array $css_selectors The default CSS selectors. … … 387 387 * Fires after initializing selectors for the WPForms module. 388 388 * 389 * @since 3.2. 1389 * @since 3.2.0 390 390 * 391 391 * @param WPForms $module The current module instance. … … 433 433 * Filters the general fields for the WPForms module. 434 434 * 435 * @since 3.2. 1435 * @since 3.2.0 436 436 * 437 437 * @param array $fields The default general fields. … … 475 475 * Get font field configurations 476 476 * 477 * @since 3.2. 1477 * @since 3.2.0 478 478 * 479 479 * @return array Font field configurations … … 552 552 * Filters the font field configurations. 553 553 * 554 * @since 3.2. 1554 * @since 3.2.0 555 555 * 556 556 * @param array $font_fields The font field configurations … … 563 563 * Get border field configurations 564 564 * 565 * @sinc 3.2. 1565 * @sinc 3.2.0 566 566 * 567 567 * @return array Border field configurations … … 663 663 * Filters the border field configurations. 664 664 * 665 * @since 3.2. 1665 * @since 3.2.0 666 666 * 667 667 * @param array $border_fields The border field configurations … … 674 674 * Get box shadow field configurations 675 675 * 676 * @since 3.2. 1676 * @since 3.2.0 677 677 * 678 678 * @return array Box shadow field configurations … … 738 738 * Filters the box shadow field configurations. 739 739 * 740 * @since 3.2. 1740 * @since 3.2.0 741 741 * 742 742 * @param array $box_shadow_fields The box shadow field configurations … … 787 787 * Filters the stylesheet selectors for the WPForms module. 788 788 * 789 * @since 3.2. 1789 * @since 3.2.0 790 790 * 791 791 * @param array $options The stylesheet selectors. … … 811 811 * Filters the form attributes before generating HTML. 812 812 * 813 * @since 3.2. 1813 * @since 3.2.0 814 814 * 815 815 * @param array $attrs The form attributes. … … 830 830 * Filters the forms collection before form selection. 831 831 * 832 * @since 3.2. 1832 * @since 3.2.0 833 833 * 834 834 * @param array $collection The forms collection. … … 851 851 * Filters the WPForms shortcode before processing. 852 852 * 853 * @since 3.2. 1853 * @since 3.2.0 854 854 * 855 855 * @param string $shortcode The form shortcode. … … 864 864 * Filters the form HTML after shortcode processing. 865 865 * 866 * @since 3.2. 1866 * @since 3.2.0 867 867 * 868 868 * @param string $html The processed form HTML. -
squad-modules-for-divi/trunk/includes/Settings/Migration.php
r3225687 r3225698 193 193 * List of migrations. 194 194 * 195 * @since 3.2. 1195 * @since 3.2.0 196 196 * 197 197 * @var Migration[] $migrations … … 424 424 * Filters the list of hooks where migrations should be processed. 425 425 * 426 * @since 3.2. 1426 * @since 3.2.0 427 427 * 428 428 * @param array $hooks Default hooks array containing: -
squad-modules-for-divi/trunk/includes/SquadModules.php
r3225687 r3225698 68 68 * Freemius publisher instance. 69 69 * 70 * @since 3.2. 170 * @since 3.2.0 71 71 * @var Freemius|null 72 72 */ … … 162 162 * Clean the Divi Builder cache on plugin activation. 163 163 * 164 * @since 3.2. 1164 * @since 3.2.0 165 165 * 166 166 * @param bool $can_clean_cache Whether to clean the cache on activation. Default is true. … … 222 222 * This method is called after the plugin is initialized and sets up additional components. 223 223 * 224 * @since 3.2. 1224 * @since 3.2.0 225 225 * @access public 226 226 * … … 237 237 * This action allows executing code after the plugin is fully initialized. 238 238 * 239 * @since 3.2. 1239 * @since 3.2.0 240 240 * 241 241 * @param SquadModules $plugin Current plugin instance. … … 270 270 * This action allows executing code after the plugin data has been set up. 271 271 * 272 * @since 3.2. 1272 * @since 3.2.0 273 273 * 274 274 * @param SquadModules $plugin Current plugin instance. … … 282 282 * Sets up the core prerequisites for the plugin, including requirements and memory management. 283 283 * 284 * @since 3.2. 1284 * @since 3.2.0 285 285 * @access public 286 286 * … … 345 345 * and the `Publisher` class is available. 346 346 * 347 * @since 3.2. 1347 * @since 3.2.0 348 348 * @access public 349 349 * … … 360 360 * Fires after the publisher is initialized. 361 361 * 362 * @since 3.2. 1362 * @since 3.2.0 363 363 * 364 364 * @param SquadModules $plugin Current plugin instance. … … 393 393 * Fires after the Freemius instance is set up. 394 394 * 395 * @since 3.2. 1395 * @since 3.2.0 396 396 * 397 397 * @param Freemius $divi_squad_fs The Freemius instance. … … 424 424 * It can be used to perform tasks that need to be done before the plugin is completely initialized. 425 425 * 426 * @since 3.2. 1426 * @since 3.2.0 427 427 * 428 428 * @param SquadModules $plugin Current plugin instance. … … 446 446 * and before the plugin begins loading its core components. 447 447 * 448 * @since 3.2. 1448 * @since 3.2.0 449 449 * @see \DiviSquad\Core\Requirements::did_fulfilled() For the requirements validation logic 450 450 * … … 489 489 * Loads all core plugin prerequisite components. 490 490 * 491 * @since 3.2. 1491 * @since 3.2.0 492 492 * @access private 493 493 * … … 501 501 * Fires after the plugin prerequisite components are loaded. 502 502 * 503 * @since 3.2. 1503 * @since 3.2.0 504 504 * 505 505 * @param SquadModules $instance The SquadModules instance. … … 521 521 * Fires after the plugin containers are initialized. 522 522 * 523 * @since 3.2. 1523 * @since 3.2.0 524 524 * 525 525 * @param array $container The plugin container. -
squad-modules-for-divi/trunk/readme.txt
r3225687 r3225698 6 6 Tested up to: 6.7 7 7 Requires PHP: 5.6 8 Stable tag: 3.2. 18 Stable tag: 3.2.0 9 9 License: GPL-3.0-only 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html … … 31 31 **Layout & Content Divi Modules:** 32 32 33 - [Divi Advanced Divider Module](https://squadmodules.com/modules/divi-advanced-divider-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Craft visually appealing dividers with various styles, shapes, and customization options.34 - [Divi Post Grid Module](https://squadmodules.com/modules/divi-post-grid-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Showcase your blog posts in a stylish and organized grid layout.35 - [Divi Drop Cap Text Module](https://squadmodules.com/modules/divi-drop-cap-text-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Add emphasis and style to your text content with beautiful drop caps.33 - Divi Advanced Divider Module: Craft visually appealing dividers with various styles, shapes, and customization options. 34 - Divi Post Grid Module (Custom Fields, ACF supported): Showcase your blog posts in a stylish and organized grid layout. 35 - Divi Drop Cap Text Module: Add emphasis and style to your text content with beautiful drop caps. 36 36 - [(...and more)](https://squadmodules.com/modules?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink) 37 37 38 38 **Interactive Divi Modules:** 39 39 40 - [Divi Before After Image Slider Module](https://squadmodules.com/modules/divi-before-after-image-slider-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Engage visitors with interactive image comparisons, showcasing transformations or product variations.41 - [Divi Flip Box Module](https://squadmodules.com/modules/divi-flip-box-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Create captivating elements that reveal additional information or a different design on hover.42 - [Divi Lottie Animation Module](https://squadmodules.com/modules/divi-lottie-animation-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Effortlessly integrate eye-catching animations to enhance your website's visual appeal and user experience.40 - Divi Before After Image Slider Module: Engage visitors with interactive image comparisons, showcasing transformations or product variations. 41 - Divi Flip Box Module: Create captivating elements that reveal additional information or a different design on hover. 42 - Divi Lottie Animation Module: Effortlessly integrate eye-catching animations to enhance your website's visual appeal and user experience. 43 43 - [(...and more)](https://squadmodules.com/modules?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink) 44 44 45 45 **Engagement & Social Proof Divi Modules:** 46 46 47 - [Divi Star Rating Module](https://squadmodules.com/modules/divi-star-rating-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Add stylish star rating functionality to your content, allowing visitors to provide feedback and ratings. 48 - [Divi Post Reading Time Module](https://squadmodules.com/modules/divi-post-reading-time-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Inform readers of the estimated reading time for your blog posts, helping them plan their time effectively. 49 - [Divi Post Reading Progress Module](https://squadmodules.com/modules/divi-post-reading-progress-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Inform readers of the estimated reading progress for your blog posts, helping them plan their time effectively. 47 - Divi Star Rating Module: Add stylish star rating functionality to your content, allowing visitors to provide feedback and ratings. 48 - Divi Post Reading Time Module: Inform readers of the estimated reading time for your blog posts, helping them plan their time effectively. 50 49 - [(...and more)](https://squadmodules.com/modules?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink) 51 50 52 51 **Form Styler Divi Modules:** 53 52 54 - [Divi Form Styler: Contact Form 7 Module](https://squadmodules.com/modules/divi-form-styler-contact-form-7-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Effortlessly customize the design of Contact Form 7 forms with color, font, spacing, and CSS options.55 - [Divi Form Styler: WP Forms Module](https://squadmodules.com/modules/divi-form-styler-wp-forms-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Effortlessly customize the design of WP Forms with color, font, spacing, and CSS options.56 - [Divi Form Styler: Gravity Forms Module](https://squadmodules.com/modules/divi-form-styler-gravity-forms-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Effortlessly customize the design of Gravity Forms with color, font, spacing, and CSS options.57 - [Divi Form Styler: Ninja Forms Module](https://squadmodules.com/modules/divi-form-styler-ninja-forms-module?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink): Effortlessly customize the design of Ninja Forms with color, font, spacing, and CSS options.53 - Divi Form Styler: Contact Form 7 Module: Effortlessly customize the design of Contact Form 7 forms with color, font, spacing, and CSS options. 54 - Divi Form Styler: WP Forms Module: Effortlessly customize the design of WP Forms with color, font, spacing, and CSS options. 55 - Divi Form Styler: Gravity Forms Module: Effortlessly customize the design of Gravity Forms with color, font, spacing, and CSS options. 56 - Divi Form Styler: Ninja Forms Module: Effortlessly customize the design of Ninja Forms with color, font, spacing, and CSS options. 58 57 - [(...and more)](https://squadmodules.com/modules?utm_campaign=wporg&utm_source=squadmoduleslite&utm_medium=textlink) 59 58 … … 186 185 187 186 == Upgrade Notice == 188 = 3.2. 1=187 = 3.2.0 = 189 188 Bug fixing for SVG Extension 190 189
Note: See TracChangeset
for help on using the changeset viewer.