theme also have problem

I’m trying to sell the theme, I’ve checked the theme, it would be a problem to you. and I want to turn off the comment in the theme, it gives trouble

  • WARNING: Found base64_encode in the file class.options_machine.php . base64_encode() is not allowed.

Line 567: $output .= ‘<textarea id=‘export_data’ rows=‘8’>’.base64_encode(serialize($smof_data)) /* 100% safe - ignore theme check nag

  • WARNING: Found base64_decode in the file functions.interface.php . base64_decode() is not allowed.

Line 229: smof_data = unserialize(base64_decode(_POST[‘data’])); //100% safe - ignore theme check nag

Hi,

These replies could help:
(these screenshots are taken from this reply from this forum topic this year )

2 Likes

comment_form();
comments_template( $file, $separate_comments );
wp_list_comments( $args );
paginate_comments_links();
next_comments_link();
the_taxonomies();
wp_link_pages();
theme check plugin says you have to use them but I don’t want to use it would be a problem?

help me plz

comment_form();
comments_template( $file, $separate_comments );
wp_list_comments( $args );
paginate_comments_links();
next_comments_link();
the_taxonomies();
wp_link_pages();
theme check plugin says you have to use them but I don’t want to use it would be a problem?