Support

Account

Forum Replies Created

  • It was for a specific project but I can publish it on github. You just would have to adapt it depending on your needs.
    I let you know when it’s available. 😉

  • I answer to myself. As often, it was a really simple and stupid detail : when I check post_type in the beginning of my code, I haven’t added my custom post type where I display my ACF WYSIWYG.

    My problem is resolved just adding my post type in the following line :

      // On vérifie qu'on est sur un article ou une page
      if( ! in_array( $typenow, array( 'post', 'page', 'custom_poste_type' ) ) )
Viewing 2 posts - 1 through 2 (of 2 total)