• Good Day!

    Your plugin has a safety feature where we can “Disable PHP in Plugins.” (see screenshot below)

    Feature Path:

    WP Dashboard > Security > Settings > Advanced > System Tweaks

    When we activate noted feature, certain features of the plugin wpDiscuz no longer work (i.e., voting, ratings, etc.)

    Kindly provide a filter (code snippet) where we can maintain your plugin’s feature activated while excluding target plugins.

    Thank you!

    ithemes-security-disable-php-filter

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jetxpert

    (@jetxpert)

    More Information:

    This is the htaccess code added by iThemes when “Disable PHP in Plugins” is activated:

    # Disable PHP in Plugins - Security > Settings > System Tweaks > PHP in Plugins
    RewriteRule ^wp\-content/plugins/.*\.(?:php[1-7]?|pht|phtml?|phps)\.?$ - [NC,F]

    How can we add an exclusion to the above code for one or several plugins?

    Thank you!

    Thread Starter jetxpert

    (@jetxpert)

    One last thing:

    The iThemes article that describes the above feature needs to be corrected.

    Currently, it states:

    This will not affect plugin or theme functionality.

    Not true. Please change it!

    Thank you!

    Thread Starter jetxpert

    (@jetxpert)

    Update:

    Regrettably, we deleted this plugin and switched to one that offers better support.

    Cheers!

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

The topic ‘Need Filter | Disable PHP in Plugins’ is closed to new replies.