This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Sistema di gestione transient per tema PaperPlane | |
| * Ottimizza le performance cachando i dati ACF usando transient WordPress | |
| */ | |
| global $use_transients_fields; | |
| $use_transients_fields = get_field( 'use_transients_fields', 'option' ); | |
| /** |