fixing unecessary coma
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2024-12-02 12:35:55 +01:00
parent 393c4c16bb
commit 2a67691d1a

View File

@ -1,11 +1,9 @@
<?php
$relatedPageName = get_field('related_page') ?? null;
$subtitle = get_field('subtitle') ?? "";
if (!function_exists('get_related_page_datas')) {
function get_related_page_datas($relatedPageName,)
function get_related_page_datas($relatedPageName)
{
$currentLanguage = apply_filters('wpml_current_language', null) ?? "nl";
$metiersRessourcesFolderPath = get_stylesheet_directory_uri() . '/resources';