Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Frank Bueltge

    (@bueltge)

    what si “personal info”; see https://www.diigo.com/item/image/1j30r/qpwn

    Thread Starter Stergos

    (@stergos)

    Ops you are right my mistake apologize I mean “Personal Options” table.

    Thread Starter Stergos

    (@stergos)

    No one knows that?

    Plugin Author Frank Bueltge

    (@bueltge)

    i think no, this part has no an identifier to use with css.

    Thread Starter Stergos

    (@stergos)

    At least any code to remove complete the features in there?

    For example to remove the Keyboard Shortcuts I am using #comment_shortcuts but the text “Keyboard Shortcuts” and “Enable keyboard shortcuts for comment moderation. More information” is still there. Same with Visual Editor I am using #rich_editing but the text “Visual Editor” and “Disable the visual editor when writing” is there only the tick boxes is removed.

    I have successful used this little code

    function utente_js(){
    		echo '
    		<script type="text/javascript">
    		jQuery(document).ready(function($) {
    
    			$(\'.form-table\').first().remove();
    		});
    		</script>';
    }
    
    		add_action('admin_footer', 'utente_js');

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Adminimize] Hide personal info in profile’ is closed to new replies.