Changeset 3409361
- Timestamp:
- 12/03/2025 11:12:53 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
advanced-custom-fields-table-field/trunk/readme.txt
r3409358 r3409361 474 474 Than enqueue that script in your themes `functions.php` file with the following action. 475 475 476 ` 476 ```php 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.