Aller à la navigation principale Aller au contenu principal

Connexion

Toto

Stage
Sa série
Vicking
Son jeu vidéo
R
Son héros/héroïne
kqgh
Son livre
kj
Son site web
ACF
array(3) { ["title"]=> string(3) "ACF" ["url"]=> string(52) "https://www.advancedcustomfields.com/resources/link/" ["target"]=> string(6) "_blank" }
En deux mots

When loading a Wysiwyg field value, the value is passed through a filter acf_the_content to apply HTML formatting. This filter, closely based on the WordPress the_content filter, is used instead to avoid unwanted recursion issues.

If you are using the the_content filter to modify content, please be sure to also filter acf_the_content as well.