Advertisement
verygoodplugins

Untitled

Aug 28th, 2021
1,306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. add_filter( 'wpf_wp_kses_allowed_html', function( $tags ) {
  2.  
  3.     $tags['script'] = array( 'src' => true, 'async' => true );
  4.     return $tags;
  5.  
  6. } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement