Skip to content

Simple wordpress plugin for user's id card creation

Notifications You must be signed in to change notification settings

marciofao/member-id-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

member-id-card

Simple Wordpress plugin for user's id card creation and display

Features:

  • Adds a link to the user profile for viewing the user ID card.
  • Generates a QR code for Card validating and air-gap visualization from phones.
  • Loco translate compatible
  • Print link on card page

Use the following hooks for custom contents in the card page:

Styling
add_action( 'mic_card_page_custom_css', 'custom_css_content_function' );

Content
add_action( 'mic_card_page_html_before_front', 'custom_html_before_front_function' );
add_action( 'mic_card_page_html_after_front', 'custom_html_after_front_function' );
add_action( 'mic_card_page_html_before_back', 'custom_html_before_back_function' );
add_action( 'mic_card_page_html_after_back', 'custom_html_after_back_function' );

Screenshots:

Wordpress profile page


Generated card

About

Simple wordpress plugin for user's id card creation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published