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: kubio-fresh-site.php
<?php function _kubio_set_fresh_site() { update_option( 'kubio_is_fresh_site', 1 ); } function kubio_is_fresh_site() { return ! ! intval( get_option( 'kubio_is_fresh_site', 0 ) ); } function _kubio_remove_fresh_install_flag() { update_option( 'kubio_is_fresh_site', 0 ); } function kubio_add_fresh_site_removal_hooks() { // do not automatically change the fresh_site flag while in cli if ( defined( 'WP_CLI' ) ) { return; } foreach ( array( 'publish_post', 'publish_page', 'wp_ajax_save-widget', 'wp_ajax_widgets-order', 'customize_save_after', 'rest_after_save_widget', 'rest_delete_widget', 'rest_save_sidebar', ) as $action ) { add_action( $action, '_kubio_remove_fresh_install_flag', 0 ); } } kubio_add_fresh_site_removal_hooks();
Upload File
Create Folder