PHP 28
WP Script Loader Mod By micha on 11th November 2022 07:37:47 AM
  1. function add_type_attribute($tag, $handle, $src) {
  2.         if ( 'map-init' === $handle ) {
  3.                 $tag = '<script type="text/plain" data-usercentrics="Google Maps" src="' . esc_url( $src ) . '"></script>';
  4.                 return $tag;
  5.         }
  6.         return $tag;
  7. }
  8. add_filter('script_loader_tag', 'add_type_attribute' , 10, 3);

Paste is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.