Jon Higgins

Results 3 comments of Jon Higgins

Hi, we're also looking for "tags" of associated words to describe Material Design Icons so we can build a UI component that can search the icons based on user keywords,...

I tried using your method as ``` $router = WP_Router::get_instance(); if ( $router->get_route('help-route-id') !== NULL ) { echo 'Help section'; } ``` but "Help section" is output on to every...

Aah brilliant - that works for me! And thanks for the quick reply