skip to Main Content

WordPress Code Snippets


Create a Simple Shortcode

Add a shortcode to display a custom message.

add_shortcode('custom_message', 'codebykp_display_custom_message');
function codebykp_display_custom_message($atts) {
    $atts = shortcode_atts(array(
        'text' => 'Hello, World!',
    ), $atts);

    return '<div class="custom-message">' . esc_html($atts['text']) . '</div>';
}


I’m a WordPress developer with 10+ years of experience in WooCommerce and custom plugins. I combine technical expertise with design flair to help you create standout, user-friendly websites. Let’s transform your digital presence!

Best WordPress Hosting
Back To Top
Search