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: