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()