🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 11:33:44 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
seo-by-rank-math
/
includes
/
metaboxes
📍 /home/therahul/thedasstores.com/wp-content/plugins/seo-by-rank-math/includes/metaboxes
🔄 Refresh
✏️
Editing: link-suggestions.php
Writable
<?php /** * Link Suggestions * * @package RankMath * @subpackage RankMath\Metaboxes */ defined( 'ABSPATH' ) || exit; $suggestions = rank_math()->admin->get_link_suggestions( get_post() ); if ( empty( $suggestions ) ) { echo wp_kses_post( $field->args( 'not_found' ) ); return; } echo wp_kses_post( rank_math()->admin->get_link_suggestions_html( $suggestions ) );
💾 Save Changes
❌ Cancel