Commit realizado el 12:13:52 08-04-2024
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<?php // Silence is golden.
|
@@ -0,0 +1,17 @@
|
||||
<?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 );
|
Reference in New Issue
Block a user