permalink has been changed. */ public function reset_permalink_indexables( $type, $subtype = null, $reason = Indexing_Reasons::REASON_PERMALINK_SETTINGS ) { \_deprecated_function( __METHOD__, 'WPSEO 15.1', 'Indexable_Helper::reset_permalink_indexables' ); $this->indexable_helper->reset_permalink_indexables( $type, $subtype, $reason ); } }