Changeset 3431544
- Timestamp:
- 01/03/2026 09:45:37 AM (2 months ago)
- Location:
- academic-certificate-verification
- Files:
-
- 8 added
- 2 deleted
- 6 edited
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
assets/screenshot-3.png (added)
-
assets/screenshot-4.png (added)
-
assets/screenshot-5.png (added)
-
assets/screenshot-6.png (added)
-
assets/screenshot-7.png (added)
-
assets/screenshot-8.png (added)
-
tags/1.0.0/includes/class-admin.php (modified) (1 diff)
-
tags/1.0.0/includes/class-database.php (modified) (1 diff)
-
tags/1.0.0/languages (deleted)
-
tags/1.0.0/readme.txt (modified) (2 diffs)
-
trunk/includes/class-admin.php (modified) (1 diff)
-
trunk/includes/class-database.php (modified) (1 diff)
-
trunk/languages (deleted)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
academic-certificate-verification/tags/1.0.0/includes/class-admin.php
r3431443 r3431544 191 191 </option> 192 192 193 <option value="template_two" <?php selected($template, 'template_two'); ?>>193 <option disabled value="template_two" <?php selected($template, 'template_two'); ?>> 194 194 <?php esc_html_e('Template Two', 'academic-certificate-verification'); ?> 195 195 </option> 196 196 197 <option value="template_three" <?php selected($template, 'template_three'); ?>>197 <option disabled value="template_three" <?php selected($template, 'template_three'); ?>> 198 198 <?php esc_html_e('Template Three', 'academic-certificate-verification'); ?> 199 199 </option> -
academic-certificate-verification/tags/1.0.0/includes/class-database.php
r3431443 r3431544 18 18 $this->table_name = $wpdb->prefix . 'certificate_verification'; 19 19 20 add_action(' init', array($this, 'database_table_for_certificate_verification'));20 add_action('admin_init', array($this, 'database_table_for_certificate_verification')); 21 21 } 22 22 -
academic-certificate-verification/tags/1.0.0/readme.txt
r3431443 r3431544 20 20 * Certificate Display : When plugin active that time create a page "Verify Certificate" with this [acceve_certificate_display] this shortcode. 21 21 22 **Note for Display Certificate:** 23 24 You need to change Permalink structure : "Post name" 25 22 26 **Key Features:** 23 27 … … 38 42 * Companies verifying employee training certificates 39 43 * Online course platforms validating completion certificates 44 45 == Screenshots == 46 47 1. Installation process. 48 2. Certificate verification settings. 49 3. Add new certificate page 50 4. All certificate show 51 5. Bulk import certificate [Pro] 52 6. Certificate shortcode for getting form 53 7. Certificate form for show 54 8. Certificate display 40 55 41 56 == Installation == -
academic-certificate-verification/trunk/includes/class-admin.php
r3431443 r3431544 191 191 </option> 192 192 193 <option value="template_two" <?php selected($template, 'template_two'); ?>>193 <option disabled value="template_two" <?php selected($template, 'template_two'); ?>> 194 194 <?php esc_html_e('Template Two', 'academic-certificate-verification'); ?> 195 195 </option> 196 196 197 <option value="template_three" <?php selected($template, 'template_three'); ?>>197 <option disabled value="template_three" <?php selected($template, 'template_three'); ?>> 198 198 <?php esc_html_e('Template Three', 'academic-certificate-verification'); ?> 199 199 </option> -
academic-certificate-verification/trunk/includes/class-database.php
r3431443 r3431544 18 18 $this->table_name = $wpdb->prefix . 'certificate_verification'; 19 19 20 add_action(' init', array($this, 'database_table_for_certificate_verification'));20 add_action('admin_init', array($this, 'database_table_for_certificate_verification')); 21 21 } 22 22 -
academic-certificate-verification/trunk/readme.txt
r3431443 r3431544 20 20 * Certificate Display : When plugin active that time create a page "Verify Certificate" with this [acceve_certificate_display] this shortcode. 21 21 22 **Note for Display Certificate:** 23 24 You need to change Permalink structure : "Post name" 25 22 26 **Key Features:** 23 27 … … 38 42 * Companies verifying employee training certificates 39 43 * Online course platforms validating completion certificates 44 45 == Screenshots == 46 47 1. Installation process. 48 2. Certificate verification settings. 49 3. Add new certificate page 50 4. All certificate show 51 5. Bulk import certificate [Pro] 52 6. Certificate shortcode for getting form 53 7. Certificate form for show 54 8. Certificate display 40 55 41 56 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.