Skip to content

Instantly share code, notes, and snippets.

@Ataurr
Created April 25, 2016 07:34
Show Gist options
  • Save Ataurr/a862eec153f7bdb65faab84d5014c786 to your computer and use it in GitHub Desktop.
Save Ataurr/a862eec153f7bdb65faab84d5014c786 to your computer and use it in GitHub Desktop.
/**
* override loader image of unyson framework
*/
function _filter_core_loader_uri() {
return get_stylesheet_directory_uri() . '/assets/img/loading.gif';
}
add_filter( 'fw_loader_image', '_filter_core_loader_uri' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment