diff --git a/sample-plugin.php b/sample-plugin.php index 4f916c7..eb45c88 100644 --- a/sample-plugin.php +++ b/sample-plugin.php @@ -27,8 +27,8 @@ function add_my_text($content) { // Define the text and style - $custom_text = '
New change to the plugin
'; + $custom_text = '
Github action test
'; // Add the custom text to the beginning of the content return $custom_text . $content; -} \ No newline at end of file +}