להלן פונקציה לעדכון ברירת המחדל באלמנט אקורדיון באלמנטור לסגירת השורה הראשונה שכברירת מחדל מופיעה פתוחה:
כנס לקובץ functions.php ותוסיף את הקוד הבא:
/** Close Elementor Accordion widget */
function elementor_accordion_title() { ?>
<script>
jQuery(document).ready(function() {
jQuery( ‘.elementor-accordion .elementor-tab-title’ ).removeClass( ‘elementor-active’ );
jQuery( ‘.elementor-accordion .elementor-tab-content’ ).css( ‘display’, ‘none’ );
});
</script>
<?php }
add_action( ‘wp_footer’, ‘elementor_accordion_title’, 99 );
/** End Elementor Accordion widget */
זה ידאג שהאוקרדיון יהיה סגור כברירת מחדל