var_dump in header!!!
-
You have this code in ../quiz-maker/includes/class-quiz-maker-custom-post-type.php
public function ays_quiz_flush_permalinks(){
if ( get_site_option( ‘ays_quiz_flush_version’ ) != $this->ays_quiz_flush_version ) {
var_dump(‘test եմ անում’);
flush_rewrite_rules();
}
update_option( ‘ays_quiz_flush_version’, $this->ays_quiz_flush_version );
}
THIS IS SERIOUS!!! REMOVE IT.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘var_dump in header!!!’ is closed to new replies.