Skip to content

Instantly share code, notes, and snippets.

@daronspence
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daronspence/5ce9b2eda61b70266eaf to your computer and use it in GitHub Desktop.
Save daronspence/5ce9b2eda61b70266eaf to your computer and use it in GitHub Desktop.
add_filter( 'acfw_dir', 'acfw_directory' );
function acfw_directory( $dir ){
// default value is /acf-widgets/
return '/acfw/';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment