Title: underdigital's Replies | WordPress.org

---

# underdigital

  [  ](https://wordpress.org/support/users/underdigital/)

 *   [Profile](https://wordpress.org/support/users/underdigital/)
 *   [Topics Started](https://wordpress.org/support/users/underdigital/topics/)
 *   [Replies Created](https://wordpress.org/support/users/underdigital/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/underdigital/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/underdigital/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/underdigital/engagements/)
 *   [Favorites](https://wordpress.org/support/users/underdigital/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Recipe Maker] WPRM_course](https://wordpress.org/support/topic/wprm_course/)
 *  Thread Starter [underdigital](https://wordpress.org/support/users/underdigital/)
 * (@underdigital)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/wprm_course/#post-14651230)
 * Making an application that connects to the RestAPI of wordpress, and using the
   data of the plugin to fetch some things 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Recipe Maker] WPRM_course](https://wordpress.org/support/topic/wprm_course/)
 *  Thread Starter [underdigital](https://wordpress.org/support/users/underdigital/)
 * (@underdigital)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/wprm_course/#post-14651122)
 * The end result should be on this url that i have inside each course object a 
   variable image with the image url.
 * [https://****/wp-json/wp/v2/wprm_course/](https://****/wp-json/wp/v2/wprm_course/)
   (
   Demosite Json)
    -  This reply was modified 4 years, 11 months ago by [underdigital](https://wordpress.org/support/users/underdigital/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Recipe Maker] WPRM_course](https://wordpress.org/support/topic/wprm_course/)
 *  Thread Starter [underdigital](https://wordpress.org/support/users/underdigital/)
 * (@underdigital)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/wprm_course/#post-14651068)
 * I think so,
    Just want to pass the image url to the Rest API for courses. Now
   you only have an id and name to work with
 * So you suggest to add this parame to the function?
    -  This reply was modified 4 years, 11 months ago by [underdigital](https://wordpress.org/support/users/underdigital/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[External Login] PBKDF2Hash](https://wordpress.org/support/topic/pbkdf2hash/)
 *  [underdigital](https://wordpress.org/support/users/underdigital/)
 * (@underdigital)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/pbkdf2hash/#post-12509950)
 * [@tbenyon](https://wordpress.org/support/users/tbenyon/)
    My bad… Seems like 
   i had to change the 2 to a 3 `add_filter('exlog_hook_filter_authenticate_hash','
   myExlogHashAuthenticator', 10, 2);`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[External Login] PBKDF2Hash](https://wordpress.org/support/topic/pbkdf2hash/)
 *  [underdigital](https://wordpress.org/support/users/underdigital/)
 * (@underdigital)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/pbkdf2hash/#post-12507534)
 * [@tbenyon](https://wordpress.org/support/users/tbenyon/) Good! You are awsome,
   sorry for the late response!
 * Still getting an error on it, (no php dev :-P)
 * Fatal error: Uncaught ArgumentCountError: Too few arguments to function myExlogHashAuthenticator(),
   2 passed in D:\World of Eldritch\World of Eldritch Website\root\demo\wp-includes\
   class-wp-hook.php on line 290 and exactly 3 expected in D:\World of Eldritch\
   World of Eldritch Website\root\demo\wp-content\themes\twentytwenty\functions.
   php:686 Stack trace: #0 D:\World of Eldritch\World of Eldritch Website\root\demo\
   wp-includes\class-wp-hook.php(290)
 * Can’t get arround this one? I only passe this
    myExlogHashAuthenticator($password,
   $hashFromDatabase, $username)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[External Login] PBKDF2Hash](https://wordpress.org/support/topic/pbkdf2hash/)
 *  [underdigital](https://wordpress.org/support/users/underdigital/)
 * (@underdigital)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/pbkdf2hash/#post-12126545)
 * +1 need this to..
 *     ```
       function pbkdf2(string $username, string $password, string $passwordSalt)
       {   
           $iterations = 10000;
           $length = 40;
           $salt = $passwordSalt . $username;
   
           $hash = hash_pbkdf2("sha1", $password, $salt, $iterations, $length);
           $hash = \strtoupper($hash);
           return $hash;
       }
       ```
   
 * [@tbenyon](https://wordpress.org/support/users/tbenyon/)
    -  This reply was modified 6 years, 7 months ago by [underdigital](https://wordpress.org/support/users/underdigital/).

Viewing 6 replies - 1 through 6 (of 6 total)