07/24/2017 at 4:31 pm
#430118
Keymaster
@ Steve
I’ve not tested, but this should work…
function cn_remove_list_no_result_message() {
remove_action( 'cn_list_no_results', array( 'cnTemplatePart', 'noResults' ), 10 );
}
add_action( 'plugins_loaded', 'cn_remove_list_no_result_message', 12 );
Add it a a new code snippet using the Code snippets plugin.
Hope this helps, let me know.
