HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/epamokos.kaunokolegija.lt/wp-content/plugins/lifterlms/templates/content-certificate.php
<?php
/**
 * Single certificate content.
 *
 * @package LifterLMS/Templates
 *
 * @since 1.0.0
 * @since 4.21.0 Make certificate background alt localizable.
 * @since 6.0.0 Moved HTML content to `templates/certificates/content.php` and `templates/certificates/actions.php`.
 * @version 6.0.0
 */

defined( 'ABSPATH' ) || exit;

$certificate = llms_get_certificate( get_the_ID(), true );

/**
 * Action triggered to display a single certificate.
 *
 * @since 6.0.0
 *
 * @hooked llms_certificate_content - 10.
 * @hooked llms_certificate_actions - 20.
 *
 * @param LLMS_User_Certificate $certificate The certificate object.
 */
do_action( 'llms_display_certificate', $certificate );