From 7da1af74b209f6aa6c5bc48b1cb3fe4a9b76a8cd Mon Sep 17 00:00:00 2001 From: AhmadRaza9 Date: Mon, 22 Aug 2022 12:56:46 +0500 Subject: [PATCH] adding files --- README.md | 2 ++ index.php | 38 ++++++++++++++++++++ wp-footer-text.php | 86 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 126 insertions(+) create mode 100644 README.md create mode 100644 index.php create mode 100644 wp-footer-text.php diff --git a/README.md b/README.md new file mode 100644 index 0000000..2d4757c --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# wpfootertext +This Plugin is used to Change WordPress Admin Footer Text diff --git a/index.php b/index.php new file mode 100644 index 0000000..3c17e6b --- /dev/null +++ b/index.php @@ -0,0 +1,38 @@ + +
+

WP Footer Text

+ +
+ + + + + + + +
Footer Text Here + +
+ + +
+
+" . __('Settings') . ''; + // Adds the link to the end of the array. + array_push( + $links, + $settings_link + ); + return $links; +} //end wp_footer_text_settings_link()