Site icon Hip-Hop Website Design and Development

take away edit hyperlink just for printed publish and pending publish

Presently i m utilizing this shorocdes

add_filter( 'post_row_actions', 'remove_row_actions', 10, 1 );
perform remove_row_actions( $actions )
{
if( get_post_type() === 'publish' ) 
    unset( $actions['edit'] );
return $actions;
}

for eradicating edit hyperlink from printed publish however this code is utilized on all publish states and that i need to apply this filter just for printed and pending publish. can anyone assist me to use this filter just for printed and pending publish as an alternative of All posts