You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
Hi folks, I'm trying to get this to work with a child theme and not having much luck. Any ideas how I can format it to work? Many thanks
Warning: scandir(): Failed to open directory: No such file or directory.
// modify the path to the icons directory
add_filter( 'acf_icon_path_suffix', 'acf_icon_path_suffix' );
function acf_icon_path_suffix( $path_suffix ) {
return 'assets/icons/';
}
The text was updated successfully, but these errors were encountered: