Skip to content

Commit 5c77386

Browse files
committed
Add guidance for managing Performance feature plugins
Signed-off-by: Shyamsundar Gadde <[email protected]>
1 parent 9661a3c commit 5c77386

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

plugins/performance-lab/includes/admin/plugins.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,16 @@ static function ( string $error_message ): string {
291291
</div>
292292
<div class="clear"></div>
293293
</div>
294+
<p>
295+
<?php
296+
printf(
297+
/* translators: %1$s: opening anchor tag, %2$s: closing anchor tag */
298+
esc_html__( 'Performance features are installed as plugins. To update features or remove them, %1$s manage them on the plugins screen. %2$s', 'performance-lab' ),
299+
'<a href="' . esc_url( admin_url( 'plugins.php?s=WordPress%20Performance%20Team&plugin_status=all' ) ) . '">',
300+
'</a>'
301+
);
302+
?>
303+
</p>
294304
<?php
295305
}
296306

0 commit comments

Comments
 (0)