Remove the user row actions.
-
Hey, i would like to contribute. In the admin users page, the *View* link is visible, although it the url is now ‘#’. Im proposing to remove the *View* link. Is there any concern on this?
add_action( 'user_row_actions', function( $actions ) { if ( isset( $actions['view'] ) ) { unset( $actions['view'] ); } return $actions; } );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Remove the user row actions.’ is closed to new replies.