You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
314 B
PHP
18 lines
314 B
PHP
<?php
|
|
/**
|
|
* Content AI Page main view.
|
|
*
|
|
* @package RankMath
|
|
* @subpackage RankMath\Role_Manager
|
|
*/
|
|
|
|
defined( 'ABSPATH' ) || exit;
|
|
|
|
// Header.
|
|
rank_math()->admin->display_admin_header();
|
|
?>
|
|
<div class="wrap rank-math-wrap" id="rank-math-content-ai-page">
|
|
<div class="rank-math-box container">
|
|
</div>
|
|
</div>
|