79150271

Date: 2024-11-02 08:48:36
Score: 6 🚩
Natty:
Report link

Can you please share your shortcode code ? the shortcode should have ob_start() & ob_get_clean() functions. please see the below shortcode syntax

function your_shortcode_function() {
    ob_start();
    ?>
    <div class="your-custom-shortcode-wrapper">
        <!-- Your output content here -->
    </div>
    <?php
    return ob_get_clean();
}
add_shortcode('your_shortcode', 'your_shortcode_function');

please let me know if it works

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you please share your
  • RegEx Blacklisted phrase (2.5): please let me know
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can you please share you
  • Low reputation (0.5):
Posted by: Shaikh Aejaz Ahmed