79795790

Date: 2025-10-21 12:08:14
Score: 1
Natty:
Report link

Make sure you used the correct function to register it.

function my_message_shortcode() {
    return "Hello, this is my custom message!";
}
add_shortcode('my_message', 'my_message_shortcode');

If you miss the return statement and use echo instead, it may not render properly.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kamran Javed