I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: Plugin Overrides

dashed-slug.net Forums General discussion Plugin Overrides Reply To: Plugin Overrides

#3834
alexg
Keymaster

But then what about the function:

function my_wallets_views_dir_override( $dir ) {
return get_stylesheet_directory_uri() . ‘/wallets/include/views/’;
}
add_filter( ‘wallets_views_dir’, ‘my_wallets_views_dir_override’ );

?