Forum Replies Created
-
AuthorPosts
-
roromano
ParticipantNever mind! I figured out an alternative:
add_filter( ‘post_row_actions’, ‘remove_row_actions’, 10, 1 );
function remove_row_actions( $actions )
{
if( get_post_type() === ‘post’ )
unset( $actions[‘republish’] );
return $actions;
}roromano
ParticipantOh I missed this note about a beta, Vladimir! But am happy to report that 4.56.1 worked perfectly when I downloaded it from WordPress. 🙂 When I have “block not selected” on Widgets, I select the widgets and sidebars that I want the user to see when they log in, and it worked great! Thank you so much! Great feature.
roromano
ParticipantYou’re the best! Thanks!
roromano
ParticipantHi Vladimir. Hope all is well. I’m still having trouble with this issue in the latest update. I can see the Selected/Not Selected options under Widgets, but when you put it to Not Selected it behaves identical to Selected. I’m just going to have to shut down access to Appearance and Widgets in the meantime and do manual edits for user sidebars when they ask. When the next update comes, I’ll try the feature out again and report back. Take care.
roromano
ParticipantThat’s a really quick turnaround. Thank you so much for the clarification and your prompt attention! Truly appreciated.
roromano
ParticipantThank you, Vladimir. Do you know if that update came in the 4.55.2 update, and if so where I need to click to activate this function? Much appreciated.
-
AuthorPosts