The last notes
All English-language materials have been translated fully automatically using the Google service
To generate, you just need to call the following code:
$urlEngine = new \Aspro\Max\Smartseo\Engines\UrlEngine($ID);
if (!$urlEngine->update()) {
if($urlEngine->hasErrors()) {
//implode('<br>', $urlEngine->getErrors())
}
}
//$urlEngine->getResult()
where $ID
- is the rule ID from the condition list
Comments