Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action( 'admin_enqueue_scripts', 'salient_child_mod_admin_assets', 10 );
- function salient_child_mod_admin_assets() {
- wp_deregister_style('font-awesome');
- wp_enqueue_style('font-awesome', get_template_directory_uri() . '/css/your-custom-font-awesome.css');
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement