Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Frankie Jarrett

    (@fjarrett)

    Hey Natali_Z!

    Well it seems I had a brainfart and my code examples were totally wrong and weren’t returning anything, haha sorry about that! I’ve updated the FAQ items accordingly.

    The actual filter should look like this:

    add_filter( 'spg_default_password_length', function() { return 12; } );
    
    Thread Starter Natali_Z

    (@natali_z)

    O. Thank you very much. )

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘"Hook to your theme's functions.php file or as an MU plugin"’ is closed to new replies.