Kevin

Avatar
  • Total activity 14
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 5
  • Created

    Is it possible to debug WP function using wp_cli in PHPStorm?

    Hi all,I've got a Wordpress/Woocommerce project and have installed WP_CLI. I have a static function called test in my App controller:public static function test( $num ) { $order = wc_get_order( $...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    Remote debugging in PHPStorm?

    I'm trying to get a simple PHP remote debug in PHPStorm 2022.2.3 up and running but nothing is happening. Here's what I've done: In Run/Debug Configurations I've set up a ‘PHP Remote Debug’ configu...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Android development in PHPStorm??

    Hi, I think I know the answer to this but I just wanted to check, I'm looking into learning some app development - cordova for ios/android. I currently use PHPStorm on a Mac but there's no way of d...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Disabling touchbar in PHP Storm??

    Hi there, In the new version of PHP storm on the Mac, the touchbar is active. The problem is, the touchbar on the Mac is very sensitive and I keep on hitting it by mistake as I'm coding. This keeps...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    How do I set headers in HTTP client?

    Hi, Since the Rest client has been removed, I now have to use the HTTP client to test my API requests. But I'm struggling to figure out how to send an 'auth-token' in the HTTP header for my GET req...
    • 2 followers
    • 3 comments
    • 1 vote