/home/edulekha/public_html/wp-content/themes/magone/includes/shortcodes/shortcodes-simple-one.php
<?php

function magone_shortcode_simple_one_display( $atts = array(), $content = "" ) {
	return magone_article_box('simple-one', $atts, $content);
}