HEX
Server: Apache
System: Linux webm010.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: alloesb (202139)
PHP: 8.3.31
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/alloesb/www/wp-content/plugins/seo-by-rank-math/includes/metaboxes/link-suggestions.php
<?php
/**
 * Link Suggestions
 *
 * @package    RankMath
 * @subpackage RankMath\Metaboxes
 */

defined( 'ABSPATH' ) || exit;

$suggestions = rank_math()->admin->get_link_suggestions( get_post() );
if ( empty( $suggestions ) ) {
	echo $field->args( 'not_found' );
	return;
}

echo rank_math()->admin->get_link_suggestions_html( $suggestions );