Snippets repository for WordPress developpers

Browse

Ajax Search Pro is a great plugin by Ernest Marcinko.
But sometimes removing all css styling could be useful to get full control over search forms design.

add_filter( 'asp_load_css', 'asp_stop_load_css', 10, 1 );
function asp_stop_load_css( $stop ) {
  return true;
}

Warning: Trying to access array offset on null in /home/clients/7f7a8d8eb6e40c50d3548b06c548734d/web/wp-includes/class-wp-query.php on line 3766

Categories

Tags