Guest User

Untitled

a guest
Jan 23rd, 2017
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. add_action( 'wp_enqueue_scripts', 'custom_googlefonts' );
  2. function custom_googlefonts() {
  3.     if($googlefonts = get_field('nazwa_pola', 'option')){
  4.         wp_enqueue_style( 'googlefonts', $googlefonts, false );
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment