I am trying to do an exact match using this plugin and the author indicated to add the following to the themes function.php file however when I add it and them go to the site I get server not found. When I remove it the website comes back.
function wpdatatables_enable_exact_match( $obj, $wdtId ){
$obj->advancedFilterOptions = array( ‘bSmart’ => false, ‘bRegex’ => false );
return $obj;
}
add_filter(‘wpdatatables_filter_table_description’, ‘wpdatatables_enable_exact_match’, 10, 2)
Any help on how to make it would would be appreciated.
Hey ddubell!
What happens when the default theme is activated? Please keep in mind that we do not support third party plugins but we try and be as helpful as possible.
Regards,
Elliott
Thanks, I know that you do not support 3rd party but I thought I would give it a try. Same results when I put it into the default function.php file.
I will go back to wpdatatables and see if I can get further information.
Thanks again, this is a great theme.