• Resolved shkembechorba

    (@shkembechorba)


    I am working on a site that needs to have debugging on constantly. However,
    I need to create a professional-looking PDF template that does not include the meta on the bottom of the generated PDf, such as “Generated in X seconds”, etc.

    Is there a way to bypass the wp-config.php and prevent the meta showing based on a custom PDF template, or a different approach with the same result?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jake Jackson

    (@blue-liquid-designs)

    Hi there,

    Are you able to set WP_DEBUG_DISPLAY to false, while leaving WP_DEBUG_LOG set to true? That will disable debug messages in Gravity PDF but still allow you to capture debug information in a log file.

    Thread Starter shkembechorba

    (@shkembechorba)

    Jake,
    Thanks – As it turned out, the debug mode was OK to be set to false. All is working now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove PDF stats meta on per-template basis (bypass wp-config.php)’ is closed to new replies.