Method | Description | |
---|---|---|
getSitemapData ( ) : array | Get the data for the sitemap. |
$data = array(
'location' => 'example.org',
'last_modified' => '2013-01-28',
'change_frequency' => 'weekly',
'priority' => '0.5'
);
public getSitemapData ( ) : array | ||
return | array |