Plugin Directory

Changeset 3431544


Ignore:
Timestamp:
01/03/2026 09:45:37 AM (2 months ago)
Author:
riko910
Message:

screenshot attached

Location:
academic-certificate-verification
Files:
8 added
2 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • academic-certificate-verification/tags/1.0.0/includes/class-admin.php

    r3431443 r3431544  
    191191            </option>
    192192
    193             <option value="template_two" <?php selected($template, 'template_two'); ?>>
     193            <option disabled value="template_two" <?php selected($template, 'template_two'); ?>>
    194194                <?php esc_html_e('Template Two', 'academic-certificate-verification'); ?>
    195195            </option>
    196196
    197             <option value="template_three" <?php selected($template, 'template_three'); ?>>
     197            <option disabled value="template_three" <?php selected($template, 'template_three'); ?>>
    198198                <?php esc_html_e('Template Three', 'academic-certificate-verification'); ?>
    199199            </option>
  • academic-certificate-verification/tags/1.0.0/includes/class-database.php

    r3431443 r3431544  
    1818        $this->table_name = $wpdb->prefix . 'certificate_verification';
    1919
    20         add_action('init', array($this, 'database_table_for_certificate_verification'));
     20        add_action('admin_init', array($this, 'database_table_for_certificate_verification'));
    2121    }
    2222
  • academic-certificate-verification/tags/1.0.0/readme.txt

    r3431443 r3431544  
    2020* Certificate Display : When plugin active that time create a page "Verify Certificate" with this [acceve_certificate_display] this shortcode.
    2121
     22**Note for Display Certificate:**
     23
     24You need to change Permalink structure : "Post name"
     25
    2226**Key Features:**
    2327
     
    3842* Companies verifying employee training certificates
    3943* Online course platforms validating completion certificates
     44
     45== Screenshots ==
     46
     471. Installation process.
     482. Certificate verification settings.
     493. Add new certificate page
     504. All certificate show
     515. Bulk import certificate [Pro]
     526. Certificate shortcode for getting form
     537. Certificate form for show
     548. Certificate display
    4055
    4156== Installation ==
  • academic-certificate-verification/trunk/includes/class-admin.php

    r3431443 r3431544  
    191191            </option>
    192192
    193             <option value="template_two" <?php selected($template, 'template_two'); ?>>
     193            <option disabled value="template_two" <?php selected($template, 'template_two'); ?>>
    194194                <?php esc_html_e('Template Two', 'academic-certificate-verification'); ?>
    195195            </option>
    196196
    197             <option value="template_three" <?php selected($template, 'template_three'); ?>>
     197            <option disabled value="template_three" <?php selected($template, 'template_three'); ?>>
    198198                <?php esc_html_e('Template Three', 'academic-certificate-verification'); ?>
    199199            </option>
  • academic-certificate-verification/trunk/includes/class-database.php

    r3431443 r3431544  
    1818        $this->table_name = $wpdb->prefix . 'certificate_verification';
    1919
    20         add_action('init', array($this, 'database_table_for_certificate_verification'));
     20        add_action('admin_init', array($this, 'database_table_for_certificate_verification'));
    2121    }
    2222
  • academic-certificate-verification/trunk/readme.txt

    r3431443 r3431544  
    2020* Certificate Display : When plugin active that time create a page "Verify Certificate" with this [acceve_certificate_display] this shortcode.
    2121
     22**Note for Display Certificate:**
     23
     24You need to change Permalink structure : "Post name"
     25
    2226**Key Features:**
    2327
     
    3842* Companies verifying employee training certificates
    3943* Online course platforms validating completion certificates
     44
     45== Screenshots ==
     46
     471. Installation process.
     482. Certificate verification settings.
     493. Add new certificate page
     504. All certificate show
     515. Bulk import certificate [Pro]
     526. Certificate shortcode for getting form
     537. Certificate form for show
     548. Certificate display
    4055
    4156== Installation ==
Note: See TracChangeset for help on using the changeset viewer.