Rechercher WP_Retina dans les options
SELECT * FROM `wp_options` WHERE `option_name` LIKE '%mfrH%'
Theme_Mod versus Option
Theme_Mod
Settings can only be used by that specific theme.
All customizer settings are stored within a serialized array in a single option in the database.
Option
Settings can be used by absolutely any theme or plugin.
Each of the customizer settings are stored as a unique option in the database.
Options:
URL de Zenphoto
Taille des images
Répondre aux commentaires du livre d'or 1
Flickr
/*
WP Media: WorpPress (post)
-Description -> -> Colorbox: sous la photo
-Légende -> Légende
(caption sous la photo)
-Texte alternatif ->
*/
--------
Shortcode ZP -> img zenphoto avec class="selector"
add_shortcode( 'zenphoto', 'zenphoto_handler' );
Media WP -> add_class_lightbox($content) -> img wordpress avec class="selector"