HEX
Server: LiteSpeed
System: Linux premium140.web-hosting.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
User: ukqcurpj (1011)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/ukqcurpj/public_html/wp-content/themes/masterstudy/vc_templates/stm_certificate.php
<?php
extract( shortcode_atts( array(
	'title' => '',
	'image'	=> '',
	'css'   => ''
), $atts ) );
$atts['css_class'] = apply_filters( VC_SHORTCODE_CUSTOM_CSS_FILTER_TAG, vc_shortcode_custom_css_class( $css, ' ' ) );

if(!empty($image)){
	$atts['certificate_url'] = wp_get_attachment_image_src($image, 'img-480-380', true);
}

masterstudy_show_template('certificate', $atts);