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

function magone_shortcode_sticky_display( $atts = array(), $content = "" ) {
	return magone_article_box('sticky', $atts, $content);
}