.gitlab/issue_templates
les labels et assign sont à adapter au projet
// https://wpastra.com/docs/remove-inline-css-from-astra/ | |
// https://klbtheme.com/elementor-if-the-page-is_elementor/ | |
function astra_force_remove_style() { | |
add_filter( 'print_styles_array', function($styles) { | |
// Set styles to remove. | |
$styles_to_remove = array('astra-theme-css', 'astra-addon-css'); | |
$id = get_the_ID(); |