fixing unecessary coma
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
393c4c16bb
commit
2a67691d1a
|
|
@ -1,11 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
||||||
$relatedPageName = get_field('related_page') ?? null;
|
$relatedPageName = get_field('related_page') ?? null;
|
||||||
$subtitle = get_field('subtitle') ?? "";
|
$subtitle = get_field('subtitle') ?? "";
|
||||||
|
|
||||||
if (!function_exists('get_related_page_datas')) {
|
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";
|
$currentLanguage = apply_filters('wpml_current_language', null) ?? "nl";
|
||||||
$metiersRessourcesFolderPath = get_stylesheet_directory_uri() . '/resources';
|
$metiersRessourcesFolderPath = get_stylesheet_directory_uri() . '/resources';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user