by Ante Laca | Sep 24, 2018
Signature apply_filters( ‘wpas_api_user_authenticate’, $authenticated, $password, $this ) Typical Usage Parameters $authenticated: Boolean $password: String $this: Object User Returns Boolean Located In File: includes/rest-api/includes/Auth/User.php...
by Ante Laca | Sep 24, 2018
Signature apply_filters( ‘wpas_api_allow_password_authentication’, true ) Typical Usage Returns Boolean Located In File: includes/rest-api/includes/Auth/User.php Function:...
by Ante Laca | Sep 24, 2018
Signature apply_filters( ‘wpas_api_delete_api_password’, $item, $this ) Typical Usage Parameters $item: String $this: Object User Located In File: includes/rest-api/includes/Auth/User.php Function:...
by Ante Laca | Sep 24, 2018
Signature apply_filters( ‘wpas_api_create_new_api_password’, $new_item, $name, $this ) Typical Usage Parameters $new_item: Array $name: String $this: Object User Returns Array Located In File: includes/rest-api/includes/Auth/User.php Function:...
by Ante Laca | Sep 24, 2018
Signature apply_filters( ‘wpas_get_api_password’, $password, $slug, $this ) Typical Usage Parameters $password: String $slug: String $this: Object User Returns String Located In File: includes/rest-api/includes/Auth/User.php Function:...
Recent Comments