X7ROOT File Manager
Current Path:
/home/gfecatvj/4abetter.us/wp-content/plugins/kubio/lib/filters
home
/
gfecatvj
/
4abetter.us
/
wp-content
/
plugins
/
kubio
/
lib
/
filters
/
📁
..
📄
after-kubio-activation.php
(1.84 KB)
📄
allow-kubio-blog-override.php
(355 B)
📄
cache-plugins.php
(1.05 KB)
📄
default-editor-overlay.php
(4.24 KB)
📄
dismissable-notice.php
(2.73 KB)
📄
gutenerg-plugin-check.php
(936 B)
📄
image-size-auto-fix.php
(399 B)
📄
kubio-fresh-site.php
(785 B)
📄
post-insert.php
(1.21 KB)
📄
register-meta-fields.php
(627 B)
📄
requirements-notices.php
(3.69 KB)
📄
site-urls.php
(2.18 KB)
📄
starter-sites-feature.php
(138 B)
📄
svg-kses.php
(1.18 KB)
📄
wp-import.php
(6.41 KB)
Editing: gutenerg-plugin-check.php
<?php function _kubio_gutenberg_check_notice() { ?> <p> <?php // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped printf( // translators: %1$s is the name of the plugin, %2$s is the name of the other plugin. esc_html__( 'The %1$s plugin is active on this site. This might interfere with the proper functioning of the %2$s plugin. It is recommended to deactivate the %1$s plugin', 'kubio' ), '<strong>Gutenberg</strong>', '<strong>Kubio Page Builder</strong>' ); ?> </p> <?php } function kubio_add_gutenberg_plugin_notice() { include_once ABSPATH . 'wp-admin/includes/plugin.php'; if ( is_plugin_active( 'gutenberg/gutenberg.php' ) || defined( 'GUTENBERG_VERSION' ) ) { kubio_add_dismissable_notice( 'kubio-gutenberg-check-1', '_kubio_gutenberg_check_notice', 1 * DAY_IN_SECONDS, array(), 'notice-warning' ); } } add_action( 'plugins_loaded', 'kubio_add_gutenberg_plugin_notice' );
Upload File
Create Folder