We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
application_password_extras
1 parent 0370c54 commit 8e1970eCopy full SHA for 8e1970e
projects/plugins/jetpack/_inc/lib/class-jetpack-application-password-extras.php
@@ -34,6 +34,10 @@ public static function init() {
34
* @return bool The new value of the filter.
35
*/
36
public static function application_password_extras( $original_value ) {
37
+ if ( $original_value ) {
38
+ return true;
39
+ }
40
+
41
// Allow Application Password access to admin-ajax.php
42
if ( is_admin() && wp_doing_ajax() ) {
43
return true;
0 commit comments