ms_user_row_actions

ms_user_row_actions

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('ms_user_row_actions') is found 1 times:

  • /wp-admin/includes/class-wp-ms-users-list-table.php line 552

    Warning: Undefined array key 556 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 557 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    548
    549
    550
    551
    552
    553
    554
    555
    556
             *
             * @param string[] $actions An array of action links to be displayed. Default 'Edit', 'Delete'.
             * @param WP_User  $user    WP_User object.
             */
            $actions = apply_filters( 'ms_user_row_actions', $actions, $user );
     
            return $this->row_actions( $actions );
        }
    }

See this hook used in plugins: