Hi Frankie,
Here is the code that i’ve put in functions.php file : <pre lang=”php”>
add_filter( ‘aps_status_arg_public’, ‘__return_true’ );
add_filter( ‘aps_status_arg_private’, ‘__return_false’ );
add_filter( ‘aps_status_arg_exclude_from_search’, ‘__return_false’ );
I’ve pasted this code at the end of the code in functions.php. Further to the error message i guessed that it wasn’t the right place …