• Resolved Sivustonikkari

    (@risalmin)


    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)
  • Thread Starter Sivustonikkari

    (@risalmin)

    This makes the dump show up after header. Very bad. I have the latest version of the plugin.

    Plugin Support Jasmine

    (@hyenokian)

    Dear @risalmin,

    Thank you for your topic.

    Please accept our sincere apologies.

    After reviewing the situation, we found that the issue appeared in the latest update and resulted from an internal testing oversight within our Development Team.

    Our team is already fixing the issue, and the plugin will be updated soon.

    Once again, please accept our apologies for all the inconvenience this case may have caused you.

    Thank you.

    Plugin Support Jasmine

    (@hyenokian)

    Dear @risalmin,

    I am pleased to inform you that the update has been successfully made.

    Please feel free to check it at your convenience.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘var_dump in header!!!’ is closed to new replies.