Tag Archives: get_stylesheet_directory_uri echo
get_stylesheet_directory() point to theresources/ folder
/** * ACF save json folder */ add_filter( 'acf/settings/save_json', 'my_acf_json_save_point' ); function my_acf_json_save_point( $path ) [...]
/** * ACF save json folder */ add_filter( 'acf/settings/save_json', 'my_acf_json_save_point' ); function my_acf_json_save_point( $path ) [...]