• Resolved AdrianFx

    (@adrianfx)


    In wp_objects_pdf_class.php line 232, you are missing the input parameter.

    Should be:

    public function wpexperts_pdf_add_body_class($classes){
        $classes[] = 'wpexperts-page';
        return $classes;
    }
Viewing 1 replies (of 1 total)
  • Plugin Author WPExperts.io

    (@wpexpertsio)

    Hi @adrianfx,

    Thank you for pointing out the issue, I have forwarded the issue to our development team. If it gets approved and passes the QA then that fix will be released in our next update.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Body Classes’ is closed to new replies.