Forum Replies Created
-
AuthorPosts
-
roromanoParticipant
Never 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;
}roromanoParticipantOh 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.
roromanoParticipantYou’re the best! Thanks!
roromanoParticipantHi 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.
roromanoParticipantThat’s a really quick turnaround. Thank you so much for the clarification and your prompt attention! Truly appreciated.
roromanoParticipantThank 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