Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you actually want to fix the error replace:

    add_filter(‘filesystem_method’, create_function(‘$a’, ‘return “direct”;’ ));

    With: add_filter( ‘filesystem_method’, function( $a ) { return “direct”; } );

    Thread Starter Edward C Sproull

    (@ecsproull)

    Annezazu I’ve helped build some of the best and worst and by far the most used User Interfaces on the planet (Windows UX developer /retired). The link you sent me sound more like a sales pitch that a useful how to get things done. While I’m sure you excited to use all of the buzz words about blocks and full site editing, I can’t see to get to the meat of it. Maybe a simple demo about how to do the simple stuff, like add to a menu. I’m a developer, I could give a crap about creating a site without coding. I’ve been working with blocks for years although I don’t need them much. Seems like the same mistake we made with Windows 8. We loved it but the world hated it. I don’t see anything worth getting excited about.

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