mirror of
https://github.com/ulaulaman/eduinaf.git
synced 2025-01-21 14:35:49 +01:00
Aggiunto curatore scheda
This commit is contained in:
parent
5c94945f38
commit
8bd618182b
@ -73,7 +73,9 @@ add_shortcode( 'sbcostellazioni', function () {
|
|||||||
|
|
||||||
$visibile = '<p><strong>Visibile in</strong>: '.$type.'</p><p>'.$season.'</p>';
|
$visibile = '<p><strong>Visibile in</strong>: '.$type.'</p><p>'.$season.'</p>';
|
||||||
|
|
||||||
$out = $map.$field1.$field2.$visibile;
|
$cura = '<h4 class="widget-title"><span>Scheda a cura di</h4><p><strong>'.$auth.'</strong></p>';
|
||||||
|
|
||||||
|
$out = $map.$field1.$field2.$visibile.$cura;
|
||||||
|
|
||||||
return $out;
|
return $out;
|
||||||
} );
|
} );
|
Loading…
Reference in New Issue
Block a user