WP File Manager
Current Path:
/
home
/
argothem
/
www
/
organecyberpresse
/
plugins
/
auto
/
yaml
/
v3.1.2
/
Name
Action
..
CHANGELOG.md
Edit
composer.json
Edit
composer.lock
Edit
demo
inc
install.log
Edit
lang
paquet.xml
Edit
phpcs.xml.dist
Edit
prive
vendor
yaml_fonctions.php
Edit
Editing: yaml_fonctions.php
<?php // Sécurité if (!defined('_ECRIRE_INC_VERSION')) { return; } // Filtre permettant d'utiliser yaml_decode_file() dans un squelette function decoder_yaml($fichier, $options = []) { include_spip('inc/yaml'); return yaml_decode_file($fichier, $options); } function inc_yaml_to_array($u) { include_spip('inc/yaml'); return yaml_decode($u); }