A new Radiology App Reporting Quality Assurance System (RQAS): Introducing the era of interactive patients portals
Want to receive your reports via email rather than...
Read MoreUn nuevo sistema de teleradiología descentralizada basado en Blockchain con tecnología de contabilidad distribuida del inglés Distributed Ledger Technology (DLT).
Consiste en la creación de una plataforma de teleradiología...
Read MoreChange role when user expires? '
function handle_on_expire_default_to_role( $expired_user ) { //if ( $expired_user->on_expire_default_to_role )...
Read Morechange role on the first log in Wordpress
add_action( ‘loop_start’, ‘personal_message_when_logged_in6’ ); function personal_message_when_logged_in6() { if( is_user_logged_in())...
Read MoreAdd Tab links profile Sidebar in Woocomerce with points
/* Tab links Apps woom */ add_filter(‘um_account_page_default_tabs_hook’, ‘my_custom_tab_in_um3’, 100...
Read MoreAdd fields after registration in Wordpress Ultimate Member
add_action(‘um_after_new_user_register’, ‘submit_myfield’, 10, 1); function submit_myfield($user_id){ $psswd = substr(...
Read MoreAdd fields to profile with API RESTplugin User Plus
/* Add fields*/ add_filter(‘user_contactmethods’, ‘my_user_contactmethods’); function my_user_contactmethods($user_contactmethods){ $user_contactmethods[‘yim’] =...
Read MoreNew tab ultimate member action
add_filter(‘um_account_page_default_tabs_hook’, ‘my_custom_tab_in_um’, 100 ); function my_custom_tab_in_um( $tabs ) {...
Read MoreAdd attributes to our checkout fields in Woocomerce
function wc_add_checkout_add_ons_attributes( $checkout_fields ) { $add_on_id = 2; //...
Read More