Skip to content

Instantly share code, notes, and snippets.

@PierreBichet
PierreBichet / functions.php
Last active January 4, 2018 13:53 — forked from SJ-James/functions.php
Bouton pour vider le cache local de Divi - Traduction FR
<?php
function ClearLocalCacheButton() { ?>
// Creation du bouton
<a href="#" onclick="ClearLocalCache()" class="et-pb-layout-buttons et-pb-layout-buttons-cache" title="Clear Cache">
<span>Vider le cache</span>
</a>
<script type="text/javascript">
// Place le bouton dans la barre d'onglets
jQuery(window).load(function(){