Filters the width for Twenty Eleven's default attachment size. This edits the image width, and the image height is limited to 1024 pixels.
848
Sortie :
@param int The width for the image attachment size in pixels. Default 848.
// Modifier la valeur avec le filtre 'twentyeleven_attachment_size'
add_filter('twentyeleven_attachment_size', 'ma_fonction_filtre', 10, 1);
function ma_fonction_filtre(848) {
// Modifier la valeur
return 848;
}
Chargement des actualités...