Home / Comments / Hello Hello
Duplicate Snippet

Embed Snippet on Your Site

Hello Hello

Code Preview
php
<?php
<?php
function hello_world_func() {
    return 'hello hello';
}
add_shortcode('hello_world', 'hello_world_func');

Comments

Add a Comment