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
/** Step 1: Add "mobile-tab-dropdown" to Tab module | |
* Step 2: Add following script in Divi > Theme Options > Integration > "Add code to <body> tag" | |
*/ | |
jQuery(document).ready(function () { | |
if($('.mobile-tab-dropdown').length) { | |
var html = '<div id="tabs-mobile-dropdown" class="dropdown" style="position: relative;width: 100%;margin: 10px 0;">' | |
html += '<select class="select-style " style="background: white;width: 100%;">'; | |
$('.et_pb_tabs .et_pb_tabs_controls li').each(function() { |
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 | |
/* | |
Plugin Name: Disable PHP warnings | |
Description: This plugin disables php deprecated messages and warnings, | |
Version: 0.1 | |
Author: mohsinrasool | |
Author URI: https://mohsinrasool.pk | |
*/ |
OlderNewer