Created
April 25, 2016 07:34
-
-
Save Ataurr/a862eec153f7bdb65faab84d5014c786 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * 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