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 7a7411a commit 2f97645Copy full SHA for 2f97645
plugins/optimization-detective/class-od-html-tag-processor.php
@@ -716,7 +716,12 @@ public function get_stored_xpath(): string {
716
/**
717
* Returns whether the processor is currently at or inside the admin bar.
718
*
719
+ * This is only intended to be used internally by Optimization Detective as part of the "optimization loop". Tag
720
+ * visitors should not rely on this method as it may be deprecated in the future, especially with a migration to
721
+ * WP_HTML_Processor after {@link https://core.trac.wordpress.org/ticket/63020} is implemented.
722
+ *
723
* @since 1.0.0
724
+ * @access private
725
726
* @return bool Whether at or inside the admin bar.
727
*/
0 commit comments