Skip to content
micahbaumann edited this page Oct 12, 2022 · 2 revisions

Description

Updates the URLS framework.

Returns
Boolean

Parameters

Parameter Default Type Required Description
- - - - -

Examples

<?php
if (urls_update()) { 
    echo "updated";
} else {
    echo "error";
}
?>
Clone this wiki locally