Skip to content

Instantly share code, notes, and snippets.

@alessandrotesoro
Last active September 14, 2015 12:43

Revisions

  1. alessandrotesoro renamed this gist Sep 14, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. alessandrotesoro created this gist Sep 14, 2015.
    8 changes: 8 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    function wpum_hide_remember_me( $args ) {

    $args['remember'] = false;

    return $args;

    }
    add_filter( 'wpum_login_shortcode_args', 'wpum_hide_remember_me' );