• I would like to be able to use HTML under the Main Services on our home health care website. Is this at all possible? Is there something I could do to be able to put a link or image in there?

Viewing 1 replies (of 1 total)
  • Same situation here.

    Cannot get the “health_main_service_desc” to stop stripping the HTML.

    I’ve tried the following in the functions, but no luck.

    foreach ( array( 'health_main_service_desc' ) as $filter ) {
        remove_filter( $filter, 'wp_filter_kses' );
    }
    
    foreach ( array( 'health_main_service_desc' ) as $filter ) {
        remove_filter( $filter, 'wp_kses_data' );
    }

    Please advise.

Viewing 1 replies (of 1 total)
  • The topic ‘Under Services/Main Services – HTML?’ is closed to new replies.