um_after_account_{$tab_id}_button

Hook type

Action

Description

Make some action after show account tab button

Usage

add_action( 'um_after_account_{$tab_id}_button', 'function_name', 10 );

Examples

<?php
add_action( 'um_after_account_{$tab_id}_button', 'my_after_account_tab_button', 10 );
function my_after_account_tab_button() {
    // your code here
}
?>

Change Log

Since: 2.0

Source

um_after_account_{$tab_id}_button is located in includes/core/class-account.php::line 751