Category: Tutorials
Media Library Access For Everyone
All WordPress features are tied into roles and capabilities system to determine if users can access and use these features....
Inserting attachments into content
When you add attachments to topics or replies, these attachments will be listed under the topic/reply content. But, in many...
Check if the user is online from code
You can check if the user is tracked as online from anywhere in your code. This tutorial shows example PHP...
Manage WordPress Options Table
This is the example process of how you can clean up your WordPress Options database table. It is done using...
High Availability Options and Metadata Usage Monitoring
The best way to detect which Options and Metadata are actually used by plugins or themes, plugin has a powerful...
Setting up Security Headers
Adding security headers is a very important part of the coreActivity plugin, and the plugin can add 10 security headers...
Setting up IP Banning
Banning IPs is at the core of the coreSecurity Pro plugin, and essential method for preventing malicious IPs access to...
Security for bbPress Forums
coreSecurity contains wide range of features that deal with spam, login and registration, firewall and more. And, many of these...
Control who can vote for specific rating items
The voting process is controlled by the global plugin settings or settings rules for every rating method. Until there is...
Additional HTML templates
To add additional HTML templates, plugin includes a simple method for registering new templates you want to use. This tutorial...
Setup rich snippets for rating items
Setting up rich snippets in GD Rating System is done in two parts: global settings, and individual posts settings. ...
Support for AJAX loading
If your theme is using AJAX to load pages, or if you have a plugin or some other code that...