Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Divi Compatibility #132

Open
sweethoneycode opened this issue Oct 28, 2017 · 0 comments
Open

Divi Compatibility #132

sweethoneycode opened this issue Oct 28, 2017 · 0 comments

Comments

@sweethoneycode
Copy link

There is issue with this plugin and Divi. See thread here:https://wordpress.org/support/topic/divi-and-wordpress-backend-problems/

Here is one solution.

add_action( 'et_pb_admin_excluded_shortcodes', 'toc_shortcode');
function toc_shortcode($shortcodes) {
$shortcodes[] = 'toc';
return $shortcodes;
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant