• Hello,

    Leveraging your plugin, when a BuddyBoss/BuddyPress member is added to my site, can your plugin be used to automatically create a QR code for that member? If so, how?

    Cheers,
    Quint

Viewing 1 replies (of 1 total)
  • Plugin Author stasionok

    (@stasionok)

    So, you can use WP register_new_user hook and use something to create qrcode like:

    $file = ( new WQM_Qr_Code_Generator( $post_data ) )->build();

    and save it in metadata

Viewing 1 replies (of 1 total)
  • The topic ‘Automatic QR Code Creation’ is closed to new replies.