Profiles

  • Member Since: December 28th, 2015
  • Find me on:
  • Suggested 30 strings on translate.wordpress.org.

  • Posted a reply to WC_REST_Products_Controller return empty list, on the site WordPress.org Forums:
    It turns out that the problem is with the permissionsFor anyone finding the same problem…

  • Created a topic, WC_REST_Products_Controller return empty list, on the site WordPress.org Forums:
    $api = new WC_REST_Products_Controller(); $req = new …

  • Posted a reply to Whitelist not working for endpoints, on the site WordPress.org Forums:
    Just modify the main plugin file jwt-auth.php replace new JWTAuth\Setup(); to add_action( 'plugins_loaded', function() {…

  • Posted a reply to Contact form 7 not working when JWT is active, on the site WordPress.org Forums:
    Just modify the main plugin file jwt-auth.php replace new JWTAuth\Setup(); with add_action( 'plugins_loaded', function() {…

  • Posted a reply to Login by meta value Like phone (change login data /token), on the site WordPress.org Forums:
    E-Mail entry is not problematic The problem is to enter the phone number or any…

  • Created a topic, Login by meta value Like phone (change login data /token), on the site WordPress.org Forums:
    I am trying to do a program to log in by phone, not us…