How to disable search function

How can I remove search function (website.com/?s=) in WordPress? Add this script to your functions file or plugin: <?php /** * Redirect Search to … [+]

Extend search to all ACF fields

How can I extend WordPress search to all Advanced Custom Fields created? To make ACF data available to wp_search, add this code to your plugin: … [+]