script_loader_src, $src, $handle

script_loader_src, $src, $handle

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_filters('script_loader_src, $src, $handle') is found 1 times:

  • /src/helpers/asset-helper.php line 96

    Warning: Undefined array key 98 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 99 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 100 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 101 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    			$src = \add_query_arg( 'ver', $ver, $src );
    		}
    
    		/** This filter is documented in wp-includes/class.wp-scripts.php */
    		return \esc_url( \apply_filters( 'script_loader_src', $src, $handle ) );
    	}
    }