Plugin Directory

Changeset 924646

Timestamp:
06/01/2014 01:19:09 PM (10 years ago)
Author:
pbaylies
Message:

Added hook for setting up extra sitemaps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • all-in-one-seo-pack/trunk/aioseop_sitemap.php

    r924249 r924646  
    2525                $this->prefix = 'aiosp_sitemap_';                         // option prefix
    2626                $this->file = __FILE__;                                   // the current file
     27
     28
    2729            }
    2830            parent::__construct();
     
    429431                    }
    430432            }
     433
    431434            return apply_filters( $this->prefix . 'child_urls', $siteurls );
    432             return apply_filters( $this->prefix . 'sitemap_urls', $siteurls ); // legacy
    433435        }
    434436
Note: See TracChangeset for help on using the changeset viewer.