Skip to content

Instantly share code, notes, and snippets.

View ahartzog's full-sized avatar
🏠
Working from home

Alek Hartzog ahartzog

🏠
Working from home
View GitHub Profile
@ahartzog
ahartzog / class-formidable-forms.php
Created November 1, 2021 11:41
Quick gist of extra line for Jack
/**
* Sync additional meta after user profile update
*
* @access public
* @return void
*/
public function after_update_user( $action, $entry, $form ) {
if (class_exists("FrmRegEntryHelper")) {