Skip to content
ELearning Complete
  • Home
  • Plugins
    • LearnDash Plugins
    • H5P Addons
  • Docs
  • Consulting
  • Blog
  • Contact
    • Support Portal
    • New Ticket
Log in
ELearning Complete
  • Home
  • Learndash Plugins
  • H5P Addons
  • Consulting
  • Blog
  • Support Portal
  • New Ticket
  • Login
Log in
ELearning Complete
  • Home
  • Plugins
    • LearnDash Plugins
    • H5P Addons
  • Docs
  • Consulting
  • Blog
  • Contact
    • Support Portal
    • New Ticket
Log in
ELearning Complete
  • Home
  • Learndash Plugins
  • H5P Addons
  • Consulting
  • Blog
  • Support Portal
  • New Ticket
  • Login
Log in

H5P for LearnDash

9
  • Description
  • Upgrade to Version 3
  • No LRS Required
  • Technical Limitations
  • Features
  • Shortcode
  • Installation
  • H5P Settings page
  • FAQ

Certificate Verifier

5
  • Implementing the Certificate Verifier with Shortcodes
  • The Core Verification Shortcode: [elc_ssc_front_search]
  • Displaying Certificate Data: [elc_ssc_show]
  • Practical Implementation Example
  • Advanced Customization
View Categories
  • Home
  • Docs
  • Certificate Verifier
  • Displaying Certificate Data: [elc_ssc_show]

Displaying Certificate Data: [elc_ssc_show]

Use the [elc_ssc_show] shortcode to select, format, and display specific data fields from a verified certificate record. It is designed to be nested within the [elc_ssc_front_search] container, allowing you to build a custom results display piece by piece.

Required Parameter: show #

The show parameter is mandatory and dictates which piece of certificate data will be displayed. Each value corresponds to a specific field in the certificate record.

ValueDescriptionExample Shortcode
post_titleDisplays the title of the quiz, course, or group for which the certificate was issued.[elc_ssc_show show="post_title"]
course_titleDisplays the title of the course associated with the quiz. Note: Renders only if the certificate is for a quiz.[elc_ssc_show show="course_title"]
completion_dateDisplays the formatted completion date. Format is controlled by the datetime_format parameter in the parent shortcode.[elc_ssc_show show="completion_date"]
expiry_dateDisplays the formatted expiry date. Format is controlled by the datetime_format parameter in the parent shortcode.[elc_ssc_show show="expiry_date"]
usermetaDisplays the user’s first or last name. Requires the field parameter.[elc_ssc_show show="usermeta" field="first_name"]

When using show="usermeta", you must include the additional field parameter with a value of either "first_name" or "last_name".

Optional Parameter: label #

The optional label parameter provides powerful control over the descriptive text that precedes the data value. It has three distinct behaviors.

  1.  Label Omitted If the label parameter is not included, the shortcode outputs only the raw data value.
    • Example: [elc_ssc_show show="post_title"]
  2. Label Included (No Value) If you include the label parameter without assigning it a value, the plugin displays its own default label for that field.
    • Example: [elc_ssc_show show="post_title" label]
  3. Label Included (With Custom Value) If you assign a specific string value to the label parameter, your custom text completely overrides the default label.
    • Example: [elc_ssc_show show="post_title" label="QUIZ"]

Now that we have covered the core building blocks, let’s see how they work together in a practical, real-world example.

Updated on October 24, 2025

What are your feelings?

  • Happy
  • Normal
  • Sad
The Core Verification Shortcode: [elc_ssc_front_search]Practical Implementation Example
Table of Contents
  • Required Parameter: show
  • Optional Parameter: label

Copyright © 2025 ELearning Complete