Plugin Directory

Changeset 2513242


Ignore:
Timestamp:
04/12/2021 11:38:35 AM (5 years ago)
Author:
karlogitlea
Message:

Fixed wrong call

Location:
miqid-core/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • miqid-core/trunk/miqid-core.php

    r2513200 r2513242  
    33 * Plugin Name:       MIQID-Core
    44 * Description:       MIQID-Core handle the basics.
    5  * Version:           1.7.1
     5 * Version:           1.7.2
    66 * Requires at least: 5.2
    77 * Requires PHP:      7.2
  • miqid-core/trunk/readme.md

    r2513200 r2513242  
    44Tested up to: 5.7
    55Requires PHP: 7.2 
    6 Stable tag: 1.7.1 
     6Stable tag: 1.7.2 
    77License: GPL v3 or later 
    88
  • miqid-core/trunk/src/Frontend/Shortcode/Business/Certificate.php

    r2513169 r2513242  
    2525    private function __construct() {
    2626        add_shortcode( 'miqid-profilepassportfaceimage', [ $this, 'Shortcode_ProfilePassportFaceImage' ] );
    27         add_shortcode( 'miqid-business-passport', [ $this, 'Shortcode_DriversLicenseFaceImage' ] );
     27        add_shortcode( 'miqid-business-passport', [ $this, 'Shortcode_PassportCertificateInformation' ] );
    2828        add_shortcode( 'miqid-business-driverslicense', [ $this, 'Shortcode_DriversLicense' ] );
    2929        add_shortcode( 'miqid-business-driverslicensefaceimage', [ $this, 'Shortcode_DriversLicenseFaceImage' ] );
Note: See TracChangeset for help on using the changeset viewer.