Linux heracles.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
/
home
/
ophq1335
/
www
/
wp-content
/
plugins
/
wp-seopress
/
inc
/
admin
/
admin-pages
/
/home/ophq1335/www/wp-content/plugins/wp-seopress/inc/admin/admin-pages/Titles.php
<?php /** * SEOPress Titles functions. * * @package SEOPress * @subpackage Admin_Pages */ defined( 'ABSPATH' ) || exit( 'Please don’t call the plugin directly. Thanks :)' ); $this->options = get_option( 'seopress_titles_option_name' ); if ( function_exists( 'seopress_admin_header' ) ) { echo seopress_admin_header(); } ?> <div class="seopress-option seopress-php-header"> <?php echo $this->feature_title( 'titles' ); ?> </div> <div id="seopress-admin-settings-root" class="seopress-option"> <?php seopress_settings_skeleton(); ?> </div>