Changeset 3409368
- Timestamp:
- 12/03/2025 11:17:28 AM (4 months ago)
- Location:
- advanced-custom-fields-table-field
- Files:
-
- 2 edited
-
tags/1.3.32/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
advanced-custom-fields-table-field/tags/1.3.32/readme.txt
r3409363 r3409368 474 474 Than enqueue that script in your themes `functions.php` file with the following action. 475 475 476 ` ``php476 ` 477 477 add_action( 'admin_enqueue_scripts', function() { 478 478 … … 484 484 true // Required to be correctly placed in the script queue 485 485 ); 486 });` ``486 });` 487 487 488 488 The sanitization of the table fields UI is handled by DOMPurify. -
advanced-custom-fields-table-field/trunk/readme.txt
r3409361 r3409368 474 474 Than enqueue that script in your themes `functions.php` file with the following action. 475 475 476 ` ``php476 ` 477 477 add_action( 'admin_enqueue_scripts', function() { 478 478 … … 484 484 true // Required to be correctly placed in the script queue 485 485 ); 486 });` ``486 });` 487 487 488 488 The sanitization of the table fields UI is handled by DOMPurify.
Note: See TracChangeset
for help on using the changeset viewer.