Support

Account

Home Forums Front-end Issues Injecting class in content Reply To: Injecting class in content

  • If you want to use the_content filter you need to use that acf_the_content filter for WYSIWYG fields

    
    add_filter('the_content', 'ja_ul_class');
    add_filter('acf_the_content', 'ja_ul_class');