Level: Developer
REST API Logging
coreActivity since version 2.4 includes a component for logging activities related to the WordPress REST API using 8 events. By...
Get topic and forum Activity Tracking status
If you are using Activity Tracking feature, and you need to get activity status for current user for any topic...
Not Found
If you have private or hidden forums, when unauthorized user or visitors tries to visit them, they will get 404...
Override Templates in Theme
GD bbPress Toolbox uses several templates that can be replaced with the template from the theme. With this, you can...
Customize Allowed Tags and Attributes
GD bbPress Toolbox Pro adds a Tweak to expand the list of allowed HTML tags and attributes for these tags...
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...
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...
Cleanup with the WP-CLI
SweepPress, both Lite/Free and Pro versions, includes support for running sweeping tasks via WP-CLI. The plugin registers one main CLI...
Cleanup with WP REST API
SweepPress, both Lite/Free and Pro versions, includes support for running sweeping tasks via WP REST API. The plugin registers a...
CRON Control
WordPress CRON is mostly a black box in WordPress, and you have no visual control over registered jobs, where are...
Database Schema
The plugin adds several Database tables. Events This table holds information and settings for every event registered in the plugin....
Database Schema
The plugin adds several Database tables. Dictionary Entries used by various plugin features are stored in this table. To see...
Database Schema
The plugin adds several Database tables. Actionmeta CREATE TABLE `wp_gdbbx_actionmeta` ( `meta_id` BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT, ...
Debug mode WordPress setup
DebugPress will work regardless of the WordPress settings, but some things will not work if WordPress is not set up...
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...
Adding custom code into Must Use Plugin
In most cases, custom code to expand various plugins is added to functions.php in the active theme. And, that is...
Support for AJAX loading
If your theme is using AJAX to load pages, or if you have a plugin or some other code that...
Conditionally disable voting using filters
In preparing for rendering, plugin runs a wide range of filters and actions to allow the developer to make changes...
Show grade instead of the rating number
GD Rating System plugin is highly customizable, but there are limits to what settings can do. For some more unusual changes,...
Show plain stars block inside the WP loop
If you need to display the rating block inside the WordPress Loop, you will need to get the rating snippet...
