Yoast\WP\SEO\Actions\Importing\Aioseo
Aioseo_Posts_Importing_Action::url_import_post()
Transforms URL to be imported.
Метод класса: Aioseo_Posts_Importing_Action{}
Хуков нет.
Возвращает
Строку
. The transformed URL.
Использование
$Aioseo_Posts_Importing_Action = new Aioseo_Posts_Importing_Action(); $Aioseo_Posts_Importing_Action->url_import_post( $aioseo_data, $aioseo_key );
- $aioseo_data(массив) (обязательный)
- All of the AIOSEO data to be imported.
- $aioseo_key(строка) (обязательный)
- The AIOSEO key that contains the setting we're working with.
Код Aioseo_Posts_Importing_Action::url_import_post() Aioseo Posts Importing Action::url import post Yoast 24.6
public function url_import_post( $aioseo_data, $aioseo_key ) { return $this->url_import( $aioseo_data[ $aioseo_key ] ); }