Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
save_bvnghean.vn
/
wp-content
/
themes
/
magone
/
includes
/
shortcodes
:
shortcodes-text.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php function magone_shortcode_text_display( $atts = array(), $content = "" ) { if ($content) { if (isset($atts['text_format']) && $atts['text_format']) { return $content; } else { return wpautop(make_clickable(do_shortcode($content))); } } }