Problem:
The issue here is that the user wanted to check if our toolset plugin is installed.
Solution:
Toolset isn't a single plugin but a group of plugins, so you are not able to check if Toolset is installed, however you can check if any of our plugins are installed.
To do this you will need to use the code below.
if ( is_plugin_active( 'types/wpcf.php' ) ) { add_action( 'wp_before_admin_bar_render', 'my_custom_function' ); }
The above code checks if our Types plugin is active.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
- | 9:00 – 12:00 | 9:00 – 12:00 | 9:00 – 12:00 | 9:00 – 12:00 | 9:00 – 12:00 | - |
- | 13:00 – 18:00 | 13:00 – 18:00 | 13:00 – 18:00 | 14:00 – 18:00 | 13:00 – 18:00 | - |
Supporter timezone: America/Jamaica (GMT-05:00)