|
|
Still incompatibility issues with SEO Press after Toolset code added
Started by: MargeP6083
in: Toolset Professional Support
Quick solution available
Problem:
Fix compatibility issue between SEO Press pro plugin and Toolset Access plugin.
Solution:
You can exclude custom post types of SEO Press plugin from Access control, for example:
add_filter('toolset-access-excluded-post-types', function($excluded_post_types){
$excluded_post_types[] = 'seopress_404';
return $excluded_post_types;
});
Relevant Documentation:
|
|
2 |
9 |
4 years, 1 month ago
MargeP6083
|
|
|
Filter view result by today’s date based on date custom field
Started by: David Gimenez
in: Toolset Professional Support
Quick solution available
|
|
2 |
3 |
4 years, 1 month ago
David Gimenez
|