• Getting this error

    Use of undefined constant alpha_length - assumed 'alpha_length'
     Type: PHP Notice Line: 53
     File: /home/cleara15/public_html/wp-content/plugins/wp-hashed-ids/wp-hashed-ids.php

    Amy ideas ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Wayne

    (@waynep16)

    Any idea on this error ?

    Thread Starter Wayne

    (@waynep16)

    ????????? please

    yes same problem here !

    Ryan

    (@ryanmclaughlin1)

    It is line 45 for me…

    Short term fix:

    Look in wp-content/plugins/wp-hashed-ids/wp-hashed-ids.php for the following line:

    $alphabet = (alpha_length >= $min_length || alpha_length < 16) ? $options['wp_hashed_ids_alphabet'] : '';

    And change both occurrences of alpha_length to $alpha_length.

    Just keep in mind any plugin updates will overwrite your changes.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Use of undefined constant alpha_length – assumed ‘alpha_length’’ is closed to new replies.