Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Child theme #28

Open
ladygeekgeek opened this issue Nov 23, 2021 · 0 comments
Open

Child theme #28

ladygeekgeek opened this issue Nov 23, 2021 · 0 comments

Comments

@ladygeekgeek
Copy link

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/';
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant