File manager - Edit - /home/verseaumee/blueversion/wp-content/themes/motors/admin/admin-notices/admin-notices.php
Back
<?php if ( ! defined( 'ABSPATH' ) ) exit; if ( ! function_exists( 'stm_admin_notices_init' ) ) { define( 'STM_ADMIN_NOTICES_VERSION', '1.0' ); define( 'STM_ADMIN_NOTICES_PATH', dirname( __FILE__ ) ); define( 'STM_ADMIN_NOTICES_URL', ( false !== strpos( STM_ADMIN_NOTICES_PATH, 'plugins' ) ) ? plugin_dir_url( __FILE__ ) : get_template_directory_uri() . '/admin/admin-notices/' ); function stm_admin_notices_init( $plugin_data ) { if ( ! is_admin() ) { return; } if ( ! class_exists( 'STMNotices' ) ) { require_once __DIR__ . '/classes/STMNotices.php'; } STMNotices::init( $plugin_data ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings