Add Modern Tribe Event Categories as CSS classes in Event Posts

Modern Tribe Event Category

…in. add_filter( ‘body_class’, ‘cp_event_taxonomy_in_body_class’ ); // Ref – https://theeventscalendar.com/support/forums/topic/add-category-name-as-body_class/ // Add event categories terms to body class of event posts function cp_event_taxonomy_in_body_class( $classes ){ global $wp_query; $event_id = $wp_query->get_queried_object_id(); if…

Read More

Using MySQL Tuner with MariaDB on Ubuntu 22.04

Mariadb Tuning

…mysqltuner.pl Run the tool: ./mysqltuner.pl This is the type of output you will get: ——– MyISAM Metrics —————————————————————————- [–] No MyISAM table(s) detected …. ——– InnoDB Metrics —————————————————————————- [–] InnoDB…

Read More