Plugin Directory

Changeset 3409361


Ignore:
Timestamp:
12/03/2025 11:12:53 AM (4 months ago)
Author:
Jonua
Message:

Improves readme of trunk
Tests code example with language

File:
1 edited

Legend:

Unmodified
Added
Removed
  • advanced-custom-fields-table-field/trunk/readme.txt

    r3409358 r3409361  
    474474Than enqueue that script in your themes `functions.php` file with the following action.
    475475
    476 `
     476```php
    477477add_action( 'admin_enqueue_scripts', function() {
    478478
     
    484484        true // Required to be correctly placed in the script queue
    485485    );
    486 });`
     486});```
    487487
    488488The sanitization of the table fields UI is handled by DOMPurify.
Note: See TracChangeset for help on using the changeset viewer.