Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Custom sitemap */
- \RankMath\Sitemap\Router::get_base_url( 'custom-sitemap.xml' ),
- 'lastmod' => '',
- ]
- ];
- }
- public function get_sitemap_links( $type, $max_entries, $current_page ) {
- $links = [
- [ 'loc' => 'http://www.mydomain.com/' ],
- [ 'loc' => 'http://www.mydomain.com/2',],
- ];
- return $links;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment