Hi,
As this is no longer supported, if you migrate to PHP7 you will get a deprecated warning in:
wp-content/plugins/post-ender/inc/frontend.php:5
You fix this by modifying frontend.php and replacing:
function PostEnderFrontend () {
with
function __construct() {
]]>Anyone know if this plugin is WPMU compatible?
]]>“Access denied” when adding links to the post ender. I just installed “Post Ender” plugin for WP and typed in some text. Pure text is accepted, but when I add more than 2 links, I get this message:
“he page you are trying to access is restricted due to a security rule.
If you believe the security rule is affecting the normal operation of your website,
you can disable it by adding the following lines to your .htaccess file:
<IfModule mod_security.c>
# Turn the filtering engine On or Off
SecFilterEngine Off
</IfModule>