• Resolved Rodrigo Gomes

    (@rodrigogomes-1)


    Hello,

    I’m a WordPress plugin developer and am trying to add compatibility of my plugin with your plugin.

    Specifically the renamed login page function.

    I’m trying to identify when the user is in the custom login page, not to the page cache, but without success.

    I tried all the methods on this page: https://wordpress.stackexchange.com/questions/12863/check-if-wp-login-is-current-page

    Or maybe you want to make things easier for us and set DONOTCACHEPAGE on the login page.

    DONOTCACHEPAGE is compatible with most cache plugins:
    * WP Super Cache
    * W3 Total Cache
    * WP Rocket
    * Autoptimize
    * SG Optimizer
    * Comet Cache

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Thank you for reaching out to us. The plugin developers will investigate further your request/question.

    Kind regards

    Plugin Contributor wpsolutions

    (@wpsolutions)

    Hi,
    Most of the caching plugins have a setting where people can add URLs or URL keywords of pages which they want to exempt for caching.
    Does your plugin have such a setting and if so have you asked your users to enter their hidden login page URL in that setting?

    Thread Starter Rodrigo Gomes

    (@rodrigogomes-1)

    My plugin does not have this setting.

    You have no interest in the renamed login page for your plugin compatible with most of the caching plugins?

    It’s so simple, just add the code below to that specific page and you’re done.

    define( "DONOTCACHEPAGE", true );

    Thanks.

    Plugin Contributor wpsolutions

    (@wpsolutions)

    You have no interest in the renamed login page for your plugin compatible with most of the caching plugins?

    I’m not sure how you came to that conclusion based on my single question regarding your plugin settings file.

    The rename login page code which renders the WP login page is essentially the same as the core version of wp-login.php (bar a few minor differences).
    I would prefer to keep it as close as possible to the core version if it can be helped. Having said that I am open to accommodating your request.
    It might be best if you contact me offline (see my profile) and we can explore the available options and I’m sure we can mutually come up with something.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cache plugin compatibility’ is closed to new replies.