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 4469ad5 commit 433c136Copy full SHA for 433c136
src/WordPressAdmin.php
@@ -424,9 +424,11 @@ public static function wp2staticAdminScripts() : void {
424
wp_enqueue_script( 'wp2static_admin_scripts' );
425
}
426
427
- public static function wp2staticAdminFooterText( $content ) : string {
+ public static function wp2staticAdminFooterText( string $content ) : string {
428
return 'Thank you for using ' .
429
+ // @phpcs:ignore Generic.Files.LineLength.TooLong
430
'<a href="https://link.strattic.com/wp2static-footer" target="_blank">WP2Static</a> by ' .
431
432
'<a href="https://link.strattic.com/strattic-wp2static-footer" target="_blank">Strattic</a>.';
433
434
0 commit comments