function test_func( $atts ){
return ‘This is PHP from your functions file’ ;
}
add_shortcode( ‘test’, ‘test_func’ );