We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67896b commit 7e3e84cCopy full SHA for 7e3e84c
plugin.php
@@ -164,7 +164,7 @@ function simpletoc_add_ids_to_content( $content ) {
164
return $content;
165
}
166
167
-add_filter( 'the_content', __NAMESPACE__ . '\simpletoc_add_ids_to_content', 999 );
+add_filter( 'the_content', __NAMESPACE__ . '\simpletoc_add_ids_to_content', 1 );
168
169
/**
170
* Recursively adds IDs to the headings of a nested block structure.
0 commit comments