Limit posts and pages revisions
Source: Divi Space
// 3 REVISIONS
add_filter( 'wp_revisions_to_keep', 'divi_limit_revisions', 10, 2 );
function divi_limit_revisions( $num ) {
$num = 3;
return $num;
}
Search for a command to run...
Source: Divi Space
// 3 REVISIONS
add_filter( 'wp_revisions_to_keep', 'divi_limit_revisions', 10, 2 );
function divi_limit_revisions( $num ) {
$num = 3;
return $num;
}
No comments yet. Be the first to comment.
<span style="color: #000000; -webkit-text-stroke-width: 2px; stroke-width: 2px; -webkit-text-stroke-color: #FFFFFF33; stroke: #FFFFFF33;">design</span>
/* Menu Breakpoint */ @media only screen and (max-width: 1149px) { .et_pb_menu .et_pb_menu__menu { display: none; } .et_mobile_nav_menu { display: block } } /*remove bullet points from submenu*/ #left-area ul, .entry-...
Paste the code below into the main element field of the advanced settings of the module. animation-name: updown; animation-duration: 3s; animation-iteration-count: infinite; animation-timing-function: ease-in-out; margin-left: 0px; ...
<script> jQuery(function($){ $("#et_pb_signup_email").attr("placeholder", "Your New Text"); }); </script> Credit: https://divi.help/threads/email-optin-change-email-field-name.8235/
Before After CSS /* Menu no wrap ul */ .et_pb_menu .et_pb_menu__menu>nav>ul {flex-wrap: nowrap;}