PluginProbe
Premmerce / trunk
Premmerce vtrunk
trunk 1.0 1.1 1.2 1.2.1 1.3 1.3.10 1.3.11 1.3.12 1.3.13 1.3.14 1.3.15 1.3.16 1.3.17 1.3.18 1.3.19 1.3.2 1.3.20 1.3.21 1.3.22 1.3.23 1.3.3 1.3.4 1.3.5 1.3.6 All 28 releases
premmerce / views / admin / functions.php

functions.php in Premmerce trunk, at views/admin/functions.php

3 lines 105 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php function arrayToDataAttr($array){
2 return htmlentities(json_encode($array), ENT_QUOTES, 'UTF-8');
3 }