Yoast\WP\SEO\MyYoast_Client\User_Interface

OAuth_Callback_Integration::register_hookspublicYoast 1.0

Registers the callback endpoint and points the site's OAuth redirect URI at it.

Метод класса: OAuth_Callback_Integration{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$OAuth_Callback_Integration = new OAuth_Callback_Integration();
$OAuth_Callback_Integration->register_hooks();

Код OAuth_Callback_Integration::register_hooks() Yoast 28.3

public function register_hooks() {
	\add_action( 'admin_post_' . self::CALLBACK_ACTION, [ $this, 'handle' ] );
}