k12onos
Forum Replies Created
-
This bug is still present on 1.2.8.5, any updates? 🙂
Hi, thanks for your reply.
So, I should update to 2.9.0 AND then do the fix you posted here, am I correct?
What would happen if I only updated to 2.9.0 without doing the fix?
Forum: Plugins
In reply to: Hyper Cache: Question on recent change (remove trailng slash)sorry, I posted this on the wrong page. I reposted it inside the plugin support page. Please delete this one, thanks!
Forum: Fixing WordPress
In reply to: How to correctly call flush_rewrite_rules() ?Anyone got any idea on this?
And I have another question,
$wp_rewrite->flush_rules();and
flush_rewrite_rules()are they basically the same thing?
Forum: Fixing WordPress
In reply to: How to enhance security on member-oriented siteOn a related note,
By default I allowed members to upload files to the media library. They can also browse the media library (when editing their posts). Now does this result in any security risk?
Forum: Fixing WordPress
In reply to: How to correctly call flush_rewrite_rules() ?isn’t that to speed up page loadings?
What i’m referring to is
flush_rewrite_rules()which is, according to various sources, should be added if you experience 404 pages with custom post types.Forum: Fixing WordPress
In reply to: How to enhance security on member-oriented siteHi, thanks a lot for the reply.
It’s been really helpful for me and now I’ve applied some of the tips listed above 🙂