This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Replace 123 number in .metaslider-123 with the actual slideshow ID | |
function image_title_above_inline_script() { | |
wp_enqueue_script('jquery'); | |
$inline_js = " | |
(function($) { | |
$(document).on('metaslider/initialized', function (e, identifier) { | |
if ($(identifier).closest('.metaslider.metaslider-123').length) { | |
var slideshow = $(identifier); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* jquery-match-height master by @liabru | |
* http://brm.io/jquery-match-height/ | |
* License: MIT | |
*/ | |
;(function(factory) { // eslint-disable-line no-extra-semi | |
'use strict'; | |
if (typeof define === 'function' && define.amd) { | |
// AMD |