'; } else { return false; } } } if(!function_exists('get_thumb_image_sc')){ function get_thumb_image_sc( $atts ) { $a = shortcode_atts( array( 'att_id' => '', 'type' => '', ), $atts ); return get_thumb_image($a['att_id'], $a['type']); } } if(!function_exists('get_thumb_image_src_sc')){ function get_thumb_image_src_sc( $atts ) { $a = shortcode_atts( array( 'att_id' => '', 'type' => '', ), $atts ); return get_thumb_image_src($a['att_id'], $a['type']); } } if(!function_exists('thumb_editor_afo_text_domain')){ function thumb_editor_afo_text_domain(){ load_plugin_textdomain('thumbnail-editor', FALSE, basename( THE_PLUGIN_PATH ) .'/languages'); } }